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)
- Paste the JWT.
- Enter your HS256 secret.
- 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.