Security
JWT Debugger
Decode, verify, and generate JSON Web Tokens
Encoded
Invalid SignatureDecoded
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "1234567890",
"name": "John Doe",
"admin": true,
"iat": 1516239022
}JWT Signature Verification (Optional)
Enter the secret used to sign the JWT below:
Algorithm: HS256
Invalid secret
Local Privacy
All JWT debugging happens in the browser. No data is transmitted.
Full Algorithm Support
Supports HS256/384/512, RS256/384/512, PS256/384/512, ES256/384/512.
Real-time Sync
Paste a token to decode and verify instantly.