Decodificador JWT Gratis

Pega un JSON Web Token para decodificar su header y payload. Esta herramienta NO verifica firmas.

Como Funciona

Paste a JWT (JSON Web Token) and the tool decodes the header and payload sections, displaying them as formatted JSON. See the algorithm, expiration time, issuer, and all custom claims without needing a secret key.

Cuando Usarlo

  • API debugging — inspect JWT tokens returned by authentication endpoints to verify claims and expiration times.
  • Security auditing — check which algorithm a token uses and whether sensitive data is exposed in the payload.
  • Development testing — decode tokens during OAuth/OIDC integration to verify the correct scopes and user data are included.

Preguntas Frecuentes

Can it verify the signature?

No. Signature verification requires the secret key or public key, which should never be entered in a browser tool. This tool only decodes the header and payload.

Is it safe to paste tokens here?

Yes. All processing happens in your browser. No tokens are sent to any server. However, avoid pasting production tokens on shared or public computers.

What parts of a JWT are decoded?

A JWT has three parts: header (algorithm and type), payload (claims like sub, exp, iat), and signature. This tool decodes the first two. The signature is shown as-is.

Automatiza tu negocio con SARA Asistente AI

Prueba SOLO SARA — Asistente AI para freelancers a solo 9.90/mes

Toda la decodificacion ocurre en tu navegador. Ningun dato sale de tu dispositivo.

Estas herramientas son gratis para siempre. SARA va más allá.

SARA es tu asistente AI en WhatsApp: responde a clientes, gestiona reservas y hace seguimiento — 24/7, automáticamente. Pruébala gratis 14 días.

Empieza tu prueba gratis de 14 días →