DecryptBlock Method
Decrypts a block and returns the decrypted data.
function DecryptBlock(InputBuffer: TBytes): TBytes;
Remarks
DecryptBlock will decrypt the input data and return the decrypted block. The decrypted block will always be the same length as the encrypted data. The following properties are applicable:
InputBuffer specifies the input data to encrypt.
DecryptBlock Example
TBD.