What makes a strong password?
A strong password is long and random. Length matters more than complexity: a 16-character random password mixing uppercase, lowercase, numbers, and symbols is extremely hard to crack. This generator uses your browser\u2019s cryptographically secure random source, so each password is genuinely unpredictable.
Password strength by length
| Length | Strength |
|---|---|
| 8 characters | Weak |
| 12 characters | Good |
| 16+ characters | Strong |
| 20+ characters | Very strong |
Secure by design
Reusing passwords is the biggest security risk most people face. Generate a unique strong password for every account. Because generation uses the Web Crypto API locally, your passwords are never transmitted or logged — pair this with a password manager for best results.