Decode and inspect JSON Web Tokens in your browser. Header, payload and signature — no upload.
Full tool — runs in your browser. No sign-up required.
Loading…
Debug auth flows by pasting a JWT and reading header and payload JSON with syntax highlighting. Tentaco decodes locally — tokens are not sent to a validation API unless you explicitly use verify features that fetch keys.
Inspect exp, iss, aud and custom claims during OAuth integrations. Pair with the hash generator and JSON formatter in Developer Studio.
Never paste production tokens in chat or on untrusted sites; close the tab after debugging on shared PCs.
Open JWT Decoder.
Paste the JWT string.
Review decoded header and payload.
Optional: verify signature if keys are available.
Tokens stay in your session; treat decoded payloads as sensitive if they contain PII.
LocalThis tool processes data locally in your browser. Tentaco does not receive your file contents for this mode.
Decode runs locally; verify may fetch public keys only when enabled.
Do not paste live user tokens on shared PCs; processing is local but screen/history may leak.
Yes.
JWT Debugger — decode tokens
Inspect JWT header and payload in Security Studio. Tentaco Jwt Debugger: review input and get an instant result — free, no sign-up.
Format JSON online — free validator & pretty print
Beautify, minify and validate JSON in your browser. Syntax errors with line hints — copy or download instantly.
Base64 encode & decode — free
Encode text to Base64 or decode Base64 back to plain text. Tentaco Base64 Encoder / Decoder: review input and get an instant result — free, no sign-up.
Hash generator online — MD5, SHA-256 & more free
Compute MD5, SHA-1, SHA-256 and SHA-512 hashes in your browser. Text or files — no server upload.
Code Studio online — free in your browser
Format, validate and convert JSON, XML, SQL, HTML, CSS, JS and more — one developer workspace.
Curl Converter — curl to fetch JavaScript
Turn a URL, method, headers and body into a cURL command. Tentaco cURL Command Generator: review input and get an instant result — free, no sign-up.
Hash Identifier online — free
Guess hash algorithm from length and prefix (MD5, SHA-256, bcrypt, …). Tentaco Hash Identifier: review input and get an instant result — free, no sign-up.
HMAC Generator online — free
Compute HMAC-SHA256 and HMAC-SHA512 signatures for webhooks and APIs. Tentaco HMAC Generator: review input and get an instant result — free, no sign-up.