Esempio n. 1
0
 private static byte[] GetData(byte[] data, string salt)
 {
     return(AES.Decrypt(data, Globals.AES_Key, salt));
 }