Guide
Passkeys vs. passwords: which is safer?
A password is a secret you share with a website every time you sign in. A passkey is a key your device keeps and never shares. That single difference is why passkeys resist phishing and breaches in a way that even a long, unique password cannot.
How each one actually works
Passwords
You send a shared secret to the site, which compares it against a stored hash. Anything that intercepts the secret — a fake login page, a keylogger, a leaked database, a reused password from another site — can sign in as you.
Passkeys
Your device generates a key pair per site. The site stores the public key; the private key stays in your device or password manager. Signing in means your device signs a one-time challenge after you unlock it with a biometric or PIN.
Side-by-side comparison
| Aspect | Password | Passkey |
|---|---|---|
| What you store | A secret string you (or your password manager) must remember and type. | A private key held by your device or password manager. Nothing memorable, nothing to type. |
| What the site keeps | A hash of your secret — still valuable to attackers if the database leaks. | Only a public key, which is useless on its own if the database leaks. |
| Phishing resistance | Weak. A convincing fake login page captures it, MFA codes included. | Strong. The passkey is bound to the real site's domain, so a look-alike page cannot use it. |
| Reuse risk | High. One reused password turns a single breach into many account takeovers. | Minimal. Every passkey is unique to one site and never leaves your authenticator. |
| Day-to-day effort | Type or autofill, then approve a second factor. | Face, fingerprint, or device PIN. One step. |
| Recovery | Email reset link — which is why your email password matters most. | Synced through your platform or password manager account; keep a backup method enabled. |
Why passkeys are phishing-resistant
Phishing works because a password — and even a six-digit code from an authenticator app — is content you can be tricked into typing somewhere else. A passkey is bound to the exact domain it was created for. If you land on a look-alike page, your device simply has no passkey to offer, so there is nothing to steal and nothing to forward to the real site. That removes the most common way ordinary accounts are taken over, which is exactly the gap the accounts lesson in Hygi. focuses on.
Where passwords still apply
- Sites and internal work systems that have not added passkey support yet.
- Shared or kiosk devices where you cannot enroll your own authenticator.
- Accounts where the recovery path still falls back to a password or an emailed reset link.
- Your password manager or device account itself, which is often the root of both systems — protect it with a long unique passphrase and multi-factor authentication.
How to switch, in order
- Open your email account’s security settings and add a passkey there first.
- Add a passkey to your password manager, cloud storage, and financial accounts next.
- Confirm passkey sync is enabled, or enroll a second device.
- Keep one backup sign-in method and store recovery codes somewhere offline.
- Leave multi-factor authentication switched on for every account that still uses a password.
- Keep the password manager — you will need it for everything not yet supported.
Frequently asked questions
- Are passkeys safer than passwords?
- Yes, for the threats most people actually face. A passkey is a private key that never leaves your device or password manager and is cryptographically tied to the real website's domain, so there is no secret to reuse, leak in a breach, or hand to a phishing page. Passwords can be guessed, reused, stolen from a breached database, or typed into a convincing fake login screen.
- What is a passkey, in plain language?
- A passkey replaces your password with a key pair. The site keeps the public half, your device keeps the private half, and signing in means your device proves it holds the private half after you unlock it with your face, fingerprint, or device PIN. You never see or type the key.
- Do passkeys replace multi-factor authentication?
- A passkey already combines something you have (the device holding the key) with something you are or know (biometric or PIN), so it covers what a password plus an app code was doing. Keep multi-factor authentication switched on for any account that still uses a password, and keep a backup sign-in method on passkey accounts.
- What happens if I lose my device?
- Passkeys created in Apple, Google, Microsoft, or a password manager account sync to your other signed-in devices, so a lost phone is not a lockout. Before you rely on passkeys, confirm sync is on, keep a second device or a recovery code, and make sure your email account itself is well protected.
- Should I still use a password manager?
- Yes. Passkey support is growing but far from universal, so you will keep passwords for years on smaller sites, older work systems, and legacy logins. A password manager stores both, generates long unique passwords where passkeys are unavailable, and can hold your passkeys too.
- Which accounts should I switch to passkeys first?
- Start with your email, because it can reset almost everything else. Then your password manager, cloud storage, financial accounts, and any account tied to your work or identity. Check each service's security settings for a passkeys or security keys option.
Practice it in a short lesson
The Protect your accounts lesson walks through passwords, passkeys, and multi-factor authentication, then ends in a mini-quiz and a badge.