Utilitaires développeur
JWT Tool
Decode, sign, and verify JWT tokens locally.
Les jetons sont signés localement dans votre navigateur. Ne partagez pas la clé.
Algorithme
Sujet
Expire le
Pourquoi utiliser cet outil
03Inspect JWT claims, build HS256-signed tokens, and verify signatures in the browser.
JWT Tool combines decode, build, and verify in one place.
Sign tokens with HMAC-SHA256 and verify signatures locally without sending secrets to a server.
Comment l'utiliser
03Vérifications rapides avant de copier
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
FAQ
03
Does the Decode tab verify signatures?
No. The Decode tab only inspects claims. Use the Verify tab to check signature validity.
Which algorithm does the Build tab use?
HS256 (HMAC-SHA256). The header is always set to alg: HS256, typ: JWT.
Are secrets sent to a server?
No. All signing and verification runs in your browser using the Web Crypto API.
Outils liés
03JSON Formatter→
Format, minify, and validate JSON in one place.
Base64 Encode / Decode→
Convert plain text to Base64 and back.
Hash Generator→
Generate SHA-1, SHA-256, and SHA-512 hashes.