Security & Privacy
How to Create a Strong Password
A clear, friendly guide to building strong passwords you can actually remember, plus simple habits that keep your most important accounts safe.
Security & Privacy
A clear, friendly guide to building strong passwords you can actually remember, plus simple habits that keep your most important accounts safe.
A strong password is a long one: use a 16-plus character random string generated by a password manager, or a passphrase of at least five or six random words like stapler-orbit-mango-trench-fable. Length beats symbols because every character you add multiplies the number of guesses an attacker has to try, while swapping an a for an @ barely moves the needle.
Security researchers measure password strength in bits of entropy — roughly, how many yes/no coin flips of uncertainty a password contains. Each bit doubles the number of guesses required. Below about 60 bits, a determined attacker with a stolen password database can crack it; above about 80 bits, it is effectively out of reach with today's hardware.
Here is why length wins. A truly random password drawn from the 94 printable characters on a US keyboard is worth about 6.5 bits per character, so a 16-character random password lands near 105 bits. Even a password using only lowercase letters and digits earns roughly 5 bits each. Meanwhile, the "complexity tricks" people rely on — capitalizing the first letter, ending with 1!, or turning e into 3 — are the first patterns cracking tools try, so they add almost nothing.
When a site is breached, attackers rarely guess passwords one at a time against a login screen. They steal the hashed password file and run it offline. Against a fast, poorly protected hash like unsalted MD5 or SHA-1, a single modern GPU can attempt billions of guesses per second, and a rented rig can do far more. A six-character password — even with symbols — falls in minutes to hours. A 16-character random one, or a five-word passphrase, would take longer than the age of the universe at those speeds. That gap is the whole game.
This is also why the official guidance changed. The US standard, NIST Special Publication 800-63B, now tells organizations to allow passwords up to at least 64 characters, to stop forcing arbitrary symbol-and-number "composition rules," and to stop making you change passwords every 90 days unless there is evidence of compromise. Forced rotation just pushes people toward Summer2026! becoming Autumn2026!.
If you want a password you can type without a manager — for your device unlock or your vault's master password — build it the Diceware way instead of inventing something clever.
4-2-6-1-3, and read off the matching word.willow-cactus-driftwood-anvil-plum.Each random word from that list is worth about 12.9 bits, so five words gives roughly 64 bits and six words about 77 bits. That is genuinely strong and still picturable in your head. The absurd mental image (a cactus made of driftwood) is what makes it stick.
The key mistake here is fake randomness. Purple-Canoe-Coffee-Mountain looks like the examples you have seen, and that is exactly the problem — human-chosen "random" words cluster around common, guessable choices. Real dice, or a manager's generator, remove that bias.
Nobody can remember a unique 16-character password for 80-plus accounts, and you should not try. A password manager generates, stores, and autofills a different strong password for every site, all locked behind one master passphrase you actually memorize.
Whatever you choose, confirm it uses end-to-end (zero-knowledge) encryption, meaning the company stores only encrypted data it cannot read, and that it syncs across your phone and computer. Then spend real effort on the master passphrase, because it protects everything else: make it a six-word Diceware phrase and never reuse it anywhere.
The single most dangerous habit is reuse. After a breach, attackers take the leaked email-and-password pairs and quietly try them on banks, email providers, and shops — an automated attack called credential stuffing. Reuse one password across five sites and one breach can open all five.
Unique passwords contain the blast radius: a leak at a hobby forum stays at that forum and never reaches your bank. Prioritize in this order:
To find your weak spots, check your address at haveibeenpwned.com — it tells you which known breaches include your email. On iPhone, open Settings > Passwords > Security Recommendations to see reused and compromised logins flagged for you; in Chrome, go to passwords.google.com and run the Password Checkup. Fix the reused ones first.
A strong password is far tougher with two-factor authentication (2FA), which asks for a second proof at login. Not all second factors are equal:
Turn 2FA on for email, banking, and cloud accounts first. For a Google account, that is myaccount.google.com > Security > 2-Step Verification.
Better still, adopt passkeys where they are offered. A passkey replaces the password with a cryptographic key pair: the private half never leaves your phone or laptop, so there is nothing to phish, steal in a breach, or reuse. Google, Apple, Microsoft, Amazon, and many banks now support them, and your device syncs them through iCloud Keychain or Google Password Manager. Where you see "set up a passkey," take it.
l33tspeak and a trailing 1! to make a short password safe — cracking tools model these patterns first.For a random password from a manager, 16 characters is a strong target and gives around 100 bits of entropy. For a memorized passphrase, use at least five random words (about 64 bits) — six for anything critical like your master passphrase or email.
No. Current NIST guidance advises against scheduled rotation because it pushes people toward tiny, predictable tweaks. Change a password only when a service reports a breach, a checker flags it as compromised, or you suspect the account was accessed.
A zero-knowledge manager only stores data encrypted with your master passphrase, which it never sees, so a server breach exposes unreadable ciphertext rather than your logins. The real risk is a weak master passphrase, so make that one long and unique and pair it with 2FA.
A password is a shared secret you type and a server stores a hash of; a passkey is a cryptographic key pair where the private key never leaves your device. Passkeys cannot be phished, guessed, or leaked in a database breach, which is why they are the more secure option wherever a site supports them.
Keep reading
A reassuring, jargon-free guide to spotting fake online stores, covering the warning signs in prices, contact details, payment options, and reviews.
A calm, jargon-free guide to protecting your privacy on your phone, covering app permissions, location sharing, lock screens, and trimming back data tracking.