JWT Debugger & Verifier

Paste your JWT below to decode and verify it.

Or, create a new one by editing the header and payload and providing a secret.


Private and Secure: Fully client-side — nothing leaves your browser !


Token & Key Format Summary

FormatNamePurposeUsed ForFormat TypePopularity
JWTJSON Web TokenSigned (and optionally encrypted) claimsID tokens, access tokens, stateless sessionsCompact, signed data formatvery high
JWEJSON Web EncryptionEncrypted JWT (confidential claims)Privacy-sensitive data, secure token transportEncrypted token formatniche
JWKSJSON Web Key SetPublic key distribution formatRS256/PS256 token verificationJSON container for keysmedium

Encoded JWT Decoded (Editable)