IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

encode_hash Property

Whether the hash value is hex encoded.

Syntax

def get_encode_hash() -> bool: ...
def set_encode_hash(value: bool) -> None: ...

encode_hash = property(get_encode_hash, set_encode_hash)

Default Value

TRUE

Remarks

This property specifies whether the computed hash value is hex encoded. When set to True (default) the class will hex encoded the computed hash for easier use. Set this value to False to obtain the hash value in an unmodified form.

The default value is True.

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