Password Generator
Pick length and options — the password updates instantly.
Password
—
Strength: Very weak
How it works
We use the browser's secure random source (Web Crypto) and guarantee at least one character from each enabled set.
Formula
Weighted random selection from the chosen sets (lower/upper/digits/symbols).
Worked example
16 chars with all options yields a very strong, hard-to-crack password.
FAQ
- Are passwords stored?
- No — generated in your browser; nothing is sent to a server.
- Ideal length?
- 12–16 chars for general use, 20+ for sensitive accounts.
- Avoid lookalike chars?
- Yes — we skip 0/O and 1/l/I.