예제 #1
0
 public string GetEncryptPwd(string password)
 {
     return(HashEncrypt.Md5HashForHex(password));
 }