CryptoSys API Library Manual

Aes256.Update Method (Byte[])

Transform byte input data with previously initialized key, mode and direction

Syntax

[C#]
public byte[] Update(
	byte[] data
)
[VB.NET]
Public Function Update ( _
	data As Byte() _
) As Byte()

Parameters

data
input data in byte array

Return Value

transformed data in byte array

Remarks

For ECB and CBC modes, input data length must be an exact multiple of the block length (16 bytes)

See Also

VB6/C equivalent: AES256_Update

[Contents] [Index]

[PREV: Aes256.Unpad Method (String)...]   [Contents]   [Index]   
   [NEXT: Aes256.Update Method (String)...]

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