I recently noticed that jwtsecrets.com, a simple and free JWT secret generator, has been listed on index.dodopayments.com, which curates useful developer tools.
The site does one thing well: generate strong, random secret keys for signing JWTs. You can customize the key length (from shorter keys to 256/512-bit secrets), copy instantly, and use it directly in your backend configs.
There’s no login, no tracking, no unnecessary UI — just a quick way to avoid weak or reused JWT secrets during development or testing.
If you’re working with JWTs and want a fast, no-friction way to generate secure signing keys, this is a handy tool to keep around.
Link: Jwtsecrets
Listing: https://index.dodopayments.com/

Top comments (0)