Struct djangohashers::PBKDF2Hasher[][src]

pub struct PBKDF2Hasher;

Hasher that uses the PBKDF2 key-derivation function with the SHA256 hashing algorithm.

Trait Implementations

impl Hasher for PBKDF2Hasher
[src]

Verifies a password against an encoded hash.

Generates an encoded hash for a given password and salt.

Auto Trait Implementations