Struct djangohashers::BCryptSHA256Hasher [] [src]

pub struct BCryptSHA256Hasher;

Hasher that uses the bcrypt key-derivation function with the password padded with SHA256.

Trait Implementations

impl Hasher for BCryptSHA256Hasher
[src]

Verifies a password against an encoded hash.

Generates an encoded hash for a given password and salt.