CryptoSys API Library Manual
cipherStreamUpdate
Encrypt input using current CIPHERSTREAM context (in incremental mode).
Syntax
[VBA]
Public Function cipherStreamUpdate ( _
hContext As Long, _
lpData() As Byte _
) As Byte()
Parameters
- hContext
- Handle to the CIPHERSTREAM context.
- lpData
- Data to be encrypted.
Return Value
Byte(): Encrypted array of exactly the same length as input; or an empty array on error