JWT Generator (HS256)

Sign HS256 JSON Web Tokens in your browser with Web Crypto.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Generate a signed HS256 JWT

Build and sign a JSON Web Token with the HS256 (HMAC-SHA256) algorithm straight in your browser. Provide a JSON payload and a shared secret, and the tool emits a standard header.payload.signature token you can drop into an Authorization: Bearer header for testing.

The signing uses the browser’s native Web Crypto API — your secret and claims never leave the page, so it is safe for local development and integration testing.

Ad placeholder (rectangle)