Struct djangohashers::UnsaltedMD5Hasher [] [src]

pub struct UnsaltedMD5Hasher;

Hasher that uses the MD5 hashing function with no salting.

Trait Implementations

impl Hasher for UnsaltedMD5Hasher
[src]

Verifies a password against an encoded hash.

Generates an encoded hash for a given password and salt.