[][src]Function rocket_auth_login::sanitization::sanitize_password

pub fn sanitize_password(string: &str) -> String

Used to remove all non-hexadecimal characters from passwords Passwords must be only hex characters as it is expecting a hash, like sha-256 or md5 for example