SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

CryptoKeyIV Property

The initialization vector (IV) of a symmetric key.

Syntax

__property DynamicArray CryptoKeyIV = { read=FCryptoKeyIV, write=FSetCryptoKeyIV };

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 C++ Builder Edition - Version 20.0 [Build 8166]