IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

auth_tag Property

The authentication tag used when UseAEAD is set to True.

Syntax

def get_auth_tag() -> bytes: ...
def set_auth_tag(value: bytes) -> None: ...

auth_tag = property(get_auth_tag, set_auth_tag)

Default Value

""

Remarks

This property holds the 128 bit authentication tag used when use_aead is set to True. It is only applicable when use_aead is True.

This is populated after calling encrypt. To also include the value in the output set IncludeAuthTag to True.

This must be set before calling decrypt. If the auth tag is included in the encrypted data set IncludeAuthTag to True before calling decrypt.

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