IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

key Property

The 256 bit (32 byte) key to be used when computing a MAC (Message Authentication Code).

Syntax

def get_key() -> bytes: ...
def set_key(value: bytes) -> None: ...

key = property(get_key, set_key)

Default Value

""

Remarks

This property holds the secret key used when computing the mac_value. The key must be 256 bits (32 bytes) long.

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