Talk:One-way encryption: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer (notes for future work on this article) |
Pat Palmer (talk | contribs) |
||
Line 9: | Line 9: | ||
* https://haveibeenpwned.com | * https://haveibeenpwned.com | ||
* salt: a fixed-length cryptographically-strong random value | * salt: a fixed-length cryptographically-strong random value | ||
** also needs to be | ** also needs to be credential-specific | ||
* look 2/3 down the page: "how to create salts" | * look 2/3 down the page: "how to create salts" | ||
* TLS with at least 128-bit AES encryption | * TLS with at least 128-bit AES encryption | ||
[[User:Pat Palmer|Pat Palmer]] ([[User talk:Pat Palmer|talk]]) 17:42, 1 November 2020 (UTC) | [[User:Pat Palmer|Pat Palmer]] ([[User talk:Pat Palmer|talk]]) 17:42, 1 November 2020 (UTC) |
Latest revision as of 18:10, 20 December 2022
duplicated in Cryptography article as a section
This article is duplicated in the bigger article as a section, and it has also been edited since this was written. Need to consolidate and resolve differences of the two versions. Pat Palmer (talk) 17:42, 1 November 2020 (UTC)
Notes from outside article to incorporate into this article
- a good password hash is slow (and thus, "dictionary attack")
- rainbow table - dictionaries and word lists pre-hashed (and sorted)
- https://haveibeenpwned.com
- salt: a fixed-length cryptographically-strong random value
- also needs to be credential-specific
- look 2/3 down the page: "how to create salts"
- TLS with at least 128-bit AES encryption
Pat Palmer (talk) 17:42, 1 November 2020 (UTC)