Security

JWT Generator

Sign HS256 JSON Web Tokens in-browser.

This free JWT generator builds and signs JSON Web Tokens using HMAC (HS256, HS384 or HS512). Edit the payload claims and secret, and the tool signs the token live with your browser's Web Crypto API. Use it to craft test tokens for APIs and to understand JWT structure. For production, keep your signing secret private and long.

Related tools