DES: IV (let) |
Sets the Initialization Vectory (IV).
Public Property Let IV( ByRef Value ( ) As Byte ) :
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.