All tools

Web

JWT signer / verifier

Decode, verify (HS256/RS256), and sign JSON Web Tokens locally for testing.

Local only — secrets and keys never leave your browser or appear in the URL.

Unsigned — decode only
{
  "alg": "HS256",
  "typ": "JWT"
}
{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1516239022
}