Decode and inspect JWT tokens — view header, payload, and expiration without a secret key.
A JSON Web Token (JWT) is an open standard (RFC 7519) for securely transmitting information between parties as a JSON object. JWTs are widely used in authentication.
The header and payload of a JWT are only Base64url-encoded — not encrypted. This tool decodes them client-side. Never share production user tokens; use test tokens for debugging.
Other browser-based tools developers reach for alongside the JWT Decoder.
Generate cryptographically strong passwords with custom rules.
Generate MD5, SHA-1, SHA-256 and SHA-512 hashes from text.
Identify, generate, verify and analyze hashes — plus password crack-risk estimator.
Format, validate and minify JSON with instant error detection.