IPWorks Auth 2020 Python Edition

Questions / Feedback?

key_password Property

The key password used in the PBES algorithm.

Syntax

def get_key_password() -> str: ...
def set_key_password(value: str) -> None: ...

key_password = property(get_key_password, set_key_password)

Default Value

""

Remarks

This property specifies the key password used to derive a key when using a PBES encryption_algorithm.

This is only applicable to PBES algorithms and must be set before calling encrypt or decrypt.

This property does not apply when calling sign or verify.

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