SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KeyIV Property

The initialization vector (IV) of a symmetric key.

Object Oriented Interface

public function getKeyIV();
public function setKeyIV($value);

Procedural Interface

secureblackbox_hashfunction_get($res, 11 );
secureblackbox_hashfunction_set($res, 11, $value );

Remarks

The initialization vector (IV) of a symmetric key. This is normally a public part of a symmetric key, the idea of which is to introduce randomness to the encrypted dataand/or serve as a first block in chaining ciphers.

This property is not available at design time.

Data Type

Byte Array

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]