Click or drag to resize

CipherUpdate(String) Method

Transform hex string data with previously initialized key, mode and direction

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public string Update(
	string dataHex
)

Parameters

dataHex  String
Hex-encoded input data

Return Value

String
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