← All articles

March 22, 2026 · 5 min read

Password Security in 2026: Passkeys, Managers, and What to Skip

What passkeys actually changed, which old password habits still hold up, and which ones you can finally drop.

Password Security in 2026: Passkeys, Managers, and What to Skip — cover illustration

What actually changed

Passkeys crossed a real adoption threshold: most major platforms and a growing share of everyday sites support them now, and where available they're both more secure and more convenient than a password, since they're phishing-resistant by design, there's no secret string to trick someone into typing into a fake login page. Where a passkey option exists, use it. That's the single biggest shift from five years ago.

What didn't change

For every site that hasn't added passkey support yet, and that's still most of them, the old fundamentals hold: length beats complexity, reuse remains the single biggest risk factor in real breaches, and a password manager is still the only realistic way to have a unique password on every account without losing your mind.

Keep doing this: favor length over cleverness

A sixteen-character passphrase built from four unrelated words takes vastly longer to brute-force than an eight-character password stuffed with symbols, and it's easier to type and remember. Phrase-style passwords were mocked for years as too simple, but the entropy-per-character math has always favored length.

Keep doing this: let a tool handle uniqueness

Nobody genuinely remembers forty unique sixteen-character passwords, and that's fine, that's exactly what a password manager exists to solve. Relying on memory for more than two or three passwords leads to unconscious pattern reuse, and pattern-based reuse is exactly what credential-stuffing attacks exploit after any single breach.

Keep doing this: pick the right kind of two-factor

SMS-based two-factor beats nothing but remains vulnerable to SIM-swapping. An authenticator app, or better, a hardware security key, removes that specific risk. If a site offers a choice, take the app or key over SMS.

A recovery story worth learning from

A friend reused one memorable password across a shopping site, a forum, and her email. The shopping site got breached in a batch of 40 million records posted publicly a year later. Within days her email showed a login attempt from an unfamiliar country, caught only because her provider flagged it. Rotating that password everywhere it had been reused, and enabling an authenticator app for email specifically, took about twenty minutes and would have taken zero minutes of cleanup if a manager had generated a unique password per site from the start.

What a manager's audit feature actually finds

Most password managers include a built-in check flagging reused passwords, weak ones, and accounts caught in known breaches. Running that check for the first time on an account with fifteen years of accumulated logins routinely surfaces ten or more reused passwords nobody remembered creating, a five-minute scan replacing what would otherwise take checking every site by hand.

Drop this: mandatory 90-day rotation

Forced periodic password changes were shown years ago to make security worse in practice, since people respond with small predictable variations rather than genuinely new passwords. Most major security guidance bodies dropped this recommendation; if your organization still enforces it, that's worth raising with IT.

Drop this: worrying about quantum computers breaking your password today

Quantum-resistant cryptography is a real, active area of standards work, but it targets specific asymmetric algorithms used in things like TLS key exchange, not the hashing schemes protecting an everyday password. This isn't something an individual needs to act on personally in 2026.

The credential-stuffing math that makes reuse dangerous

Credential-stuffing tools can attempt millions of leaked username-password combinations against a new target site within hours of a breach going public, entirely automated. A password reused across even three sites hands attackers the keys to all three, and they don't need to guess anything, they're replaying a combination that already worked somewhere else. This is exactly why length and complexity of a reused password barely matter once it's exposed; the fix is uniqueness, not strength.

Recovery codes: the backup most people forget

Every account with two-factor enabled generates one-time recovery codes at setup, usually shown once and easy to dismiss. Losing your authenticator app or key without saving those codes somewhere durable can lock you out of your own account for days while support verifies your identity manually. Saving them takes thirty seconds at setup and has personally saved me twice after a phone reset wiped an authenticator app's data.

A five-minute checkup worth doing this week

Check whether your important accounts, email, bank, primary cloud storage, support passkeys and switch if they do. Confirm your password manager is generating fresh unique passwords rather than autofilling old reused ones. Check your email against a breach-monitoring service to see if any existing passwords are already circulating.

Straight answers

Are passkeys actually safe, or is that overhyped? They're genuinely more phishing-resistant than passwords, since there's no secret to steal via a fake login page. The cryptographic proof is tied to the real site's domain.

Do I still need a password manager if I switch to passkeys everywhere? Yes, for the foreseeable future, since most sites still only support passwords and you'll need somewhere to store those securely too.

Is it still bad to write passwords on paper? It's far better than reuse, but a password manager with a strong master password is both more convenient and harder to lose than a notebook.

What's the most common way passwords actually get compromised today? Reuse across sites combined with a breach at one of those sites, followed by phishing. Brute-force guessing of a single strong password is comparatively rare.