IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

use_hex Property

Whether the key is hex encoded.

Syntax

def get_use_hex() -> bool: ...
def set_use_hex(value: bool) -> None: ...

use_hex = property(get_use_hex, set_use_hex)

Default Value

FALSE

Remarks

This setting specifies whether the created key is hex encoded when calling create_key. The default value is False.

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