this post was submitted on 19 Aug 2023
86 points (97.8% liked)

Open Source

30375 readers
875 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

If proprietary app is better and more robust I am willing to try it and assess it myself.

you are viewing a single comment's thread
view the rest of the comments
[–] GadgeteerZA@beehaw.org 19 points 1 year ago (3 children)

Bitwarden and it's fully cross-platform. I like that it auto copies the 2FA pin to clipboard after filling in login - cuts out extra clicks and copy movements.

[–] fmstrat@lemmy.nowsci.com 11 points 1 year ago (2 children)

Vaultwarden is also a great and simple to self-host backend written in Go that runs in Docker.

[–] boerbiet@feddit.nl 2 points 1 year ago

And very easy to set up and run without docker! For, you know, us folks with a BSD server 🙂

[–] derpgon@programming.dev 2 points 1 year ago (1 children)
[–] gressen@lemm.ee 2 points 1 year ago (1 children)

"Authenticator key (TOTP) storage is available to all accounts. TOTP code generation requires premium or membership to a paid organization (families, teams, or enterprise)."

[–] CrescentMadeJr@beehaw.org 4 points 1 year ago (1 children)

It’s $10/y and a steal for that excellent software. I pay it and self host it just to support them.

[–] blkpws@lemmy.ml 2 points 1 year ago (2 children)
[–] CrescentMadeJr@beehaw.org 1 points 1 year ago (1 children)

I’m aware. So is Bitwarden if you don’t use their web vault, which KeepassXC does not have. Keepass can use a cloud drive to sync multiple devices whereas Bitwarden requires a self hosted instance to sync. Personally I would rather trust my own hosted instance over that of a cloud provider. But that all depends on your threat model and who you’re willing to trust. Having used both I personally prefer self hosted Bitwarden.

[–] blkpws@lemmy.ml 1 points 1 year ago (1 children)

I suppose you didn't try or know that KeePass also has web clients, https://github.com/lgg/awesome-keepass#web-clients

Never tried them, I still think it's safer to self-host the vault file on my own hosting cloud with some extra paranoid encryption just to be sure it's safe even if my self-cloud hosting is hacked. But I am just scared to lose this one day and I not be able to log into my services anymore. 🤣

I know people Bitwarden and seems cool, but I don't see the need for it.

[–] CrescentMadeJr@beehaw.org 1 points 1 year ago (1 children)

I know they exist. I think you’re missing what I’m saying.

Bitwarden is fully free and self hostable. That is how I use it. Bitwarden needs a self hosted webserver. KeePass can use only a cloud provider or self hosted cloud storage and also set up a web vault.

With Bitwarden, if you don’t want that hassle you can use their webvault they host. You cannot do that with keepass. That is what costs the $10/year.

Point is, both are good software that do things a bit differently. I liked KeePass, but I found Bitwarden to do what I wanted better, which was easily sync my passwords across devices without the hassle of self hosting something like Nextcloud. A quick docker container and I’m good.

Maybe some people are fine with keepass and something like Dropbox for sync. And maybe others don’t want to use a public cloud server but also don’t know how or want to host their own instance of a a password manager or cloud server. So they can use something like Bitwarden’s webvault instead, which is free except for TOTP.

[–] blkpws@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

Well, I still don't see the difference, you can run Nextcloud with docker too, with many more tools than just sync folders, even with encrypted data it is still sync to others devices. About Android, I don't even remember to charge the battery (that's why I don't use it for 2FA, many times it is off and battery empty), and I don't use it unless I need to drive (for GPS + Music, and de-googled), if I need any password on my Android I use KDEConnect to copy-paste logins, so I keep my secret vaults away from smartphone. I don't think smartphones are that safe to use and store all my passwords.

EDIT: Ok, I can understand people that don't know how to set up their own services could find that Bitwarden easier. $10/year is very cheap.

[–] Itookmyprozac@lemmy.ml 0 points 1 year ago (1 children)

This!

Keepassxc is cross-platform, free and open-source. It has also options for iOS and Android.

[–] CrescentMadeJr@beehaw.org 1 points 1 year ago

Bitwarden is all of those things. Unless you use their web vault, then it’s $10/year. Which keepassxc does not have.

[–] lud@lemm.ee 1 points 1 year ago (1 children)

Kinda makes two factor authentication useless as they are both stored in the same place.

[–] GadgeteerZA@beehaw.org 1 points 1 year ago (1 children)

I think it is more about passwords being accessible after hacks etc. What you are referring to, is if Bitwarden were to be hacked, both are accessible. Online Bitwarden has securely hashed all the data, so that is pretty useless if anyone gets it. On my devices I use biometric login, and on desktop a Yubiky as 2FA into Bitwarden. I also have it set to request login every time the browser is restarted, just in case someone were to steal the session data from the browser.

But your point is very valid if a user were to have a weak password for their Bitwarden, or not to have a good 2FA for their Bitwarden login. You want to keep that basket of eggs as safe as you can.

[–] lud@lemm.ee 0 points 1 year ago (1 children)

The whole point of 2FA is for them to be completely separate.

[–] GadgeteerZA@beehaw.org 2 points 1 year ago

But if the access to the combination of the two requires a separate 2FA (my Yubikey), then it is virtually separated. It is not just one password and you inside Bitwarden. One could argue otherwise, that having a 2FA app on the same phone as your password manager, is also not separate, if the same PIN/biometric gives access to that phone with the two apps on.