Secure Password Generator
Generate strong random passwords with configurable rules. Everything runs in your browser using cryptographically secure randomness — nothing is ever sent to a server.
Password security tips
- Use a unique password for every account. The biggest risk is password reuse — one breach compromises many services.
- Use a password manager. 1Password, Bitwarden, and iCloud Keychain all generate and store passwords for you. You only need to remember one master password.
- Enable two-factor authentication (2FA). Even a weak password becomes strong when protected by 2FA.
- Length > complexity. A 16-character random password is dramatically stronger than a short "complex" one. Aim for 14+ characters.
- Never share passwords via email or chat. Use a password manager's secure sharing feature.
Passwords are generated locally in your browser using the Web Crypto API. They are never transmitted, logged, or stored anywhere.