Struct djangohashers::MD5Hasher [] [src]

pub struct MD5Hasher;

Hasher that uses the MD5 hashing function over the salted password.

Trait Implementations

impl Hasher for MD5Hasher
[src]

Verifies a password against an encoded hash.

Generates an encoded hash for a given password and salt.