by maxbond on 4/2/25, 9:37 PM with 13 comments
Today I opened Google Authenticator and found all of my codes were gone. Naturally I neglected to back them up, and I'm permanently locked out of some of my accounts. You know what they say about being dumb, Disaster Usually Motivates Backups.
I assume this was triggered by an automatic update of the app, so I wanted to warn people who might get burned by the same issue.
by gnabgib on 4/2/25, 9:41 PM
by jqpabc123 on 4/3/25, 12:24 PM
https://github.com/ispwd/AuthenticatorPro
In addition to this app, I keep all my passwords in a text file encrypted with AES256. And yes, my secret tokens used for 2FA are included in this file --- not the best but very convenient as I only have one file to backup.
I wrote my own simple Windows command line utility to decrypt this file in memory, search for an identifying string, retrieve the secret token and generate 2FA time based codes as needed.
As a backup to my phone, I keep this small utility and my password file (along with other crucial documents) on a micro-SD card which is further encrypted by BitLocker. This is attached to my watch strap which goes everywhere with me --- even the shower. The data is as safe as I am, if not safer.
by solardev on 4/2/25, 10:23 PM
It is less secure but way more convenient.
by biglyburrito on 4/2/25, 10:03 PM
https://bitwarden.com/products/authenticator/
Supports import & export, which is something Authy -- what I used to recommend instead of Google Authenticator -- does NOT support.
by ecesena on 4/2/25, 10:35 PM
Does anyone know what other apps “survive” phone upgrade, maybe not just iphone but android too?
by xet7 on 4/3/25, 2:06 AM
Then it's possible to import it at numberstation at Linux, and some 2FA apps at Ubuntu Touch.
For passwords, keepassxc reboot.
by sitkack on 4/2/25, 10:31 PM