Discuss this help topic in SecureBlackbox Forum
Decrypts a block of data.
Declaration
Parameters
- InBuffer - buffer with data to decrypt.
- InIndex - offset of the encrypted data block in InBuffer.
- InSize - size of encrypted data in bytes.
- OutBuffer - buffer where the decrypted data should be stored.
- OutIndex - offset in OutBuffer, starting from which the data should be written.
- OutSize - the amount of space available in OutBuffer in bytes.
Return value
Returns
Description
Use this method when you want to decrypt the data block which is part of the larger data. To finish decryption of the whole data use FinalizeDecryption method.
Discuss this help topic in SecureBlackbox Forum