Struct djangohashers::CryptHasher[][src]

pub struct CryptHasher;

Hasher that uses the UNIX's crypt(3) hash function.

Trait Implementations

impl Hasher for CryptHasher
[src]

Verifies a password against an encoded hash.

Generates an encoded hash for a given password and salt.

Auto Trait Implementations

impl Send for CryptHasher

impl Sync for CryptHasher