HomeDev Tools › JWT Verify (HS256)

JWT Verify (HS256)

Verify a JWT's HMAC-SHA256 signature using your secret — locally, so the secret never leaves your browser.

Verifies an HS256-signed JWT's signature using your secret, confirming whether the token is valid and hasn't been tampered with.

How to use JWT Verify (HS256)

  1. Paste the JWT.
  2. Enter your HS256 secret.
  3. View the signature verification result (valid / invalid).

Frequently asked questions

Is the secret sent anywhere?

No. Verification runs entirely on your machine — all processing runs right in your browser, so no data is ever sent to any server.

🔒 JWT Verify (HS256) runs entirely in your browser — the data you enter is not sent to any server. Free, no sign-up required. See145 free dev tools more.