Do goldwarden and bitw overlap in use-case? #2
Replies: 1 comment 1 reply
-
Right now, they do not overlap. While it is not "intended" to run in parallel, you can certainly do so, but both projects are independent projects. The feature development for Goldwarden until now was mostly just based on personal need, thus I have not added dbus/libsecret support. While technically not too challenging, I have some questions about the use-case and some other security notes. Looking into my Keyring - on Fedora 38 - credentials are of 2 categories.
For 1. I don't see why one would want to store these in their Bitwarden vault, as they are tied to that machine specifically and useless on other machines So far I have not encountered any apps that actually read username/password combinations from secret service. For this, Goldwarden's autotype works well. Security wise, I have not poked at gnome-keyring / others so far, but in this area, Goldwarden would actually provide 2 benefits.
Though the latter - access control on each access - might get annoying depending on apps access patterns. Regardless, do you have any input what your use-case is? Is it mostly for synchronizing re-usable credentials such as Wifi passwords / SMB credentials between machines? |
Beta Was this translation helpful? Give feedback.
-
https://github.com/mvdan/bitw/ allows reading secrets from a BW vault via DBUS, while goldwarden seems to focus on desktop features and user experience.
From my understanding, the Linux world is settling on libsecrets + DBUS as (at least one) standard to provide a central keychain function similar to MacOS Keychain feature.
Is goldwarden planning to support DBUS/ libsecret too, or is goldwarden intended to run in parallel to bitw?
Beta Was this translation helpful? Give feedback.
All reactions