Пример #1
0
 public static string Decrypt(string Text)
 {
     return(DESEncrypt.Decrypt(Text, "litianping"));
 }