Skip to main content
Stéphane Quantin

Main navigation

  • Portfolio
  • About
  • Freelance Drupal
    • Audit de site Drupal
    • Drupal maintenance contract
  • Blog
  • CV
  • Contact
Languages
  • French
  • English

Breadcrumb

  1. Home

JWT Generator & Decoder

Use this free online tool to quickly generate and decode JSON Web Tokens (JWT). JWTs are widely used to securely transmit information between parties as JSON objects, often for authentication and authorization in web applications.

  • Generate JWTs: Provide your payload in JSON format, choose an algorithm (HS256, RS256, ES256, etc.), and sign it with a secret or private key. You can also set an expiration time.
  • Decode JWTs: Paste an existing token to inspect its header and payload. You can choose to verify the signature with the correct secret/public key or simply decode without verification.

This tool helps developers test, debug, and understand how JWTs work in real-world scenarios. For more details, see the official specification: RFC 7519 – JSON Web Token (JWT)

Mode
If generating: provide a JSON object. If decoding: paste a JWT.

Based on the firebase/php-jwt library.

Social networks

  • Malt
  • codeur.com
  • 404Works
  • LinkedIn
  • Twitter
  • DoYouBuzz

Twitter

Tweets by @StephaneQ
RSS feed

Pied de page

  • Contact
  • Mentions légales
Powered by Drupal