Function md5_hash

Source
pub fn md5_hash(name: &str, password: &str) -> Vec<u8> 
Expand description

Encrypt “password+name” with MD5.