Security tools
Twelve cryptographically secure generators for passwords, tokens, keys, secrets and JWTs. Every byte comes from your browser's CSPRNG — nothing is uploaded, nothing is logged, your secrets never leave the device.
Bearer prefix and ready-to-paste curl snippet./token endpoints during integration testing.base64:-encoded keys. Drop-in replacement for php artisan key:generate.About the security category
Every tool in this category uses crypto.getRandomValues() — the browser's cryptographically secure pseudo-random number generator (CSPRNG) backed by the operating system's entropy pool. With rejection sampling for uniform distributions, the output is suitable for production secrets, not just toys.
Nothing is sent to a server. Open DevTools → Network and watch for yourself: the only outbound requests are static asset loads. Treat anything you generate here as live — don't paste it into a chat, don't screenshot it, don't email it to yourself in plaintext. Use a password manager.