Ejemplo n.º 1
0
 private void DecryptTransform(byte[] data)
 {
     AESEncryption.Transform(data, mIV);
     ShandaCryptograph.Decrypt(data);
 }