2026-08-07
How strong passwords work (length, entropy, and uniqueness)
Understand what makes a password hard to guess - length, character set, and never reusing secrets across sites.
A strong password resists guessing and cracking. Strength comes mainly from length, randomness, and uniqueness - not from swapping letters for symbols in a memorable word.
Length beats clever tricks
Each extra random character multiplies the search space. Aim for at least 16 characters on important accounts when the site allows it. A long random string stored in a password manager usually beats a short "clever" password you reuse.
Entropy and character sets
Mixing uppercase, lowercase, digits, and symbols increases entropy per character when the values are truly random. Predictable patterns (SeasonYear!, Name123!) add little strength even if they look complex.
Uniqueness per site
Reuse turns one breach into many. Credential stuffing succeeds because people recycle passwords. Generate a unique secret for each site and let a manager remember it.
Passphrases vs random strings
Both can be strong. Random high-entropy strings pair well with autofill. Memorable passphrases help when you must type by hand - still prefer length, unpredictability, and no personal details.
Create a strong random password in your browser - nothing is uploaded or stored.
Open the free password generator →
Next reads: How to generate a strong password · Password generator best practices