Content deleted Content added
Password crack Tags: Visual edit Mobile edit Mobile web edit |
VoyeurMcKee (talk | contribs) →Password hashing: Revert spam from revision 1183841591 Tag: references removed |
||
Line 36:
== Password hashing ==
Despite their original use for key derivation, KDFs are possibly better known for their use in '''password hashing''' ([[cryptographic hash function#Password verification|password verification by hash comparison]]), as used by the [[passwd]] file or [[shadow password]] file. Password hash functions should be relatively expensive to calculate in case of brute-force attacks, and the [[key stretching|
In 2013 a [[Password Hashing Competition]] was announced to choose a new, standard algorithm for password hashing. On 20 July 2015 the competition ended and [[Argon2]] was announced as the final winner. Four other algorithms received special recognition: Catena, Lyra2, Makwa and yescrypt.<ref>[https://password-hashing.net/ "Password Hashing Competition"]</ref>
Line 46:
2. [[scrypt]] if Argon2id is unavailable
3. [[bcrypt]] for legacy systems
4. [[PBKDF2]] if FIPS-140 compliance is required
|