Do you think it’s worth keeping 2FA OTPs in a separate source from your password manager? Currently I keep them in Bitwarden. I was thinking keeping them separate could add a little extra security in case my BW was cracked, but not sure it’s worth the hassle of loading a second app for logins.

Do you know of an app that does 2FAs as conveniently as Bitwarden, in that it has mobile apps, browser extension, etc that can all access the same vault?

here’s one i came across from an awesome-selfhosted list. i would need to test the PWA experience https://github.com/Bubka/2FAuth

  • Link@rentadrunk.org
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    I’m pretty sure 2FA can work offline as well. You definitely don’t need an internet connection to perform 2FA with OTP codes.

    • just_another_person@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      No. 2FA as a functional protocol requires internet. No way around that considering the secured source needs to send updates to the app you referenced down to subsecond.

      Maybe you’re thinking of TOTP which does have a very small window where offline keys could work?