I find this move concerning, and wish that the Founder had looked for a new CEO that shared his values rather than a Private Equity and Mergers Expert.

Furthermore, the change to the GRIT motto is worrying. Trust is useless without Transparency when it comes to code and security.

    • zikzak025@lemmy.world
      link
      fedilink
      English
      arrow-up
      86
      ·
      18 hours ago

      KeePassXC is the best FOSS option, but you’ll need to figure out self hosting if you want to sync the database between devices.

      • Cethin@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

        It doesn’t need to be complicated. I use syncthing to synch them. It’s pretty trivial. You just tell it what folders to synch, between which devices, and it’ll synch whenever it’s running.

      • M1k3y@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        33
        ·
        18 hours ago

        As the database is encrypted in your device, you dont really need to self host. A keepass database in the Google cloud is not really problematic, although you should still choose a more private cloud provider.

      • tremble5218@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 hours ago

        I found the easiest way to sync is to use rclone. This way you can use any cloud provider like Google Drive or OneDrive or DropBox. First create the rclone remote for your cloud provider using rclone config. Second step is to create a second remote using the encryption option (menu item 16), choosing an appropriate path <first remote>:<path to directory>. Upload your KeepassXC database to this encrypted remote using rclone copy.

        On Android you can use the RoundSync app from F-droid to configure the the same remotes, then create a task to copy or sync from that encrypted remote and a trigger to run that task on a schedule. Overall, this one-time setup works really well for me. This is my backup in addition to using Bitwarden for several years. Bitwarden is not going to get my money any more.

      • refract@lemmy.zip
        link
        fedilink
        English
        arrow-up
        16
        ·
        edit-2
        15 hours ago

        But you still use the official BW client apps, correct?

        Unless you forego usage of the clients and access Vaultwarden through the browser (removing accessibility and convenience especially on mobile), it is not an e2e replacement solution.

        Are there any alternative FOSS clients/apps that work with Vaultwarden?

        Edit: I see further down that the official client is open source, and would get forked in the event of any fuckery. So I’m sticking with Vaultwarden + Official client app approach for now.

        • Iced Raktajino@startrek.website
          link
          fedilink
          English
          arrow-up
          3
          ·
          15 hours ago

          I just use the webapp UI and don’t bother with the clients/extensions. Easy enough to just log in, copy/paste from there.

          But yeah, the official client (and probably browser extension as well) would probably be forked if/when needed.

    • meathappening@lemmy.ml
      link
      fedilink
      English
      arrow-up
      21
      ·
      17 hours ago

      Coincidentally, I moved to self-hosting Vaultwarden last night, which is open source but compatible with Bitwarden. If you want a simple transition and are capable of hosting it yourself, that would be my recommendation.