pub fn verify_password(password: &str, hash: &str) -> bool
Verify if a hash matches a plaintext password.