Password Generator
Create a strong, random password. Nothing is sent over the network — generation happens on your device.
Advertisement space
What makes a password strong?
A strong password is long, random and unpredictable. Length matters more than complexity: a 16-character password using a mix of character types is far harder to crack than a short password with symbols. This generator uses your browser's cryptographically secure random number generator (Web Crypto API) rather than a weaker pseudo-random function, and never transmits generated passwords over the network.
Password best practices
- Use a unique password for every account
- Aim for at least 12–16 characters
- Store passwords in a reputable password manager rather than memorizing or reusing them
- Enable two-factor authentication wherever available