Skip to main content

hash_password

Function hash_password 

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

使用 Argon2 对明文密码进行哈希。