Decrypts a buffer.
function Decrypt(Buffer: TBytes): TBytes;
Use this method to decrypt a byte array and get the encrypted message in another byte array.
Specify the decryption key in Key property.