IPWorks Encrypt 2020 Delphi Edition

Questions / Feedback?

IV Property

The initialization vector (IV).

Syntax

property IV: String read get_IV write set_IV;
property IVB: TBytes read get_IVB write set_IVB;

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Delphi Edition - Version 20.0 [Build 8155]