Example #1
0
 public string CommonMethod_StringDecoding(string pwd)//加密
 {
     return(Common_Method.DecryptDES(pwd, "0c6b0450"));
 }