A strong password is long, random, and unique per account - length matters more than complexity rules. Our Password Generator uses the browser's cryptographically secure random number generator (crypto.getRandomValues) rather than Math.random, and never sends or stores the password it creates.
Practical tips
- Use at least 16 characters where the service allows it
- Use a password manager instead of memorizing variations
- Enable two-factor authentication wherever it is offered
Looking for a tool to try out what you just read? Browse the full tools catalog.