Password generator. Strong, random, gone when you leave.
Strong random passwords and memorable passphrases, drawn from your device's secure crypto RNG, never Math.random. A live strength meter shows the entropy. Nothing is uploaded and nothing is stored.
Generated entirely in your browser with crypto.getRandomValues. Passwords are never transmitted or saved, close the tab and they're gone.
Everything a password tool should do.
- Generate random passwords from 6 to 64 characters with full control over uppercase, lowercase, digits and symbols.
- Switch to passphrase mode for 3 to 8 real words joined by your chosen separator, easier to type and remember.
- Exclude ambiguous characters like O, 0, I, l and 1 to avoid transcription errors when reading passwords aloud.
- Enforce no repeated characters for extra uniqueness in shorter passwords.
- Bulk-generate 10 at once and copy any individual result with a single click.
- Read the live entropy meter in bits to instantly understand how strong each result is.
Five steps, no manual.
- Choose Random or Passphrase mode with the toggle.
- In Random mode, set the length with the slider and tick the character types you want.
- In Passphrase mode, pick the number of words, a separator, and whether to capitalize words or append a number.
- Click Generate for one result or Generate 10 for a bulk list, the strength meter updates instantly.
- Click the copy icon next to any password to send it to your clipboard.
Frequently asked questions.
Is the Password Generator free?
Is it private? Are my passwords sent anywhere?
What is the difference between Random and Passphrase mode?
What does the entropy number mean?
Does it work offline?
How random are these passwords, really?
crypto.getRandomValues, the same cryptographically secure random source used for encryption keys, never the predictable Math.random. We also use rejection sampling so no character or word is even slightly more likely than another.Published · Last updated .