DES: IV (let)

IV

Sets the Initialization Vectory (IV).



 Public Property Let IV(
	  ByRef RHS ( ) As Byte ) :

Parameters

RHS
[ByRef] Byte. A set of bytes representing the IV.

Remarks

Only an 8-byte array is supported.

When the very first block of data is process there is no previous data to pull feedback data from, so the Initialization Vector is used as a dummy set of data for feedback.

Read/Write.

See Also

Project VBCorLib Overview Class DES Overview DES Properties DES Methods IV (get) Key (get)