예제 #1
0
 private string Decrypt(string data, AXMLSerializationSettings opt)
 {
     return(ANEncryptionHelper.SimpleDecryptWithPassword(data, ENCRYPTION_KEY, opt));
 }
예제 #2
0
 public static string Encrypt(string data, AXMLSerializationSettings opt)
 {
     return(ANEncryptionHelper.SimpleEncryptWithPassword(data, AppSettings.ENCRYPTION_KEY, opt));
 }