SecureBlackbox 2020 Python Edition

Questions / Feedback?

passphrase Property

The encryption password.

Syntax

def get_passphrase() -> str: ...
def set_passphrase(value: str) -> None: ...

passphrase = property(get_passphrase, set_passphrase)

Default Value

""

Remarks

Use this property to provide the encryption password. If an encryption password is used, no key will be needed to decrypt the data.

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