pub fn parse_password_hash(hash: &str) -> Result<ScramCredentials, String>Expand description
Parse a password hash string into SCRAM credentials.
Format: "base64(salt):iterations:base64(stored_key):base64(server_key)".
pub fn parse_password_hash(hash: &str) -> Result<ScramCredentials, String>Parse a password hash string into SCRAM credentials.
Format: "base64(salt):iterations:base64(stored_key):base64(server_key)".