pub fn md5_hash_with_salt(encrypted_value: &[u8], salt: &[u8; 4]) -> Vec<u8> ⓘ
Encrypt the stored password with given salt, used for user authentication.