Password Generator
Pick a length and the character sets to include, then click Generate. The password is created locally with cryptographically secure randomness.
- Set the password length (8-128 characters)
- Choose which character sets to include
- Optionally exclude ambiguous characters like I, l, 1, O, 0
- Click Generate, then copy the password
Is my password sent anywhere?
Yes. Passwords are generated with the Web Crypto API (crypto.getRandomValues) entirely in your browser. Nothing is ever sent to a server.
What does the strength score mean?
Entropy estimates how hard the password is to guess, measured in bits. Higher is stronger: 70+ bits is considered strong for most uses.