Inspector, verificador y generador de JWT PROCESAMIENTO LOCAL

Decodifica, inspecciona, verifica firmas HMAC y genera JWT de prueba localmente en el navegador.

Token
Claim checks
Algorithm
Expiration
Not before
Issuer
Decoded header
Inspect a token to view its header.
Decoded payload
Inspect a token to view its payload.
Verify an HMAC signature

The secret is used only by your browser's cryptography API. This verifier supports HS256, HS384, and HS512; it does not send the token or secret to KivTools.

Inspect a signed JWT, then enter the corresponding HMAC secret to verify it.
Generate a local HMAC JWT

Generate only HS256, HS384, or HS512 tokens. The payload and secret stay in your browser's Web Crypto API; this tool never offers alg: none.

Generate a local HMAC JWT to view it here.

JWT inspection is not authentication

Decoded claims are readable Base64URL data, not proof that a token is trusted. Check its algorithm, expiry, intended issuer and audience, then verify its signature with a trusted key or secret before accepting it in an application.

Herramientas recientes: