Identity and accounts

Your email address is your digital passport

Why the main email is the root of all compromise, and how to harden access without locking yourself out.

Published 17 min read General

Last reviewed:

This version was translated with AI assistance and reviewed by a human.

Cadenas numérique sur fond de code

A managing partner showed me his bank’s “military-grade” app, proud of the fingerprint unlock. I asked him one question: how do you reset that bank password if you lose your phone? Answer: an email link, to a Gmail address from 2009, protected by an SMS code, with his old assistant still listed as a recovery contact. The bank was a fortress. The front gate had been left wide open for fifteen years.

Angle de lecture

The usual trap

The dominant advice on email security stops at three words: strong password, antivirus, “be careful with links”. That advice treats the inbox as one account among many — a place where messages arrive, that you protect like you’d protect a Netflix login. It misses the thing that actually matters.

Your main email address is not an account. It is the master key to every other account you own. Every “forgot my password” button on the planet sends its reset link to your inbox. Your bank, your broker, your password manager’s recovery, your cloud storage, your domain registrar, your social accounts, your tax portal — all of them defer their ultimate authority to whoever controls that mailbox. The password on the email account is almost beside the point. What matters is the entire chain of ways someone can get into it, and the chain of ways you can get back in if you’re locked out. That second chain is the one nobody audits, and it is the one attackers go after.

The mistake is to picture compromise as a brute-force attack on your 16-character password. That basically never happens. Compromise comes through the recovery path: an SIM swapAttack where a fraudster convinces your carrier to port your number to their SIM. that hijacks your SMS codes, a recovery email pointing at a dead address an attacker re-registered, a security question answered straight off your LinkedIn profile, a session token stolen by malware, or a convincing phishingSocial engineering attack pushing targets to disclose credentials or execute code. page that harvests both your password and your one-time code in real time. The lock on the front door is fine. People climb in through the window you forgot you left open — the recovery options you configured once, years ago, and never looked at again.

Your inbox is the root certificate of your digital identity

Think of your main email like a root certificate. Everything downstream trusts it implicitly. Compromise the root and every leaf is compromised by definition — not because the leaves are weak, but because they were designed to trust the root absolutely.

Here is the cascade as it actually unfolds, and I have watched it run start to finish more than once. An attacker gets into the primary inbox at, say, 2pm. By 2:05 they have run a search for the words “welcome”, “your account”, “receipt”, “statement” and “verify”. In ten minutes they have a complete inventory of your financial life, your service providers, your employer, your insurer, your kids’ school portal. By 2:20 they are clicking “forgot password” on the highest-value targets and intercepting every reset link as it lands in the inbox they now own. By 2:45 they have changed the recovery email and phone on the accounts that matter, locking you out of your own recovery paths. By 3pm you are no longer the owner of your own identity in any practical sense, and you don’t know yet, because your phone still has signal and your laptop is still logged in. The first sign you’ll get is a login alert you assume is a glitch.

This is why “I use a strong password on my email” is a non-answer. The password is one of perhaps six independent doors into that inbox. The others are: SMS recovery, recovery email, security questions, trusted devices/sessions, OAuth-connected apps with mailbox scopes, and on the corporate side, your IT administrator. An attacker only needs the weakest of the six. You are defending an AND condition (all doors closed) against an attacker who only needs an OR condition (any one door open).

There’s a second property people miss. Your email address is also a public identifier, not a secret. It’s printed on business cards, scraped from your website, leaked in dozens of breaches, listed in leak databasesService indexing data from public or semi-public breaches.. The address is known. So the secrecy of your password is doing all the load-bearing work, and a single secret protecting the root of your entire identity is a structurally fragile design. That is the real threat model — not a weak password, but a single point of failure guarding everything, reachable through half a dozen recovery channels you set up and forgot.

The six doors, and which ones attackers actually use

If the inbox is the root, the useful exercise is to enumerate every independent way into it, then ask of each: can an attacker reach this without my cooperation, and remotely? The doors that fail that test are the ones that matter. Here is the full inventory, in roughly the order attackers prefer them.

Door one — SMS recovery and SMS second factor. This is the favorite, and by a wide margin. The phone number is a public-ish identifier, the carrier is a third party with a helpdesk that can be social-engineered, and the entire SIM swapAttack where a fraudster convinces your carrier to port your number to their SIM. economy exists to monetize exactly this door. The attacker never touches your account directly; they take over the number, trigger your provider’s “text me a code to reset” flow, and walk in. Crucially, even if you use an authenticator app for normal logins, leaving SMS enabled as a recovery fallback re-opens this door completely. A second factor is only as strong as its weakest fallback.

Door two — the recovery email. Most providers let you nominate a secondary address that can reset the primary. People set this to an old account — a university address, a former ISP mailbox, a Hotmail from a previous decade — and then abandon it. When that secondary provider recycles or releases the address, anyone can re-register it and inherit reset authority over your live inbox. I have seen this exact pattern: the “secure” current account undone by a dead address nobody remembered was still listed as the recovery contact.

Door three — security questions. Mother’s maiden name, first car, city of birth, first pet. Every one of these is either public record, sitting on a genealogy site, or recoverable from a decade of social posts. Security questions are a knowledge-based factor whose knowledge is not secret. Where a provider forces them, the right answer is to fill them with long random strings stored in your password managerApplication storing and generating unique passwords for each service. — treat them as a second password, never as facts.

Door four — live session and token theft. Modern phishing kits and infostealer malware do not always bother with your password. They steal the session cookie after you’ve already authenticated, which sidesteps the password and the second factor in one move because the session is already trusted. This is why “I have 2FA on” is not a complete answer, and why the response to any suspected compromise must include revoking all active sessions, not just changing the password.

Door five — OAuth-connected applications. Over years you grant dozens of third-party apps access to your mailbox: “Sign in with Google”, calendar tools, email plugins, that one CRM trial from 2019. Each connection is a standing grant that can read or send mail under your identity, and each is only as secure as that third party. A breach of a connected app can become a breach of your inbox without your password ever being involved. Periodically reviewing and revoking connected-app access is part of inbox hygiene, not an optional extra.

Door six — the administrator (corporate only). On a corporate tenant, a global administrator can reset your credentials and read your mailbox by design. This is not a vulnerability — it is how managed identity works — but it means your corporate inbox has a master key you do not hold, and that key is itself a target.

Notice the pattern. The password is not even on this list as a primary vector, because guessing or brute-forcing a decent password is the hard way in and attackers are economically rational. They use doors one through five, all of which route around the password entirely. Your hardening effort, therefore, should route to closing those doors — not to making the password marginally longer.

The right design: phishing-resistant root, redundant recovery, no SMS

The fix has three parts, and they work as a system. Done individually they help a little; done together they change the threat model entirely. None of this requires you to be technical. It requires you to spend ninety focused minutes once.

Part one: make the root phishing-resistant. Put FIDO2Strong authentication standard using hardware cryptographic keys, phishing-resistant. hardware keys on your main email account. A FIDO2 key (a YubiKey, a Titan key, or a passkey backed by secure hardware) signs a cryptographic challenge bound to the real domain. It cannot be phished, because a fake login page lives on a different domain and the key refuses to answer it. It cannot be replayed, because each response is unique. This is the single highest-leverage security action available to a non-technical person, full stop. The underlying standard is WebAuthnBrowser API enabling FIDO2 authentication on websites., and every major provider supports it: Google, Microsoft, Apple, Proton, Fastmail. The difference between TOTP6-digit code generated every 30 seconds by an app (Google Authenticator, Authy, etc.). codes (the six digits from an authenticator app) and FIDO2 is not incremental — TOTP can still be phished by a real-time proxy page that relays your code in the moment, while FIDO2 cannot be, structurally. For the root of your identity, accept nothing less than phishing-resistant.

Part two: kill SMS as a recovery and second factor. SMS recovery is the single most exploited path into “secured” accounts, because the phone number is hijackable through the carrier without ever touching your account. Go into every critical account and remove the phone number as a recovery method and as a second factor. This feels uncomfortable — SMS is convenient and familiar — but convenience is exactly what the attacker exploits. If a service refuses to let you remove SMS, that tells you something important about the service, and you should reconsider whether your root identity should depend on it.

Part three: build redundant recovery you control, so hardening doesn’t lock you out. This is the part that scares people off the first two, and the reason most people never harden their email: the legitimate fear of locking themselves out. Hardware keys get lost. Phones get stolen. So the rule is simple and absolute: never deploy a single hardware key — always two, enrolled at the same time, stored in different physical locations. One on your keyring, one in a safe or a trusted relative’s house. Generate and print the provider’s backup recovery codes, and store the paper somewhere a flood or fire won’t reach both copies of your life at once. Your password managerApplication storing and generating unique passwords for each service. holds the codes too, as a digital backup. Recovery should depend only on things you physically possess and control — never on a channel (SMS, a secondary email) that an attacker can also reach.

The mental model to hold onto: you are not trying to make the inbox impregnable. You are trying to make the recovery paths converge on physical objects only you hold, while removing every recovery path that runs through a channel an attacker can hijack remotely. Phishing-resistant front door, no remote back doors, redundant physical keys to get yourself back in. That’s the whole design.

The lockout fear is legitimate — design it away, don’t ignore it

The reason most people never harden their email is not laziness. It is a correct intuition that aggressive hardening can lock you out as easily as it locks an attacker out, and the consequence — losing the master key to your own life — is catastrophic. So we design the recovery layer deliberately rather than pretending the risk away.

The order of operations matters and is not optional: enroll both hardware keys first, generate and verify the backup codes, store everything, and only then remove SMS and the weak recovery paths. Removing the weak door before the strong door is fully working is how people lock themselves out. Add the new lock, test it, then remove the old one.

Test the recovery, don’t assume it. After setup, deliberately sign out everywhere and sign back in with the second key — the one going to the safe — to confirm it actually works before you store it. Then sign in once using a backup code, to confirm the codes you printed are the right ones. A recovery method you have never exercised is a recovery method you do not actually have. People discover their backup codes were for a different account at the precise moment they needed them, which is the worst possible time to find out.

What “redundant” means in practice for a single individual: two hardware keys in two locations, a set of printed backup codes in a third location, and the same codes in your password manager as a digital fourth copy. That is four independent ways back in, none of which an attacker can reach remotely. The probability of losing all four simultaneously — without it being a fire-and-flood event in which your email is not your biggest problem — is negligible. You have made yourself more recoverable than you were with SMS, not less, because SMS was never under your control to begin with.

One more piece people forget: write down, on the same paper as the backup codes, the provider’s name and the exact account address the keys belong to. In a crisis, future-you will be stressed and may own several keys for several accounts. A label costs nothing and removes the single most common point of recovery confusion.

A note on providers, because it comes up. The encryption marketing — “end-to-end encrypted”, “E2EEEnd-to-end encryption: only sender and recipient can read content.”, “zero-knowledge” — addresses a different threat (the provider reading your mail) than the one that actually compromises people (account takeover through recovery). A Proton account with SMS recovery still enabled is more exposed than a Gmail account with two FIDO2 keys and no SMS. Pick a provider you can trust to stay in business and to support FIDO2 properly; the encryption tier matters far less than the access design you build on top of it.

What this means concretely

Angle de lecture

For you, as a person

Your main email is the master key to your entire life and it is almost certainly protected by a single password plus an SMS code — the exact configuration that gets people emptied out. You can fix the structural problem in one evening, for the price of two hardware keys.

Your three priorities, this week, under €200:

  1. Enable FIDO2 hardware keys on your main email — buy two. A pair of YubiKey 5 or two Google Titan keys runs roughly €90–110 together. Enroll both on the same account in one sitting, before removing anything else. One stays on your keyring, the other goes to a safe, a drawer at your parents’, or a bank box. Two keys is not optional belt-and-suspenders — it is what makes hardening safe instead of a way to lock yourself out.

  2. Remove SMS recovery and SMS second factor from the main email — entirely. In your account security settings, delete the phone number as a recovery option and as a 2FA method. This single change neutralizes SIM-swap attacks against your inbox, which is the most common real-world path in. While you’re there, delete any “security questions” — answers like your mother’s maiden name are sitting on a genealogy site.

  3. Audit what recovers through this inbox — and from where. Open your bank, broker, and password manager. Check which email address each one uses for password resets. If any critical service recovers through an old, half-abandoned, or never-hardened address — a Gmail from 2009, a defunct ISP mailbox you no longer control — repoint it to your now-hardened main email. An attacker who finds a dead recovery address can often re-register it and inherit your reset links.

That’s the whole job. Two keys, no SMS, recovery pointed at a hardened mailbox. It is the highest return on ninety minutes of effort in all of personal security.

For you, CISO / CIO / executive

You are protected less than you think, and the gap is not in your stack — it’s in who holds the keys to your mailbox and how its recovery is wired.

1. The corporate mailbox is not under your sole control — your IT department holds an administrative master key. Every corporate IAMCentralized management of identities and access to resources. tenant (Microsoft 365, Google Workspace) grants global administrators the ability to reset any user’s credentials, read any mailbox, and revoke any session. That capability is legitimate and necessary for operations. It also means your most sensitive professional correspondence — board matters, M&A, legal strategy, an internal investigation — is readable by whoever holds Global Admin, and by anyone who compromises their account. Direct consequence: for genuinely sensitive correspondence, a hardened mailbox outside the corporate tenant, on your own domain, secured with FIDO2 hardware, is a legitimate and defensible individual-protection measure — not shadow IT, but compartmentation of risk away from a master key you do not control.

  1. Phishing-resistant MFA is the only MFA that counts for privileged identities — TOTP is no longer sufficient. Real-time phishing proxies (Evilginx-class tooling) defeat TOTP and push approvals routinely; they cannot defeat FIDO2 because the credential is bound to the real origin. Direct consequence: mandate FIDO2/passkey for all administrators, executives, and finance/legal staff, and disable TOTP and SMS fallback for those roles. A fallback that an attacker can downgrade you to is not a fallback — it is the actual attack surface.

  2. Account-recovery flows are the unowned attack surface in your identity program. Your security program scrutinizes login. It almost never red-teams the recovery path — yet that is where takeovers happen: helpdesk social engineering, SMS-based self-service reset, stale recovery addresses. Direct consequence: treat recovery as a first-class control. Remove SMS from privileged-account recovery, require out-of-band verification for any helpdesk-initiated reset of an executive or admin account, and audit recovery configuration on a schedule — not just at onboarding.

Mistakes we see all the time

  • Treating the email password as the thing to protect. The password is one of six doors. Hardening it while leaving SMS recovery on is rearranging the locks on a door that opens through the window.
  • Deploying a single hardware key. One key, then it’s lost or breaks, then you’re locked out, then you panic-enable SMS recovery to get back in — and you’ve undone everything. Always two keys, enrolled together.
  • Keeping SMS “just as a backup”. A backup channel an attacker can hijack via the carrier is not a backup — it is the primary attack vector wearing a backup’s clothes. Remove it entirely; the recovery codes are your real backup.
  • Stale recovery addresses. A recovery email pointing at an account you abandoned in 2011 is an open invitation: anyone who re-registers that defunct address inherits your password resets.
  • Believing encryption equals security. End-to-end encryption protects message content against the provider. It does nothing against account takeover through recovery — which is how people actually lose their inbox.
  • Executives assuming the corporate tenant protects them. IT holds a master key. For board-level and legal-sensitive matters, that is a real exposure, not a hypothetical one.

Actionable checklist

  • N1 Buy two FIDO2 hardware keys and enroll both on your main email in one sitting
  • N1 Remove SMS as a recovery method and as a second factor on your main email
  • N2 Delete security questions; store FIDO2 backup recovery codes on paper in two locations
  • N2 Audit bank, broker, and password manager: confirm each recovers through your hardened mailbox, not a stale address
  • N2 Store the second hardware key in a separate physical location (safe, trusted relative, bank box)
  • N2 Repoint any critical service recovering through an abandoned or never-hardened email address
  • N3 For executives: stand up a hardened sensitive mailbox outside the corporate tenant, on your own domain, with FIDO2
  • N3 For organizations: mandate FIDO2 and disable SMS/TOTP for all admin, executive, finance, and legal identities
  • N3 For organizations: red-team the account-recovery flow and require out-of-band verification for helpdesk-initiated executive resets

Further reading

The structuring references for this article appear in the frontmatter. Start with the FIDO Alliance’s “How FIDO works” to understand why hardware keys cannot be phished, then read CISA’s “More than a password” guidance on phishing-resistant MFA for the threat distinctions that justify dropping TOTP for privileged roles. Google’s Advanced Protection Program documents what a hardware-key-only, no-SMS configuration looks like in practice. For the adjacent attack paths, see the companion articles SIM swap: 4 hours to become you, MFA without the theater, and the broader framing in Identity compartmentation.

Sources and further reading

Related articles