Encodeurs & Crypto
JWT Signer (Pro)
All algorithms — HS / RS / ES / PS / EdDSA.
Note de la rédaction
Understanding · Signed JSON, in three base64 chunks.
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.
›Which signing algorithms are supported?
The tool supports symmetric signing (HS256, HS384, HS512) and asymmetric signing including RSA (RS/PS), Elliptic Curve (ES), and Edwards-curve (EdDSA/Ed25519).
›Are my private keys secure?
Yes. All signing happens locally on your device using the browser's native Web Crypto API. Your private keys and secrets never leave your browser.
›What happens if I use an invalid key format?
The tool validates your key against the selected algorithm. For asymmetric algorithms, ensure your key is in a supported format like PEM or JWK.
›Can I add custom headers or claims?
Yes. You can edit the Header and Payload JSON objects directly before signing to include standard claims like `exp` or custom application data.
Les internautes recherchent aussi
Outils similaires
More in this room.
- Créateur JWT (HS256)Signez un JWT avec HMAC-SHA256 — dans votre navigateur.
- Décodeur JWTDécoder et examiner les jetons JWT — localement, jamais enregistrés.
- Encodage / Décodage Base64Encodez et décodez Base64 - compatible Unicode.
- Encodage / Décodage URLEncodez et décodez les URL en toute sécurité.
- Générateur de Hash (SHA-1/256/384/512)SHA-1, SHA-256, SHA-384, SHA-512 — tout dans le navigateur.
- Encodage / Décodage d'entités HTMLÉchapper ou déséchapper les caractères spéciaux HTML.