Skip to content

Encodeurs & Crypto

Décodeur JWT

Décodeur JWT gratuit. Décodez les jetons Web JSON pour inspecter l'en-tête et le contenu. Les jetons ne quittent jamais votre navigateur. Pour OAuth, débogage d'authentification, intégration API.

Runs in your browser

Note de la rédaction

Understanding · Three Base64 sections, joined by dots.

Ce chapitre approfondi n'est actuellement disponible qu'en anglais. L'outil de conversion ci-dessus fonctionne dans votre langue ; le long article explicatif n'a pas encore été traduit.

Questions fréquentes

Quick answers.

Does this verify the JWT signature?

No — the decoder shows header and payload only. Signature verification requires the issuer's secret or public key, which we never receive.

Is my token sent to your servers?

Never. Decoding runs entirely in your browser — tokens stay on your device.

What algorithms are supported?

Any JWT can be decoded (HS256, RS256, ES256, etc.) — decoding is algorithm-agnostic. Verification is the algorithm-specific step.

What does each part of a JWT contain?

Header: algorithm and token type. Payload: claims (sub, iat, exp, custom data). Signature: HMAC or signature over header.payload using a secret/key.

Is the decoder free?

Yes — fully free, no signup.

Les internautes recherchent aussi

Use with

What people reach for next.

Outils similaires

More in this room.

Tout voir dans Encodeurs & Crypto