MODULE 18 · SECURITY
JWT Decoder & Verifier
Paste a JSON Web Token to inspect its header, payload, and signature — 100% in your browser with Web Crypto, zero server uploads.
Payloadclaims
{
"sub": "1234567890",
"name": "Neo Anderson",
"role": "netrunner",
"iss": "toolbox.dev",
"aud": "toolbox-clients",
"iat": 1788410530,
"exp": 1791002530
}
✓ ACTIVEvence en 18d
Standard Claims
subSubject · a quién representa"1234567890"
issIssuer · quién lo emitió"toolbox.dev"
audAudience · para quién es"toolbox-clients"
iatIssued At · emitido1788410530 · 9/3/2026, 4:42:10 AM
expExpiration · vence1791002530 · 10/3/2026, 4:42:10 AM
Custom Claims
name—"Neo Anderson"
role—"netrunner"
Signatureverify integrity
mfTQP5T-mzHjk0WVobI-nRHK5W58dz5DKUt6uZi48E4