Exemplo n.º 1
0
 public string Decrypt(string data)
 {
     data = ConvertHelper.GetString(data);
     return(SecureHelper.DESDecrypt(data, Key));
 }