Function bcrypt::verify

source ·
pub fn verify<P: AsRef<[u8]>>(password: P, hash: &str) -> BcryptResult<bool>
Expand description

Verify that a password is equivalent to the hash provided