Monu Tools

JWT Generator

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

Cómo usar 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.

Preguntas frecuentes

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.

Acerca de esta herramienta

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.

Herramientas relacionadas

Usamos cookies esenciales para que el sitio funcione. Con tu consentimiento también cargamos Google AdSense, que establece cookies publicitarias. Consulta nuestra política de privacidad.