pub fn md5_hash(name: &str, password: &str) -> Vec<u8> ⓘ
Encrypt “password+name” with MD5.
password
name