SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

BitsInKey Property

The length of the encryption key.

Syntax

__property int BitsInKey = { read=FBitsInKey, write=FSetBitsInKey };

Default Value

0

Remarks

When using a variable-key encryption algorithm (typical examples are RC4, RC2, and Blowfish), provide the desired key length via this property.

This value is ignored if a fixed-key algorithm (such as AES128 or 3DES) is used.

Data Type

Integer

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