a11y.skipToMainContent
1

JWT Encoder & Signer

Costruire e firmare un JWT — scegliere HS256 / HS384 / HS512, incollare un intestazione e un carico di pagamento (JSON), fornire il segreto, ottenere un token firmato. Utilizza Web Crypto API; il tuo segreto non lascia mai il browser.

Was this tool helpful?
Send output to:
Advertisement

How to use JWT Encoder / Signer

  1. Impostare algoritmo + segreto.
  2. Digitare o incollare l'intestazione e pagare JSON.
  3. Fare clic su Encode JWT.
  4. Ricevuto.

Che cos'e'?

Useful per testare gli endpoint API che si aspettano i JWT firmati. La firma avviene in-browser tramite il sottile HMAC di Web Crypto API. firma chiamata. Per la firma RS256/ES256 (asimmetrica), è necessario un flusso di gestione chiave separato — quelli non sono ancora supportati

Advertisement

FAQ

Il mio segreto e' mandato da qualche parte?
No — tutta la firma è locale tramite Web Crypto. Il segreto rimane in memoria.
Supporta RS256 / ES256?
Non ancora — solo varianti HMAC. RSA / ECDSA richiedono gestione chiave privata.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

← Back to Developer Tools · All tags

Last updated:

Advertisement