Discuss this help topic in SecureBlackbox Forum
Decrypts the data block.
Declaration
Parameters
- InBuffer - reference to the data to encrypt.
- InIndex - Offset of the input data in the input array.
- InSize - Size of input data in bytes.
- OutBuffer - reference to buffer where encrypted data should be stored.
- OutIndex - Offset in the output array, starting from which the data is written.
- OutSize - Size of available space in OutBuffer in bytes.
Return value
…
Description
Use this method when you want to encrypt the data block which is part of the larger data. To finish encryption of the whole data use FinalizeEncryption method.
Discuss this help topic in SecureBlackbox Forum