Skip to main content

hash_password

Function hash_password 

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

Hash a password using Better Auth’s legacy-compatible scrypt format.