# JWT Generator

Build and HMAC-sign JWTs (HS256/384/512) locally with the Web Crypto API - the secret never leaves your device.

Create and sign JSON Web Tokens (HS256, HS384, HS512) entirely in your browser using the Web Crypto API. Edit the claims, set your secret, and copy a valid token. Nothing is uploaded or logged.
