SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

entry_key Property

Provides an encryption key for the current entry.

Syntax

def get_entry_key() -> bytes: ...
def set_entry_key(value: bytes) -> None: ...

entry_key = property(get_entry_key, set_entry_key)

Remarks

Use this property to provide the encryption/decryption key for the current entry. This property is typically assigned from the on_entry_key_needed event handler.

This property is automatically generated when a non-empty password is assigned to the entry_password property. This is because all entries, and the vault itself,are always encrypted with cryptographically strong keys, and if the user decides to use a password, it is converted to such key using a secure PBKDF function.

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