Struct djangohashers::PBKDF2SHA1Hasher [] [src]

pub struct PBKDF2SHA1Hasher;

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

Trait Implementations

impl Hasher for PBKDF2SHA1Hasher
[src]

[src]

Verifies a password against an encoded hash.

[src]

Generates an encoded hash for a given password and salt.