JWT Decoder
Decode JWT tokens to inspect header, payload, and expiry
JWT Token
0 chars1 parts
Paste a JWT token to decode it...
Header
Contains the token type and signing algorithm. Always Base64url-encoded JSON.
Payload
Contains claims about the entity (user) and metadata. Registered claims include iss, sub, exp, iat.
Signature
Verifies the token hasn't been tampered with. Created using the header, payload, and a secret key.
More tools like JWT Decoder
View allBase64 Encoder/Decoder
EncodersEncode and decode text and files to/from Base64
Hash Generator
EncodersGenerate MD5, SHA-1, SHA-256, SHA-512 hashes from text or files
URL Encoder/Decoder
EncodersEncode and decode URLs with query string parser
SSL Certificate Decoder
PrivacyDecode PEM SSL/TLS certificates with chain visualization