Class Argon2PasswordHasher

Secure password hashing using the argon2 algorithm.

Declaration

class Argon2PasswordHasher(BasePasswordHasher)
source link

Documentation

This is the winner of the Password Hashing Competition 2013-2015
(https://password-hashing.net). It requires the argon2-cffi library which
depends on native C code and might cause portability issues.

Methods

Inherited methods