CBOR Object Signing and Encryption (COSE) is a data format for concise representation of small messages. It is optimized for low-power devices. COSE messages can be encrypted, MAC’ed and signed.

  1. https://pycose.readthedocs.io/en/latest/ - cose a Python implementation of CBOR Object Signing and Encryption