Monu Tools

JWT Generator

Create and sign HS256 JSON Web Tokens from a payload and secret, entirely in your browser.

How to use the JWT Generator

  1. 01

    Edit the payload as a JSON object.

  2. 02

    Enter your HS256 secret.

  3. 03

    Generate and copy the signed token.

Frequently asked questions

Which algorithm is used?

HS256 (HMAC with SHA-256), the most common symmetric JWT algorithm, signed in your browser with the Web Crypto API.

Is my secret sent anywhere?

No. Signing happens entirely in your browser, so the secret and payload never leave your device. Still, avoid real production secrets on shared machines.

Can I decode a token too?

Yes, use the JWT decoder tool to inspect the header and payload of an existing token.

About this tool

A JWT generator that builds and signs HS256 JSON Web Tokens from your payload and secret using the Web Crypto API, all client-side.

It pairs with the JWT decoder and keeps your secret private by never uploading it.

Related tools

We use essential cookies to run the site. With your consent we also load Google AdSense, which sets advertising cookies. See our privacy policy.