512

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

you are viewing a single comment's thread
view the rest of the comments
[-] cyrus@sopuli.xyz 155 points 2 months ago

To those that are confused about this:

Bitwarden does indeed handle TOTP directly in the password manager, but only on paid accounts and only logged in.

This is a completely offline app, separate from your existing Bitwarden account, that is entirely free.

It might serve as an alternative to e.g Aegis to some.

[-] revv@lemmy.blahaj.zone 33 points 2 months ago

Is there a good reason I don't know about to prefer this over Aegis?

[-] SnotFlickerman@lemmy.blahaj.zone 50 points 2 months ago

No, they're both ostensibly open source and standalone. I'm an avid Bitwarden Free user, but Aegis has been my go-to for a long time.

If it's a standalone completely offline app, like Aegis, I'm at a loss to what they could offer that is any different than what Aegis already offers.

[-] cyrus@sopuli.xyz 18 points 2 months ago

If you look at the roadmap they have in the blogpost, they are apparently planning tighter integration with the existing bitwarden suite

[-] SnotFlickerman@lemmy.blahaj.zone 16 points 2 months ago

...but wouldn't that undermine the fact that it's standalone and offline?

[-] cyrus@sopuli.xyz 11 points 2 months ago

The idea is that it can then work both says, like https://ente.io/auth does

[-] Evotech@lemmy.world 7 points 1 month ago

Sand the fact that it's a 2fa. A thicker integration with bitwarden would make it like a 1.5fa

[-] laurelraven@lemmy.blahaj.zone 3 points 1 month ago

I don't see why it would if it's optional

[-] sugar_in_your_tea@sh.itjust.works 1 points 1 month ago

How so? They already have TOTP built-in to the app if you pay for premium, so this is just a free competitor to their own offering.

I'm guessing they're trying to make it a "gateway" to getting people on Bitwarden. Start with the TOTP app, then use the password manager, then pay for premium. Or something like that.

[-] fluckx@lemmy.world 5 points 2 months ago

2FA push is on the roadmap. Does aegis have that? Or am I just too dense to realise it does?

[-] SnotFlickerman@lemmy.blahaj.zone 1 points 2 months ago

I mean, Aegis is 2FA? That's literally all it is? It generates One Time Pad codes for various sites and apps that support authentication apps.

So, I'm not sure what you mean?

[-] laurelraven@lemmy.blahaj.zone 9 points 1 month ago

I'm not positive but I'm assuming they're referring to a kind of MFA where the authenticating service pushes to the client you possess rather than relying on a temporal cryptographic key. I've got a few services which work that way

[-] fluckx@lemmy.world 4 points 1 month ago

That's indeed what I meant. Similar to how OKTA, battle.net, or the Microsoft authenticator works( in corporate environments).

You receive a push notification which asks if you're trying to log in and approve it, followed by a fingerprint or a pin code to confirm, rather than having to type in the code generated by your app

[-] MiguelX413@pleroma.miguelcr.me 16 points 2 months ago

Reading these comments, it feels like Aegis became the standard without me noticing.

[-] laurelraven@lemmy.blahaj.zone 20 points 1 month ago

Reading these comments I feel like I'm completely out of the loop because I've never even heard of Aegis

[-] emzili@programming.dev 8 points 1 month ago

It doesn't get a whole lot of attention but it's the most mature open source authenticator app and one of the first ones you would find in fdroid. With that said, there's nothing really standout about it or its features, it just works.

[-] Evotech@lemmy.world 3 points 1 month ago
[-] MiguelX413@pleroma.miguelcr.me 1 points 1 month ago

interesting. what makes it special? i'm assuming it's just like any other TOTP client?

[-] InvaderDJ@lemmy.world 1 points 1 month ago

Someone answered this for me. It's just that it's open source. If that matters to you, there you go.

[-] cmhe@lemmy.world 6 points 1 month 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 7 points 1 month 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 2 points 1 month 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 3 points 1 month 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.

[-] sugar_in_your_tea@sh.itjust.works 1 points 1 month ago

With unique passwords, the attack surface just changes. Instead of attacking the passwords, attackers attack the password managers. LastPass, Okta, and Passwordstate each had breaches, and the first two are quite popular.

That doesn't mean Bitwarden is at risk (not sure if it has been targeted), it just means that attackers are finding success going after password managers, so they could go after Bitwarden. Maybe they'll sneak in an xz-style bug that'll allow attackers to steal credentials en-route, idk.

So it's a matter of good/better/best:

  • good - use a password manager to prevent password leaks from providing access to other accounts
  • better - use 2FA to prevent "password recovery" attacks; these are often targeted in nature, so there's a lot less risk here
  • best - use a separate 2FA from your password manager to prevent a breach from exposing all of your accounts

The overhead from using a separate 2FA app is pretty low, just make sure it encrypts your keys and you trust it (FOSS is a good indicator of trust).

[-] cmhe@lemmy.world 1 points 1 month ago

There is not much difference between having two apps (password manager and authenticator app) or one app, that does both on the same device.

So, if you want more security, then you have to deal with a hardware token and never with a authenticator app. But then if you loose your token, then you have trouble.

[-] derpgon@programming.dev 1 points 1 month 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 2 points 1 month ago

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

[-] Appoxo@lemmy.dbzer0.com 1 points 1 month ago
[-] Appoxo@lemmy.dbzer0.com 10 points 2 months ago

At this moment Aegis is far superior to bitwarden auth. But it looks promising.
I really like the ability to "sideload" the icons for the codes and automatic encrypted backups to cloud storages.

[-] zingo@lemmy.ca 4 points 2 months ago

Not switchin' from Aegis. No sir'ee.

[-] lefixxx@lemmy.world 2 points 1 month ago

I use the TOPT features and i dont have a paid account

[-] sugar_in_your_tea@sh.itjust.works 2 points 1 month ago

Do you self-host? I think that's another way to get the TOTP features w/o a paid account.

[-] lefixxx@lemmy.world 1 points 1 month ago

Probably but i am not

[-] RecluseRamble@lemmy.dbzer0.com 1 points 1 month ago

It might serve as an alternative to e.g Aegis to some.

Does it have any killer features in favor of using the free app of an for-profit company instead of an established FOSS app?

[-] Tenkard@lemmy.ml 5 points 1 month ago

Bitwarden apps have been open source since the beginning, mobile + backend + web

[-] Serinus@lemmy.world -5 points 1 month ago* (last edited 1 month ago)

I haven't been entirely happy with Bitwarden for other reasons. You can't self host and share with one other person without paying them $40/year. Their advertising is deceptive, because they say you can do both for free. But that one or the other, not both.

You also can't easily share individual passkeys outside of the app. If you want to grab a passkey, you have to export your entire vault.*

It's basically annoyance-ware.

* note that sharing passkeys is not best practice, but there are use cases.

[-] jo3shmoo@sh.itjust.works 19 points 1 month ago

I don't think I realized that was a limitation because I've been using the Vaultwarden fork. https://github.com/dani-garcia/vaultwarden

[-] cyrus@sopuli.xyz 9 points 1 month ago

Have you heard if VaultWarden?

[-] Vetinari@reddthat.com 4 points 1 month ago

As others have said vaultwarden is the solution here. It is free, you can manage multiple vaults, totp is free. All the platform bit warden apps & plugins work with it. Supposedly it is leaner and easier to set up. Don't know for sure because it is all I have used.

For shared passwords, I have a family vault where I put my streaming pws and such and everyone has access without having to share my personal vault.

[-] Serinus@lemmy.world 1 points 1 month ago

Yeah, VaultWarden sounds like the answer.

this post was submitted on 01 May 2024
512 points (97.4% liked)

Technology

55610 readers
2583 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS