Skip to content We're live on Product Hunt today Upvote
install

free tools runs in this tab no account, no upload

free tool

Decode a JWT

What is inside this token, without pasting it into a website?

Header and payload, decoded locally. The reason to use this one rather than the popular one is the whole reason it exists: a JWT is a credential, and the usual decoder receives it.

HS256 The algorithm the header claims. The signature is not checked here - verifying it needs the key, and the key is the one thing that must not be typed into a web page.
  • expires 2023-11-14 23:13:20 UTC
  • issued 2023-11-14 22:13:20 UTC
  • segments 3

how to use it

  1. Paste the token. It is decoded in this tab and the page makes no request at all.
  2. Read the header for the algorithm and the payload for the claims.
  3. Check the expiry row - it is the claim people are usually looking for.

what this page cannot do

This decodes a token you already have in the clipboard. The extension reads the tokens a page is actually holding - in storage, in a cookie, on the request - which is the step before you have one to paste. It never sends any of them anywhere either.

Storage in the panel How much is this site keeping on my machine?