Decode JSON Web Tokens and inspect the header, payload, and signature claims; encode new tokens; view JWKS; reference standard claims; verify signatures; run security tests.
Decode JSON Web Tokens and inspect the header, payload, and signature claims; encode new tokens; view JWKS; reference standard claims; verify signatures; run security tests.
Paste the token and the header, payload, and signature are decoded and displayed instantly. Registered claims are explained inline against RFC 7519 and OpenID Connect.
Yes. Provide the secret (HMAC) or public key / JWKS (RSA/EC) and the tool reports whether the signature is valid.
No. Decoding and verification run locally in your browser; tokens never leave your machine.
No. This tool runs entirely in your browser — your input is processed locally on your device and is never uploaded or stored on a server.