IV Property
The initialization vector (IV).
Syntax
blowfishcontrol.IV[=string]
Default Value
""
Remarks
This property specifies the initialization vector (IV). By default this property is empty and the control will automatically generate a new IV value if KeyPassword or Key is set before Encrypt or EncryptBlock is called. The size of the IV property must be equal to the BlockSize divided by 8.
To read or write binary data to the property, a Variant (Byte Array) version is provided in .IVB.
Data Type
Binary String