SecureBlackbox 2020 Qt Edition

Questions / Feedback?

BitsInKey Property

The length of the encryption key.

Syntax

int GetBitsInKey();
int SetBitsInKey(int iBitsInKey);

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 Qt Edition - Version 20.0 [Build 8154]