Exemplo n.º 1
0
 private byte[] Decrypt(byte[] data)
 {
     Crypto.Instructions = KeyPadRX.GetNextKey();
     return(Crypto.Compute(data, true));
 }