Class BCryptSHA256PasswordHasher

Secure password hashing using the bcrypt algorithm (recommended)

Declaration

class BCryptSHA256PasswordHasher(BasePasswordHasher)
source link

Documentation

This is considered by many to be the most secure algorithm but you
must first install the bcrypt library.  Please be warned that
this library depends on native C code and might cause portability
issues.

Methods

Subclasses