SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

BitsInKey Property

The length of the encryption key.

Syntax

property BitsInKey: Integer read get_BitsInKey write set_BitsInKey;

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.

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