-
Secure password hashing using the argon2 algorithm.
-
Secure password hashing using the bcrypt algorithm
-
Secure password hashing using the bcrypt algorithm (recommended)
-
Abstract base class for password hashers
-
Password hashing using UNIX crypt (not recommended)
-
The Salted MD5 password hashing algorithm (not recommended)
-
Secure password hashing using the PBKDF2 algorithm (recommended)
-
Alternate PBKDF2 hasher which uses SHA1, the default PRF
-
The SHA1 password hashing algorithm (not recommended)
-
Incredibly insecure algorithm that you should *never* use; stores unsalted MD5 hashes without the algorithm prefix, also accepts MD5 hashes with an empty salt.
-
Very insecure algorithm that you should *never* use; store SHA1 hashes with an empty salt.