SecureBlackbox 2020 Python Edition

Questions / Feedback?

decryption_password Property

The decryption password.

Syntax

def get_decryption_password() -> str: ...
def set_decryption_password(value: str) -> None: ...

decryption_password = property(get_decryption_password, set_decryption_password)

Default Value

""

Remarks

Use this property to provide the decryption password. You can assign it explicitly beforecommencing file extraction, or provide it on the fly from on_decryption_password_needed event handler.

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