Password Generator Online — Secure Random Passwords
Generate strong random passwords with browser CSPRNG. Choose length, character sets, exclude ambiguous glyphs, and create up to 20 passwords at once — nothing is uploaded.
How generation works
Pick length (8–128), enable at least one character set, optionally exclude ambiguous glyphs (0, O, o, I, l, 1), and choose a count up to 20. Symbols use a fixed set: !@#$%^&*()-_=+[]{}|;:,.<>? — documented here for predictability.
Options
Examples
Default strong password
Settings
Sample shape
Digits only API key fragment
Settings
Sample shape
Related utilities
Need random IDs instead? Use the UUID generator. Hash secrets with the hash generator.
Password generator FAQ
Security and options
Is Math.random used?
No. Generation uses crypto.getRandomValues (CSPRNG) when available.
Are passwords stored or uploaded?
No. Values exist only in your browser session until you copy or clear them.
Why exclude ambiguous characters?
Glyphs like 0/O/o and 1/l/I are easy to confuse when reading aloud or from screenshots.
What symbols are included?
The fixed set is !@#$%^&*()-_=+[]{}|;:,.<>? — chosen for common keyboard coverage without spaces.
More developer utilities in this cluster
Looking for converters, encoders, formatters, and minifiers in one place? Developer tools hub Open the curated developer tools catalogue.