Decode and inspect a JSON Web Token. Detect expired tokens and verify HS256 / RS256 signatures locally in your browser.
{
"sub": "1234567890",
"name": "Alex Thompson",
"iat": 1765000000,
"exp": 1765003600
}{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "1234567890",
"name": "Alex Thompson",
"iat": 1765000000,
"exp": 1765003600
}DjwRbDB5Y1tE4V4sFK1ll7d0cGq0LKd3LR-AkFGTbL0
| claim | value | meaning |
|---|---|---|
| sub | 1234567890 | Subject — who the token is about. |
| name | Alex Thompson | Full name (custom / OIDC). |
| iat | 1765000000 (12/6/2025, 5:46:40 AM) | Issued-at time (epoch seconds). |
| exp | 1765003600 (12/6/2025, 6:46:40 AM) | Expiration time (epoch seconds). |
// WARN:verification runs in your browser only. Don’t paste production secrets into any online tool — including this one.
Generate a QR code from any URL or text. Download as SVG. Runs entirely in your browser.
Pretty-print, minify, and validate JSON. Identifies the exact line and column of any syntax error.
Measure entropy in bits, estimate brute-force time, and see what's weakening your password.
Decode and inspect a JSON Web Token. Detect expired tokens and verify HS256 / RS256 signatures locally in your browser.
{
"sub": "1234567890",
"name": "Alex Thompson",
"iat": 1765000000,
"exp": 1765003600
}{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "1234567890",
"name": "Alex Thompson",
"iat": 1765000000,
"exp": 1765003600
}DjwRbDB5Y1tE4V4sFK1ll7d0cGq0LKd3LR-AkFGTbL0
| claim | value | meaning |
|---|---|---|
| sub | 1234567890 | Subject — who the token is about. |
| name | Alex Thompson | Full name (custom / OIDC). |
| iat | 1765000000 (12/6/2025, 5:46:40 AM) | Issued-at time (epoch seconds). |
| exp | 1765003600 (12/6/2025, 6:46:40 AM) | Expiration time (epoch seconds). |
// WARN:verification runs in your browser only. Don’t paste production secrets into any online tool — including this one.
Generate a QR code from any URL or text. Download as SVG. Runs entirely in your browser.
Pretty-print, minify, and validate JSON. Identifies the exact line and column of any syntax error.
Measure entropy in bits, estimate brute-force time, and see what's weakening your password.