Function hash_password_bcrypt

Source
pub fn hash_password_bcrypt(password: &str) -> Result<String>
Expand description

Hash a password using bcrypt (alternative implementation).