🔑JWT
Decode a JSON Web Token to inspect its header and payload, with an automatic expiry check. Private — nothing is uploaded.
🔏JWT Generator
Create and sign a JSON Web Token (HS256/384/512) in your browser using the Web Crypto API. Private, nothing uploaded.
🛰️CoAP
Decode a CoAP binary message from hex: header, type, code, message ID, token, options and payload. RFC 7252, runs in your browser.
📦CBOR
Decode a CBOR binary payload from hex into readable JSON. Ideal for IoT, COSE and CoAP debugging. Runs in your browser.