SecureBlackbox 2020 Python Edition

Questions / Feedback?

entry_password Property

Provides an encryption password for the current entry.

Syntax

def get_entry_password() -> str: ...
def set_entry_password(value: str) -> None: ...

entry_password = property(get_entry_password, set_entry_password)

Default Value

""

Remarks

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

See a comment in the entry_key topic to find out how the passwords are used when encrypting entries.

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