Password Generator
Create cryptographically random passwords using your browser's secure random number generator. Tune length and character classes, and generate up to 100 at once.
FAQ
Are these passwords safe to use?
Yes — they're generated locally with crypto.getRandomValues() and never sent over the network or logged.
How long should a password be?
16+ characters with mixed types is a strong default; 12 is the practical minimum for anything important.
What do the symbols exclude option do?
It omits look-alike characters (l, 1, I, O, 0) so passwords are easier to read aloud or type by hand.