Security Tools

JWT Generator & Builder

Build and sign JSON Web Tokens visually — configure headers, set claims, pick expiration dates, and sign with HMAC. Client-side only, no data sent anywhere.

Header
Payload Claims
Issued At (iat) now
Not Before (nbf) now
Custom Claims

Values are auto-parsed: numbers, booleans, arrays, and objects are detected. Strings remain as-is.

Sign & Generate
All signing happens locally in your browser via the Web Crypto API. No keys or tokens are transmitted.
Generated Token
Configure claims and click Generate Token