Bitwarden Authenticator is a standalone app that is available for everyone, even non-Bitwarden customers.

In its current release, Bitwarden Authenticator generates time-based one-time passwords (TOTP) for users who want to add an extra layer of 2FA security to their logins.

There is a comprehensive roadmap planned with additional functionality.

Available for iOS and Android

  • cmhe@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

    I used to use Aegis, but after setting up my own vaultwarden, I use the normal bitwarden app/plugin on all my systems for passwords and TOTP.

    The advantages are that I don’t need my phone to login, the keys are synced and backuped in the encrypted vaultwarden database, which I can then handle with normal server backup tools. It still works offline, because bitwarden app caches the password.

    This is IMO much more convenient and secure (in a way that loosing access to a device doesn’t shut you out, and you don’t need to trust third parties) then most other solutions.

    • pitninja@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 months ago

      Even if I hosted my own BitWarden vault, I wouldn’t put my passwords and 2 factor tokens in the same place because it’s eliminating the benefits that 2 factor provides if someone somehow manages to get into my vault.

      • Rolling Resistance@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 months ago

        2 factor came into our life because people were using same passwords everywhere. With unique passwords, which are easy with password managers, it’s rarely needed.

        • pitninja@lemmy.ml
          link
          fedilink
          English
          arrow-up
          0
          ·
          5 months ago

          That may have been part of the reason, but the theory behind MFA is that there are 3 primary ways to authenticate who you are: what you know (password), what you have (secure one time password generator or hardware token), and what you are (biometrics). Password managers and digital one time password generators have kind of blurred the lines between passwords and one time passwords, but you’re raising your risk a bit if you put them in the same place.

    • derpgon@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 months ago

      I don’t think it caches the password. Rather a decryption key is derived from your password and is used to unlock the encrypted blob.

      • cmhe@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 months ago

        What I meant is that is caches the password database for offline use.