Skip to main content

verify_password

Function verify_password 

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

Verify a password against a salt:hash scrypt password hash.