Struct djangohashers::UnsaltedSHA1Hasher [] [src]

pub struct UnsaltedSHA1Hasher;

Hasher that uses the SHA1 hashing function with no salting.

Trait Implementations

impl Hasher for UnsaltedSHA1Hasher
[src]

Verifies a password against an encoded hash.

Generates an encoded hash for a given password and salt.