Ask HN: How do you start over with 2FA after losing your phone?
31–40 of 112 posts
Re: Ask HN: How do you start over with 2FA after losing your phone?
#32Re: Ask HN: How do you start over with 2FA after losing your phone?
#33Earlier quoted context omitted.
This is why phone based 2fa is not secure and not recommended. Sure it is easy, but it isn't secure in important ways
What? Where the 2FA codes come from isn't relevant, as long as the device (laptop, phone, desktop, hardware) is protected in some way or another (like password). Backup codes come from the service which is 2FA protected anyways, not from the 2FA authenticator itself. Edit: oh, reading your message again, are you referring to SMS-based 2FA? I assumed TOTP 2FA in this submission. If you mean SMS-based 2FA, then yeah I…
If your phone based code system is also available on other accounts, and you can access those other accounts without the phone then maybe. However many people only have a phone, and no other computer (or at least not a computer they use often enough that we can trust the 2fa isn't expired).
The 2fa I've seen mostly has a SMS based fallback, and thus is no more secure than SMS.
Re: Ask HN: How do you start over with 2FA after losing your phone?
#34If you have to use TOTP codes be religious about saving your backup codes. Otherwise, using multiple security keys means you can recover from losing one, with the bonus of phishing protection (since they can't be tricked into supplying your codes to the wrong domain).
Re: Ask HN: How do you start over with 2FA after losing your phone?
#35I know it doesn’t help now, but next time use Authy instead of Google Authenticator. It can sync to multiple devices. I have it synced to my laptop so if I lose my phone, I still have Authy on my laptop with all 2FA.
Re: Ask HN: How do you start over with 2FA after losing your phone?
#36You can back up your 2FA codes to another phone, at least Google Authenticator lets you do this. An old phone is the easiest, most convenient way to do this since it has a camera that you can use to scan the code on your main phone. If you don't have the backup codes or the one-time codes, you're going to have a problem and you'll need to contact the services to somehow let you in or take off 2FA. Depending on what t…
BTW this process is broken with small display. I have a very tiny Android phone and to backup the codes I need to scan an QR code on this small display, which isn't working out. The resolution is too small. And there is no other way to backup Google Authenticator I am aware of. So be careful in smaller display, you probably cannot backup Goggle Authenticator.
sqlite3 /data/data/com.google.android.apps.authenticator2/databases/database \
'select email,secret from accounts'
not aware of any other way on none rooted/iosRe: Ask HN: How do you start over with 2FA after losing your phone?
#37Re: Ask HN: How do you start over with 2FA after losing your phone?
#38Use your backup codes that you've downloaded and safe-kept somewhere (you did this right?). If not, I'm afraid you're out of luck. There are two possible outcomes from contacting support for a service, asking to regain control over a 2FA-protected account, both which sucks, but on different levels. 1. You write them, proving who you are, and they tell you to get lost unless you have the 2FA proper codes, or backup co…
This is why phone based 2fa is not secure and not recommended. Sure it is easy, but it isn't secure in important ways
Re: Ask HN: How do you start over with 2FA after losing your phone?
#39Use your backup codes that you've downloaded and safe-kept somewhere (you did this right?). If not, I'm afraid you're out of luck. There are two possible outcomes from contacting support for a service, asking to regain control over a 2FA-protected account, both which sucks, but on different levels. 1. You write them, proving who you are, and they tell you to get lost unless you have the 2FA proper codes, or backup co…