Password Generator
Generates random passwords using your browser's built-in cryptographic random number generator — the same kind used for encryption, not a weaker "math random". Nothing is sent anywhere, ever.
Your files are never sent to our serversFrequently asked questions
Is this password generator secure?
Yes. It uses your browser's built-in crypto.getRandomValues() function, which is a cryptographically secure pseudorandom number generator. No password is ever sent to a server.
Can I use these passwords for banking?
Yes, the passwords are generated with high entropy and are suitable for any account. We recommend using a password manager to store them securely.
How long should my password be?
At least 16 characters for maximum security. Our generator defaults to 20 characters with a mix of uppercase, lowercase, numbers and symbols.
Does this tool store my passwords?
No. Everything happens in your browser. The generated password is never transmitted, logged, or stored anywhere.
What's the difference between this and online password generators?
Most online generators send your password to their server to generate it. Ours runs entirely client-side — your password never leaves your device.