CryptoSys API Library Manual

Blowfish.Update Method (String)

Transform hex string data with previously 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 (8 bytes)

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: BLF_UpdateHex

[Contents] [Index]

[HOME]   [NEXT: Cipher.KeyUnwrap Method...]

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