Discuss this help topic in SecureBlackbox Forum
Encrypts a block of data.
Declaration
Parameters
- InBuffer - buffer containing data to encrypt.
- InIndex - the offset of the input data in InBuffer.
- InSize - the size of the input data.
- OutBuffer - the buffer where the encrypted data should be stored.
- OutIndex - the offset in OutBuffer, starting from which the data should be written.
- OutSize - the amount of free space in OutBuffer, in bytes.
Return value
Returns
Description
Call this method every time you need to encrypt the next data block of a large data.
Remember to call InitializeEncryption before doing any encryption, and FinalizeEncryption when all data blocks have been processed.
Discuss this help topic in SecureBlackbox Forum