SeguridadSecurity

JWT Decoder & Verifier

Pega un token JWT para decodificar encabezado y payload, validar la firma (HS/JWKS) y volver a firmarlo sin enviar datos al servidor. Paste a JWT to decode header and payload, validate signatures (HS/JWKS) and re-sign without sending data to any server.

Privacidad:Privacy: Todo se procesa en tu navegador; no enviamos tu token. Everything runs in your browser; we never transmit your token.
Token JWTJWT Token
Decode · Verificar · FirmarDecode · Verify · Sign

HeaderHeader

PayloadPayload

AlgoritmoAlgorithm
kid

Audita tokens JWT antes de integrarlos Audit JWTs before shipping integrations

Identifica rápidamente expiraciones, clocks desalineados o firmas incorrectas para evitar errores en APIs, workers y autenticaciones. Catch expirations, clock drift and wrong signatures before they break APIs, workers or authentication flows.