Decodificador JWT Gratis
Cole um JSON Web Token para decodificar header e payload. Esta ferramenta NAO verifica assinaturas.
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.
Quando Usar
- 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.
Perguntas Frequentes
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.
Automatize seu negocio com SARA Assistente AI
Experimente SOLO SARA — Assistente AI para freelancers por apenas 9.90/mesToda a decodificacao acontece no navegador. Nenhum dado sai do dispositivo.
Estas ferramentas são grátis para sempre. A SARA vai além.
A SARA é a sua assistente AI no WhatsApp: responde a clientes, faz reservas e follow-up — 24/7, automaticamente. Experimente grátis por 14 dias.
Comece o teste grátis de 14 dias →