SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

encryption_password Property

Specifies the archive encryption password.

Syntax

def get_encryption_password() -> str: ...
def set_encryption_password(value: str) -> None: ...

encryption_password = property(get_encryption_password, set_encryption_password)

Default Value

""

Remarks

Use this property to provide the password to encrypt the archive with. Use it alongside encryption_typeand encryption_algorithm properties to set up the whole set of protection settings for the archive.

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