SecureBlackbox Lite 2020 Qt Edition

Questions / Feedback?

KeyIV Property

The initialization vector (IV) of a symmetric key.

Syntax

QByteArray GetKeyIV();
int SetKeyIV(QByteArray qbaKeyIV);

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 Lite 2020 Qt Edition - Version 20.0 [Build 8166]