Skip to main content
Self-Hosting & Privacy

Best Authenticator App 2026: Aegis vs Authy

Losing your phone is the real test of any authenticator app. Aegis, Authy, and Google Authenticator compared on backup encryption, recovery friction, and the 2024 Authy breach that exposed 33 million phone numbers.

milanbuha00August 25, 20266 min read
ShareXin
Best Authenticator App 2026: Aegis vs Authy

Your phone is gone — stolen, dropped in a lake, wiped by a failed update — and the next thing you notice is that every "enter your 6-digit code" login screen just became a locked door. Whether that's a five-minute inconvenience or a genuine lockout depends entirely on which authenticator app you picked, months before you ever needed to think about it.

TL;DR

  • Aegis is open-source, Android-only, and stores everything in a local AES-256-GCM encrypted vault — nothing leaves your device unless you export a backup yourself.
  • Authy syncs codes to the cloud across devices for convenience, but a 2024 breach exposed 33 million users' phone numbers through an unauthenticated API endpoint.
  • Google Authenticator added cloud backup in 2023, but as of August 2026 those backups are still not end-to-end encrypted — Google can technically read them.
  • Losing your phone is the real test of any of these apps — most people never rehearse recovery until it's too late.
  • The right pick depends on whether you value local control, cross-device convenience, or Google-ecosystem simplicity more.

KEY-STAT: 33 million — Authy phone numbers exposed in the 2024 breach through an unauthenticated API endpoint

Aegis vs Authy vs Google Authenticator: what's actually different

All three apps do the same basic job — generate time-based one-time codes (TOTP) — but they diverge completely on where your data lives and who can see it:

CategoryAegisAuthyGoogle Authenticator
Open sourceFully (GitHub)NoNo
Backup methodLocal encrypted file, manual/scheduled exportAutomatic cloud sync (Twilio servers)Automatic cloud sync (Google Account)
Backup encryptionAES-256-GCM, your vault passwordEncrypted in transit and at restNot end-to-end encrypted as of August 2026
Account requiredNoYes (phone number)Google account
Multi-device syncNo (manual export only)Yes, built-inYes, built-in
PlatformAndroid onlyAndroid, iOS, desktopAndroid, iOS
Breach historyNone reportedJuly 2024 — 33M phone numbers exposedNone reported

The pattern is consistent: convenience and security trade against each other here. Authy and Google Authenticator sync your codes automatically so a new phone is a login away from working again. Aegis refuses to sync anything automatically, which is exactly why there was nothing for an attacker to expose in a server breach — there's no server holding your vault.

Note

The Authy breach didn't expose the 2FA codes themselves — Twilio's encryption held. What leaked was the phone numbers tied to accounts, useful for phishing and SIM-swap targeting, not for generating someone's codes directly. It's still a real privacy failure, just not the worst-case one.

What happens when you actually lose your phone

I run Aegis on my own Android phone, and the first time I tested recovery on purpose — a factory reset, not a real emergency — the gap between "I have a backup" and "I can actually get back in" became obvious fast. Aegis's encrypted vault file only helps if you already exported it somewhere before the phone died; there's no "log in from a new device" option because that's the entire point of the design. I restore from a manual export stored in an encrypted cloud folder, and the whole process takes about two minutes once the export exists — but it's genuinely useless if you never made one.

Authy's recovery is the opposite experience: reinstall the app, verify your phone number, and your codes reappear because they were synced the whole time. That's dramatically less friction in the moment you're already stressed about a lost device — the cost is that Twilio's servers hold something to sync, which is exactly what got scraped in 2024. Google Authenticator's cloud backup works the same way — sign into the same Google account on a new phone and codes restore automatically, with the same caveat that Google's servers can currently read what's being restored.

Warning

If you use Aegis or any local-only authenticator and never export a backup, losing your phone means permanently losing access to every account that doesn't offer a fallback recovery method. Export a backup the same day you set the app up, not after you've already lost a phone once.

Why Authy's convenience has a real cost

The July 2024 incident happened because an unauthenticated API endpoint let attackers verify which phone numbers were tied to Authy accounts, and the ShinyHunters group leaked roughly 33 million of them on a hacking forum. Twilio closed the endpoint and pushed a security update, and the leaked data was limited to phone numbers and account IDs rather than the encrypted 2FA secrets themselves — but it's a clear demonstration of what "cloud-synced convenience" actually means in practice: a central database exists, and central databases get targeted.

Authy is also closed-source, so there's no way for an outside researcher to audit exactly how the sync and encryption are implemented — you're trusting Twilio's account of its own security, the same trust model that didn't catch the exposed endpoint before it was exploited. None of that makes Authy unsafe to use day-to-day; it makes it a different risk profile than an app that has nothing centralized to leak.

Which one to actually pick

If you're on Android and comfortable owning your own backup discipline, Aegis is the strongest option — open-source, no account, no server-side breach surface, and full control over where the encrypted vault lives. As covered in our self-hosted password manager guide, this is the same trade-off pattern as running Vaultwarden instead of a cloud vendor: more setup responsibility, meaningfully less exposure.

If you need iOS support, multiple devices, or you're just not going to reliably manage manual backups, Authy's convenience is a legitimate choice — just treat your phone number as slightly more exposed going forward and watch for phishing attempts referencing 2FA or account recovery. If you're already deep in the Google ecosystem and want one less app to think about, Google Authenticator works, with the honest caveat that its cloud backups aren't end-to-end encrypted yet; keep that in mind for anything you'd consider high-stakes, similar to the account-recovery trade-offs we cover in our password manager decision guide.

Whichever app you pick, the app matters less than whether you've actually tested recovery before you need it — the same lesson that applies to backups of any kind, including the encrypted chat history in Signal, WhatsApp, or Telegram.

Frequently asked questions

Is Aegis Authenticator safe to use?

Yes — it's open-source, stores codes in a local AES-256-GCM encrypted vault, and has no cloud component to breach. The trade-off is that you're solely responsible for creating and storing your own backup; there's no vendor-side recovery if you lose your phone without one.

What happens to my 2FA codes if I lose my phone?

It depends entirely on the app. Cloud-syncing apps like Authy and Google Authenticator let you restore codes on a new device by signing back in. Local-only apps like Aegis only recover from a backup you exported yourself beforehand — without one, access to those accounts is permanently lost unless each service offers its own fallback recovery method.

Was Authy hacked?

In July 2024, attackers exploited an unauthenticated API endpoint to identify phone numbers tied to Authy accounts, and roughly 33 million numbers were leaked. The 2FA codes and encrypted secrets themselves were not exposed — the breach affected phone numbers and account IDs, not the ability to generate someone's codes.

Is Google Authenticator backup encrypted?

Partially. Codes are encrypted in transit and at rest on Google's servers, but as of August 2026 the backup is not end-to-end encrypted, meaning Google technically holds the keys and could access the data. Google has publicly committed to adding end-to-end encryption but hasn't shipped a firm timeline.

What is the best authenticator app in 2026?

There's no single answer — it depends on your priorities. Aegis wins on control and audit-ability for Android users willing to manage their own backups. Authy wins on cross-platform convenience despite its 2024 breach. Google Authenticator wins on ecosystem simplicity if you're already committed to Google, with the caveat that its cloud backups aren't end-to-end encrypted yet.

Related stories

More from Self-Hosting & Privacy

Stay in the loop

Get the latest articles delivered to your inbox. No spam, unsubscribe anytime.

Read next

Proton Mail vs Tutanota: Do You Need Either?

A breach-notification email lands — "your password was exposed" — and the reflex is to Google "private email provider" at 11pm. Here is what actually differs between Proton Mail and Tutanota day to day, and who genuinely needs to switch.

Continue Reading