JWT Generator (HS256)

Signed JWT

Free JWT Generator (HS256)

Generate an HS256-signed JWT from payload claims and a shared secret. Optionally set iat and exp automatically for common lifetimes.

Signing uses the Web Crypto API locally — your secret never leaves the browser.

How to use

  1. Enter payload claims as JSON.
  2. Set your HS256 secret.
  3. Choose an expiry duration (or none).
  4. Click Generate to create a signed token.