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