Class PBKDF2SHA1PasswordHasher

Alternate PBKDF2 hasher which uses SHA1, the default PRF

Declaration

class PBKDF2SHA1PasswordHasher(PBKDF2PasswordHasher)
source link

Documentation

recommended by PKCS #5. This is compatible with other
implementations of PBKDF2, such as openssl's
PKCS5_PBKDF2_HMAC_SHA1().

Inherited methods