Name Description Size
argon2
bcrypt_pbkdf
info.txt 124
pbkdf.cpp 4018
pbkdf.h Base class for PBKDF (password based key derivation function) implementations. Converts a password into a key using a salt and iterated hashing to make brute force attacks harder. Starting in 2.8 this functionality is also offered by PasswordHash. The PBKDF interface may be removed in a future release. 9619
pbkdf1
pbkdf2
pgp_s2k
pwdhash.cpp 2933
pwdhash.h Base class for password based key derivation functions. Converts a password into a key using a salt and iterated hashing to make brute force attacks harder. 5848
scrypt