Example #1
0
 public string Encrypt(string data)
 {
     data = ConvertHelper.GetString(data);
     return(SecureHelper.DESEncrypt(data, Key));
 }