AddCipherBuffer()

Syntax

AddCipherBuffer(#Cipher, *Input, *Output, Size)
Description
Add new data to the cipher started with StartAESCipher() and copy the ciphered data into the output buffer.

Parameters

#Cipher The cipher to which the data should be added.
*Input The input buffer.
*Output The output buffer.
Size The size of the data to be ciphered. This is the amount of bytes which will be read from the input buffer and also written to the output buffer.

Return value

None.

See Also

StartAESCipher(), FinishCipher(), AESDecoder(), AESEncoder()

Supported OS

All

<- AESEncoder() - Cipher Index - AddFingerprintBuffer() ->