示例#1
0
 public static string GetEncodePwd(string strOrigialPwd)
 {
     return(DEncryptUtils.MD5EnCode(DEncryptUtils.MD5EnCode(strOrigialPwd)));
 }