Encoders & Crypto
JWT Signer (Pro)
All algorithms — HS / RS / ES / PS / EdDSA.
Redactionele opmerking
Understanding · Signed JSON, in three base64 chunks.
Dit uitgebreide hoofdstuk is momenteel alleen in het Engels beschikbaar. De conversietool hierboven werkt in jouw taal; de lange uitleg is nog niet vertaald.
Veelgestelde vragen
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.
Mensen zoeken ook naar
Gerelateerde tools
More in this room.
- JWT Creator (HS256)Onderteken een JWT met HMAC-SHA256 — in uw browser.
- JWT DecoderDecodeer en inspecteer JWT tokens — lokaal, wordt nooit gelogd.
- Base64 Coderen / DecoderenCodeer en decodeer Base64 — Unicode-veilig.
- URL Coderen / DecoderenPercent-codeer en decodeer URL's veilig.
- Hash Generator (SHA-1/256/384/512)SHA-1, SHA-256, SHA-384, SHA-512 — alles in de browser.
- HTML Entiteiten Coderen / DecoderenOntsnap of herstel HTML speciale tekens.