SecureBlackbox 2020 Python Edition

Questions / Feedback?

bits_in_key Property

The length of the encryption key.

Syntax

def get_bits_in_key() -> int: ...
def set_bits_in_key(value: int) -> None: ...

bits_in_key = property(get_bits_in_key, set_bits_in_key)

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