CryptoSys API Library Manual
Cipher.Update Method (String)
Transform hex string data with previously initialized key, mode and direction
Syntax
[C#]
public string Update(
string dataHex
)
[VB.NET]
Public Function Update ( _
dataHex As String _
) As String
Parameters
- dataHex
- Hex-encoded input data
Return Value
Hex-encoded data
Remarks
For all modes, the length of the decoded input bytes must be an exact multiple of the cipher block length (8 or 16 bytes).
See Also
VB6/C equivalent: CIPHER_UpdateHex
[Contents] [Index]