SecureBlackbox 2020 Python Edition

Questions / Feedback?

armor Property

Specifies whether the data should be armored.

Syntax

def get_armor() -> bool: ...
def set_armor(value: bool) -> None: ...

armor = property(get_armor, set_armor)

Default Value

FALSE

Remarks

Switch this property on to armor the protected data by encoding it in base64 and enveloping with BEGIN and END markings.

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