SecureBlackbox 2020 Python Edition

Questions / Feedback?

password Property

Provides an encryption password for the vault file.

Syntax

def get_password() -> str: ...
def set_password(value: str) -> None: ...

password = property(get_password, set_password)

Default Value

""

Remarks

Use this property to provide the master password for the vault file. This property can be assigned from the on_key_needed event handler.

See a comment in the key topic to learn how the passwords are used when encrypting the vault file.

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