IP*Works! Encrypt 2016 C++ Builder Edition
IP*Works! Encrypt 2016 C++ Builder Edition
Questions / Feedback?

IV Property

The initialization vector (IV).

Syntax

__property String IV = {read=FIV, write=FSetIV, default=""};

__property RawByteString IVB = {read=FIVB, write=FSetIVB, default=""};

Default Value

""

Remarks

This property specifies the initialization vector (IV). By default this property is empty and the component 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.

Data Type

Binary String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
IP*Works! Encrypt 2016 C++ Builder Edition - Version 16.0 [Build 7239]