JWT Decoder & Verifier
100% client-side. Your data never leaves this page. Verify: DevTools → Network.
Token
—
Secret / Public Key optional, only for verify
Header
—
Payload
—
Paste a JSON Web Token to decode its header and payload instantly. Add an HMAC secret or a PEM public key to verify the signature - HS256/384/512, RS256 and ES256 are checked with the browser's Web Crypto API. Nothing is sent anywhere; the token and key stay in this tab.