Transform hex string data with previously initialized key, mode and direction
public string Update( string data )
Public Function Update ( _ data As String _ ) As String
hex-encoded data
For ECB and CBC modes, the length of the decoded input bytes must be an exact multiple of the block length (8 bytes)
See Example1
VB6/C equivalent: BLF_UpdateHex