Skip to content

Category

Security tools.

Decode, hash and convert security artefacts locally — nothing you paste ever leaves the page.

Security tools

When you reach for Security tools.

Security artefacts are exactly the things you should be most reluctant to paste into a website. A JWT carries claims and sometimes a session. A certificate chain reveals internal hostnames. A vulnerability-suppression file lists what you have chosen not to fix, and where.

That is the whole reason these run client-side. There is no backend to receive what you paste, no request that carries it, and no account tying it to you — which you can verify in your browser network tab, or by disconnecting from the internet and watching the tool keep working.

The chain checker is the one worth knowing about: it does real per-link signature verification with Web Crypto rather than just pretty-printing fields, so it can tell you the chain is out of order and why, which is the single most common cause of "certificate signed by unknown authority" in Go and Docker.