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