pub fn md5_apr1_encode(pw: &str, salt: &str) -> String
Expand description

Calculates apache specific md5 hash Returns just the hashed password, use format_hash to get the hash in htpasswd format