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
[PREV: cipherStreamInit...]   [Contents]   [Index]   
   [NEXT: cipherUpdate...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.