SecureBlackbox 2020 Python Edition

Questions / Feedback?

encryption_key Property

The symmetric (session) key used to encrypt the data.

Syntax

def get_encryption_key() -> bytes: ...
def set_encryption_key(value: bytes) -> None: ...

encryption_key = property(get_encryption_key, set_encryption_key)

Remarks

Use this property to provide the encryption symmetric (session) key that will be used to encrypt a data.

It is required when the encrypt_key property is disabled. If the encrypt_key property is enabled, and no value is set, the component will generate a random session key (recommended).

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