public static string GetEncodePwd(string strOrigialPwd) { return(DEncryptUtils.MD5EnCode(DEncryptUtils.MD5EnCode(strOrigialPwd))); }