Utilidades para desarrolladores

JWT Tool

Decode, sign, and verify JWT tokens locally.

Browser-onlyInstant outputLocal data

Los tokens se firman localmente en tu navegador. No compartas tu clave.

Algoritmo

HS256

Sujeto

toolgrid

Expira el

11/12/2026, 23:00:00

Por qué usar esta herramienta

03

Inspect JWT claims, build HS256-signed tokens, and verify signatures in the browser.

JWT Tool combines decode, build, and verify in one place.

Sign tokens with HMAC-SHA256 and verify signatures locally without sending secrets to a server.

Cómo usarla

03
01Decode: paste any JWT to inspect header and payload claims.
02Build: provide a JSON payload and secret to produce a signed HS256 token.
03Verify: paste a token and secret to check whether the signature matches.

Revisiones rápidas antes de copiar

03

Confirm the input is the format you intended.

Scan the result before using it in a document, URL, config, or message.

Copy only the output you need.

Preguntas frecuentes

03
Does the Decode tab verify signatures?

No. The Decode tab only inspects claims. Use the Verify tab to check signature validity.

Which algorithm does the Build tab use?

HS256 (HMAC-SHA256). The header is always set to alg: HS256, typ: JWT.

Are secrets sent to a server?

No. All signing and verification runs in your browser using the Web Crypto API.

Herramientas relacionadas

03