How can I configure 2FA so I won't get locked out of all my accounts if the Mossad detonates my smartphone?
How can I configure 2FA so I won't get locked out of all my accounts if the Mossad detonates my smartphone?
How can I configure 2FA so I won't get locked out of all my accounts if the Mossad detonates my smartphone?
You're viewing a single thread.
This is a good thing to think about. You can do the following:
Replace authy with aegis which is open source and doesn't tie you to any service and allows encrypted exports you can manage yourself
Good to know, I had not heard of it!
Don't store 2FA TOTP passcodes in your password manager, that makes it not 2FA.
Depends on your threat model, for most people password manager storage is fine because you're still protected against the service getting owned and leaking your password.
If you're worried about your phone being exploded tho you probably do have a threat model that precludes storing TOTP creds in your password manager.
I would say that putting TOTP seeds in your password manager also brings risk of unintentional lockout, because usually access to your password manager is gated by TOTP codes and if you lose access to your active TOTP codes and need to also use them to log into your password manager to get your backed-up TOTP seeds, you could be shit outta luck.
access to your password manager is gated by TOTP codes
pass
users stay winning
Thanks!
Why two hardware keys? Do sites let you register more than one at the same time?
Are there any Chinese hardware key manufacturers?
I like the idea of archaeologists discovering my blockplate in 3,000 years like a modern-day Sumerian tablet.
Generally you should always have multiple hardware U2F tokens in case you lose one. All sites that support hardware U2F should support registering multiple tokens for this reason. However some sites you can use TOTP as a backup for hardware U2F tokens and vice versa, so two tokens is not really necessary. But it depends.
Yubikeys are probably made in China but I don't know any fully Chinese companies that sell them. The solo keys company is interesting because it's all open source hardware & software.
Oh---you mean you can make one key into a clone of another?
No, the main thing separating hardware U2F tokens from crypto hardware wallets is that with hardware U2F tokens the key is totally baked into the token and can't be exported, so it will be lost forever if the token is destroyed. Crypto hardware wallets are unique in that they let you export & import the key. Sorry I edited the post that you're replying to a few times with extra details so you may not have read them.