Top "Cbor" questions

The Concise Binary Object Representation (CBOR, see RFC 7049) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.

Decode a base45 string that will lead to a cbor compressed file

Hi im trying to read my greenpass certificate, and i know that when you scan the QR code it will …

javascript certificate qr-code zlib cbor