Codificadores e Cripto
Assinador JWT (Pro)
All algorithms — HS / RS / ES / PS / EdDSA.
Nota do editor
Understanding · Signed JSON, in three base64 chunks.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
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.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Criador JWT (HS256)Assine um JWT com HMAC-SHA256 — no seu navegador.
- Decodificador JWTDecodifique e inspecione tokens JWT — localmente, nunca registado.
- Codificar / Descodificar Base64Codificar e descodificar Base64 — compatível com Unicode.
- Codificar / Descodificar URLCodifique e descodifique URLs com segurança.
- Gerador de Hash (SHA-1/256/384/512)SHA-1, SHA-256, SHA-384, SHA-512 — tudo no navegador.
- Codificar / Descodificar Entidades HTMLConverta ou reverta carateres especiais HTML.