Click Generate to create a password
—
20
What makes a strong password?
Length matters most
Each extra character multiplies the number of possible combinations exponentially. A 20-character password is billions of times stronger than a 12-character one.
Mix character types
Using uppercase, lowercase, numbers, and symbols together dramatically increases the keyspace an attacker must search through.
Never reuse passwords
Generate a unique password for every account and store them in a password manager. This tool uses
crypto.getRandomValues() — cryptographically secure randomness.