Password Generator
Generate strong, unambiguous random passwords.
Built with the Web Crypto API right in your browser — passwords are never sent anywhere.
About Password Generator
The password generator builds strong random passwords right in your browser using the Web Crypto API — the passwords are never sent anywhere, stored or logged. Set the length, choose which character sets to include (lowercase, uppercase, numbers, symbols) and generate one or a whole batch.
A “No look-alikes” option excludes easily confused characters such as I, l, 1, O, 0 and o — worth enabling for passwords someone might read over the phone or type from paper. A live strength meter rates each result from Weak to Very strong as you adjust length and character sets.
Because generation relies on a cryptographically secure random source rather than Math.random(), the output is suitable for real credentials: router admin passwords, database users, API basic-auth pairs and one-off accounts. Copy a password with one click and it goes straight to your clipboard.
How to use Password Generator
- Set the password length and how many passwords to generate.
- Toggle the character sets: lowercase, uppercase, numbers and symbols.
- Enable “No look-alikes” to exclude confusable characters like 1, l and O.
- Click Generate and check the strength rating.
- Copy the password you want directly to your clipboard.