IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

password Property

The master password from which a derived key is generated.

Syntax

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

password = property(get_password, set_password)

Default Value

""

Remarks

This property specifies the password from which the derived key is created.

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