JWT Decoder
Paste a token, inspect its three sections, and copy decoded header or payload JSON without treating the signature as verified.
Signature is not verified
This tool decodes header and payload content only. Trust decisions still require verification with the issuer, audience, expiry policy, and signing key.
Decoded Inspector
Algorithm
missing
header alg
Signature
not verified
decode required
Expiry
no exp
claim missing
Activation
no nbf
claim missing
Claims
Issuer
iss
missingSubject
sub
missingAudience
aud
missingExpires
exp
missingNot Before
nbf
missingIssued At
iat
missingJWT ID
jti
missingHeader JSON
Decode a token to inspect header JSON.
Payload JSON
Decode a token to inspect payload JSON.
Signature Section
Decode a token to inspect the signature bytes as copied text. Verification is not performed.
Base64 Encoder / Decoder
Encode plain text into Base64 and decode Base64 content back into readable text.
openJSON Beautifier
Format compact or messy JSON into clean, readable, properly indented output.
openURL Encoder / Decoder
Encode plain text for URLs or decode URL-encoded content with smart mode detection.
openHash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 digests from text.
open