Class PBKDF2PasswordHasher

Secure password hashing using the PBKDF2 algorithm (recommended)

Declaration

class PBKDF2PasswordHasher(BasePasswordHasher)
source link

Documentation

Configured to use PBKDF2 + HMAC + SHA256.
The result is a 64 byte binary string.  Iterations may be changed
safely but you must rename the algorithm if you change SHA256.

Methods

Inherited methods

Subclasses