All tools

JWT Decoder

Decode header + payload from any JSON Web Token.

Header

{
  "alg": "HS256",
  "typ": "JWT"
}

Payload

{
  "sub": "julius",
  "name": "Julius Mason",
  "iat": 1730000000
}

Note: This tool only decodes — it never verifies the signature.