Skip to main content

verify_password

Function verify_password 

Source
pub fn verify_password(password: &str, hash: &str) -> bool
Expand description

Verify if a hash matches a plaintext password.