IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

IV Property

The initialization vector (IV).

Object Oriented Interface

public function getIV();
public function setIV($value);

Procedural Interface

ipworksencrypt_tea_get($res, 5 );
ipworksencrypt_tea_set($res, 5, $value );

Default Value

''

Remarks

This property specifies the initialization vector (IV). By default this property is empty and the class 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) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0