CryptoSys API Library Manual

Aes192.Update Method (String)

Transform hex string data with initialized key, mode and direction

Syntax

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

Parameters

data
hex-encoded input data

Return Value

hex-encoded data

Remarks

For ECB and CBC modes, the length of the decoded input bytes must be an exact multiple of the block length

[Contents] [Index]

[HOME]   [NEXT: Aes256.Decrypt Method (Byte, Byte, Mode, Byte)...]

Copyright © 2001-9 D.I. Management Services Pty Ltd. All rights reserved.