IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

additional_auth_data Property

Additional Authentication Data (AAD) used when UseAEAD is True.

Syntax

def get_additional_auth_data() -> bytes: ...
def set_additional_auth_data(value: bytes) -> None: ...

additional_auth_data = property(get_additional_auth_data, set_additional_auth_data)

Default Value

""

Remarks

This property specifies data that is authentication but not encrypted. This is only applicable when use_aead is True.

Note that AAD data is authenticated but not encrypted, so it is not included in the output.

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