Why our decoders run 100% in-browser (and why it matters for identity)

by

A lot of "online decoders" upload your token to a server. For credentials that's a real problem — even test data often contains personal claims, real x5c chains, and signatures tied to live keys.

We wrote our three tools as pure browser apps. Paste, drop, or upload — nothing leaves your machine, no server logs, no analytics on the payloads.

• mdoc CBOR Decoder —

• JWT / SD-JWT Decoder —

• QR Code Generator —

It's also faster — round-trips to a server feel awful when you're iterating on a Plugtest payload at 2am.

Question for the room: what other identity-adjacent tools should be browser-only by default that currently aren't?

1 view

Add a comment

Replies

Be the first to comment