JWT Generator and Signer
Create signed JWTs with HMAC, RSA, RSA-PSS or ECDSA using browser Web Crypto.
Convert in your browser · No sign-up
How to use
- Create signed JWTs with HMAC, RSA, RSA-PSS or ECDSA using browser Web Crypto.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
{"sub":"123"} + secret → signed JWS compact tokenDetails and limitations
Supports HS/RS/PS/ES 256, 384 and 512. HS256/384/512 need at least 32/48/64 UTF-8 key bytes; RSA keys need 2048 bits. PEM uses PKCS#8 private keys.
Text stays in your browser; it is not sent to a conversion server.
FAQ
JWT Generator and Signer — What are the supported inputs and limits?
Supports HS/RS/PS/ES 256, 384 and 512. HS256/384/512 need at least 32/48/64 UTF-8 key bytes; RSA keys need 2048 bits. PEM uses PKCS#8 private keys.
Related tools
Format references
Tool page updated: