How to use: JWT Signature Verifier

JWT Signature Verifier is a free online Security Tools tool that decode a JWT and verify its HS256 signature locally, with exp/nbf/iat claim checks instantly in your browser. Paste your data, adjust the options and get the result in real time — no installation, no sign-up, and nothing is ever uploaded to a server.

Use JWT Signature Verifier now →

Description

Decode a JWT and verify its HS256 signature locally, with exp/nbf/iat claim checks.

  • Security Tools
  • Because everything is computed client-side, JWT Signature Verifier is safe to use with sensitive data such as API keys, tokens or private logs.
Input JWT Signature Verifier Output Runs 100% in your browser — your data never leaves your device.
JWT Signature Verifier — Input → Output

How to use

Using JWT Signature Verifier takes three steps:

  1. Paste your data into the input box (or load the example).
  2. Configure the options to match your target format or scenario.
  3. Copy, download or inspect the output — it updates live as you type.
How to use · JWT Signature Verifier 1 Paste your data intothe input box (or loadthe example). 2 Configure the optionsto match your targetformat or scenario. 3 Copy, download orinspect the output —it updates live as youtype.
How to use

Run

Examples

Enter your-256-bit-secret in the secret field to see the signature verify; any other secret is rejected.

Input

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Output

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

Payload
{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1516239022
}

Algorithm: HS256

Registered claims
  subject        1234567890  (2009-02-13T23:31:30.000Z)
  issued at      1516239022  (2018-01-18T01:30:22.000Z)


Signature not verified — supply the shared secret to check it.

This output was produced by actually running the tool, not written by hand.

Use cases

Common situations where JWT Signature Verifier helps:

  • Decode a JWT and verify its HS256 signature locally, with exp/nbf/iat claim checks.

Parameters

This tool has no options — it works on the input alone.

FAQ

What is JWT Signature Verifier?

JWT Signature Verifier decode a JWT and verify its HS256 signature locally, with exp/nbf/iat claim checks. It runs entirely in your browser, so your data stays private.

Is JWT Signature Verifier free to use?

Yes. JWT Signature Verifier is free, unlimited and works without registration or installation.

Does my data get uploaded?

No. All processing happens locally in your browser; nothing is sent to any server.

Good to know

  • Everything runs client-side, so extremely large inputs are limited by your browser tab’s memory rather than by a server upload limit.

Related tools

JWT Signature Verifier → · Security Tools →

Use JWT Signature Verifier now →