Password Generator
Create strong, random passwords in your browser — nothing is ever sent anywhere.
Frequently Asked Questions
What can I use the Password Generator for?
Creating a strong, unique password for anything that needs one: a new account or a password you are rotating, a Wi-Fi network, a database or admin login, or an encryption passphrase — anywhere a guessable password would be a security risk.
Are the generated passwords sent to a server?
No. Every password is generated entirely in your browser and never leaves your device. Nothing is uploaded, logged, or stored — you can even disconnect from the internet and it still works.
How random are the passwords?
They use your browser's cryptographically secure random number generator (the Web Crypto API), the same class of randomness recommended for security-sensitive use — not the predictable Math.random(). Characters are also drawn without modulo bias, so every character is equally likely.
What makes a password strong?
Length and variety. Each extra character multiplies the number of possible combinations, and mixing uppercase, lowercase, numbers, and symbols enlarges the pool. The strength meter shows the estimated entropy in bits — aim for 12+ characters and 60 bits or more for important accounts.
What does "exclude ambiguous characters" do?
It removes look-alike characters such as the capital O and zero, or the lowercase L, capital I, the number one, and the pipe. This makes a password easier to read and type by hand without weakening it noticeably.
Should I use a unique password for every account?
Yes. Reusing a password means one breached site can compromise all your accounts. Generate a fresh password per account and store them in a reputable password manager.
Why does the password change when I adjust the options?
The tool regenerates instantly whenever you change the length or character types so the preview always reflects your current settings. Use the Regenerate button any time you want a different password with the same settings.