IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

ascii_armor Property

Specifies whether to use ASCII armor to encode the output message.

Syntax

def get_ascii_armor() -> bool: ...
def set_ascii_armor(value: bool) -> None: ...

ascii_armor = property(get_ascii_armor, set_ascii_armor)

Default Value

FALSE

Remarks

This property controls whether or not ASCII armoring is used on the output message. The default value is False.

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