Password Generator
Generate strong, random passwords in your browser using cryptographic randomness — nothing is ever sent to a server.
Uppercase (A-Z)
Lowercase (a-z)
Numbers (0-9)
Symbols (!@#$)
Strength:
Very strong
Free · No sign-up · Runs in your browser
How to use
- Set the length with the slider (8–128).
- Toggle uppercase, lowercase, numbers, and symbols on or off.
- Choose how many passwords to generate (1–20).
- Click Generate, then copy any password with one click.
Questions
Are these passwords secure?
Yes. They use crypto.getRandomValues, the browser's cryptographically-secure random number generator — the same API used by security-sensitive applications.
Are the passwords stored or logged?
No. They are generated and displayed entirely in your browser and are never sent to any server.
What does the strength meter measure?
It combines length and the number of active character sets to estimate entropy. Longer passwords with more character types are harder to brute-force.
Advertisement