TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Tell HN: Google Authenticator lost all of my codes

8 点作者 maxbond大约 1 个月前
Hi HN,<p>Today I opened Google Authenticator and found all of my codes were gone. Naturally I neglected to back them up, and I&#x27;m permanently locked out of some of my accounts. You know what they say about being dumb, Disaster Usually Motivates Backups.<p>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.

7 条评论

gnabgib大约 1 个月前
Unfortunately related: <i>Tell HN: 2FA code for Google account gone after Google Authenticator update</i> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42510300">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42510300</a>
jqpabc123大约 1 个月前
I use Authenticator Pro on Android. It offers backup and it&#x27;s own encryption password --- not the same as the Android phone access key. Every authenticator app should do this in my opinion.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ispwd&#x2F;AuthenticatorPro" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ispwd&#x2F;AuthenticatorPro</a><p>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.<p>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.<p>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.<p><a href="https:&#x2F;&#x2F;www.thingiverse.com&#x2F;thing:6784665" rel="nofollow">https:&#x2F;&#x2F;www.thingiverse.com&#x2F;thing:6784665</a>
solardev大约 1 个月前
Use a cloud sync solution like 1Password or Bitwarden. That way all your 2FA is in the cloud and available on all your devices.<p>It is less secure but way more convenient.
评论 #43564389 未加载
评论 #43562435 未加载
biglyburrito大约 1 个月前
If you&#x27;re starting over, use Bitwarden Authenticator:<p><a href="https:&#x2F;&#x2F;bitwarden.com&#x2F;products&#x2F;authenticator&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bitwarden.com&#x2F;products&#x2F;authenticator&#x2F;</a><p>Supports import &amp; export, which is something Authy -- what I used to recommend instead of Google Authenticator -- does <i>NOT</i> support.
评论 #43563172 未加载
ecesena大约 1 个月前
I personally use Authy, free, without cloud sync. When I upgrade my iphone (typically every year) all codes are in the new phone. As easy as it should be.<p>Does anyone know what other apps “survive” phone upgrade, maybe not just iphone but android too?
评论 #43563723 未加载
xet7大约 1 个月前
With Ente Auth it&#x27;s possible to export 2FA to textfile.<p>Then it&#x27;s possible to import it at numberstation at Linux, and some 2FA apps at Ubuntu Touch.<p>For passwords, keepassxc reboot.
sitkack大约 1 个月前
Fool me once … It used to not even have a way to backup. Having your auth keys on your phone is not actually a good idea.