Utilidades para desarrolladores
JWT Tool
Decode, sign, and verify JWT tokens locally.
Los tokens se firman localmente en tu navegador. No compartas tu clave.
Algoritmo
Sujeto
Expira el
Por qué usar esta herramienta
03Inspect 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
03Revisiones rápidas antes de copiar
03Confirm 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
03JSON Formatter→
Format, minify, and validate JSON in one place.
Base64 Encode / Decode→
Convert plain text to Base64 and back.
Hash Generator→
Generate SHA-1, SHA-256, and SHA-512 hashes.