• Aproposnix@scribe.disroot.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    18 minutes ago

    Can someone please help me understand why you would want to have your passwords in the cloud? I’ve been using Keepass for about the past 15 years. I always just sync the db between computers/mobiles. Its never been an issue. Is having it in the cloud really that big of an advantage?

    • Clay_pidgin@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 minutes ago

      It’s convenient, but not much moreso than keeping the encrypted file in your google drive or whatever and pulling it down once in a while.

  • quaff@lemmy.ca
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 hour ago

    Lol for years I have been wanting to switch from KeePass to Bitwarden. Mainly cause the UX/UI felt nice to me.

    My initial hesitance was that I didn’t love the idea of my passwords being on someone else’s servers. But I found out about Vaultwarden. And kept my eye on it’s development and longevity. I’d say I trust it pretty well now that it’s established. So I figured out a way to self host without exposing Vault warden to the public. Everything seems to be lined up for me to switch.

    A few montha ago, I decided it was time. After moving my passwords over and getting a flow working, I went to sort by most recent… Oh wait. You can’t sort by date. You can’t sort lol I sat with this for a few hours and reverted back to my trusted and working KeePass flow.

    • guy@piefed.social
      link
      fedilink
      English
      arrow-up
      25
      arrow-down
      1
      ·
      6 hours ago

      Would love to selfhost. However, I have no trust in my skills to secure my device in the same manner as a provider, and I do not wish my database to be compromised.

      • communism@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        3 hours ago

        I’ve had my VPS exposed to the internet for a while and never been pwned. No professional experience. Use SSH keys, not password authentication. Use FDE if physical access is in your threat model. Use a firewall to prevent connection on internal-only ports.

        Vaultwarden will store your passwords encrypted (obviously) so even if your database does get stolen, the attacker shouldn’t be able to read your passwords without your master password.

        • guy@piefed.social
          link
          fedilink
          English
          arrow-up
          8
          ·
          4 hours ago

          I have used KeePass, but Bitwarden is far more convenient when you have different devices

          • village604@adultswim.fan
            link
            fedilink
            English
            arrow-up
            4
            ·
            2 hours ago

            There’s a plugin that lets you store your database file in the cloud to solve this. Although I only used it for work because I use ProtonPass.

      • ComradeMiao@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        11
        ·
        6 hours ago

        I never get this excuse except for ignorance (not being mean to you)—you can export your entire db as a text file then encrypt it if you wanted. Also, if your server goes offline its offline first on all devices

        • guy@piefed.social
          link
          fedilink
          English
          arrow-up
          13
          ·
          6 hours ago

          I mean that I don’t have the necessary knowledge to make sure no one can get into my network and server, and having my entire life thus possibly vulnerable is too risky. Heck, I can’t even get Caddy to work properly.

          • compostgoblin@piefed.blahaj.zone
            link
            fedilink
            English
            arrow-up
            3
            ·
            3 hours ago

            Right there with you! Selfhosting Vaultwarden would be cool, but I barely know what I’m doing. I trust Bitwarden’s security knowledge and abilities way more than my own.

          • AvocadoSandwich@eviltoast.org
            link
            fedilink
            English
            arrow-up
            7
            arrow-down
            1
            ·
            5 hours ago

            My view on this is that I also do not trust a company to properly secure something so if it’s going to be a hack job I might as well attempt it myself!

            • guy@piefed.social
              link
              fedilink
              English
              arrow-up
              6
              ·
              4 hours ago

              Understandable! However I’d rather have the provider tell me that they were hacked and my data compromised than me being hacked and never finding out because I have no clue to look 😆

  • Brickfrog@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    6 hours ago

    The link is from February 1st, about a blog post in January. I clicked here thinking Bitwarden just raised their subscription price again haha.

    • lyralycan@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      13
      ·
      edit-2
      6 hours ago

      They put a couple things behind the paywall of US$19.80/y: the ability to securely share files instead of just text, and to host TOTP authentication. As it is I prefer using other services for sharing, and while TOTP auth is nice I’m happy with Aegis.

      Edited to fix Bitwarden’s price obscurity

  • BlackEco@lemmy.blackeco.com
    link
    fedilink
    English
    arrow-up
    79
    arrow-down
    3
    ·
    9 hours ago

    20$/year is still cheap compared to other password managers, but yeah, the lack of transparency is worrying.

      • Sunspear@piefed.social
        link
        fedilink
        English
        arrow-up
        41
        ·
        8 hours ago

        Thing is, a large percentage of internet-connected users might have two or more devices. The simplicity offered by a cloud (be it hosted or selfhosted) password manager is a huge benefit.

        And unless you’re already running a syncthing-like service for something else, setting it up just for a password manager when other services provide it out of the box, is not worth the hassle usually.

        • unexposedhazard@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          3
          ·
          edit-2
          6 hours ago

          Everyone has some kind of cloud service tho no? The database is encrypted so you can even sync it over googles cloud storage if you dont have nextcloud or syncthing.

            • lazynooblet@lazysoci.al
              link
              fedilink
              English
              arrow-up
              2
              ·
              3 hours ago

              only one password to rememebr as the keepass master key is the encryption key.

              keepass database is just a file that you sync using dropbox/gdrive/onedrive/nextcloud/seafile/owncloud/etc.

            • unexposedhazard@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              5
              arrow-down
              1
              ·
              edit-2
              4 hours ago

              What? I think you dont understand at all how this works. The database of any password manager is an encrypted file. When you open your password manager and type in the master password it opens that file and decrypts its contents for you and only saves them to memory. It doesnt actually decrypt the file on the drive. When you close the application it doesnt need to be encrypted again. This is exatly the same for all password managers, the only difference is that with web based ones the database file sits on bitwardens server instead of on your harddrive. You are just changing the location of the database, nothing else. Keepass also automatically saves a backup version of the database to a location you can specify and even if you dont you still have better redundancy than with bitwarden because the file sits both in your cloud storage and on each of your devices.

        • lagoon8622@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          5 hours ago

          I use one for work and the other for personal. They are both great, with slightly different convenience/security tradeoffs imo. Big fan of both, don’t know why it has to be one or the other for an OSS credentials manager

          Edit: part of what you’re paying for with BW is first-class native apps

      • terabyterex@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        6 hours ago

        so is bitwarden. i dont get your argument here. bitwarden does a lot more for free than keepass

        • john_t@piefed.ee
          link
          fedilink
          English
          arrow-up
          4
          ·
          5 hours ago

          If you can’t selfhost, then you can have your keepass file in your personal cloud. Many basic cloud services are free and the password file itself is encrypted so the cloud provider can’t access your passwords.

        • pulsewidth@lemmy.world
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          8
          ·
          8 hours ago

          The person you’re replying to already gave you one: it’s free.

          Second: its not a prime target for attack like centralized, hosted webservices are. See: LastPass being cracked and people’s login data stolen… Twice.

          Yes, it is cryptographically superior to LastPass, and attempts to design around their flaws - but the threat still exists because its a very tasty target on the open internet for cybercrime.

          My little Keepass DB synched over personal VPN by Syncthing? Much harder to find a vector for attack. But it does require more moving parts and maintenance.

          Each have their pros and cons.

          • chris@l.roofo.cc
            link
            fedilink
            English
            arrow-up
            12
            arrow-down
            1
            ·
            7 hours ago

            I think you misread. Lastweakness was talking about Vaultwarden which is a 100% FOSS reimplementation of bitwarden that you self host.

          • halcyoncmdr@piefed.social
            link
            fedilink
            English
            arrow-up
            4
            ·
            7 hours ago

            Vaultwarden, self-hosted is free as well. And since it’s not using the Bitwarden infrastructure, you’re only as exposed as your own network anyway.

            But you can still use all the standard Bitwarden apps and extensions on any device, you just need to point it at your server. Easy to set up for friends and family as well. No need to try and teach them about VPNs, setting up syncthing, etc.

          • lastweakness@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            7 hours ago

            I realise now that I can think of one too. Which is that you don’t need to host it anywhere if you use something like Syncthing.

              • besmtt@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                6 hours ago

                Bitwarden works offline. Obviously can’t save to the server, but reading from what’s already on your local machine works just fine.

                • Mihies@programming.dev
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  arrow-down
                  1
                  ·
                  6 hours ago

                  Isn’t it easier then just to use a (keepass) file? Also we carry phones around where we need secrets, too etc.

            • lyralycan@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              6 hours ago

              I set up a simple sync service with FolderSync (similar to Syncthing) on Android for my family, that preserves their mobile files on a server hosted SMB share. Haven’t even looked at storage encryption though. You can’t underestimate a simple yet effective solution, sometimes so simple it flies under the radar.

  • alakey@piefed.social
    link
    fedilink
    English
    arrow-up
    30
    ·
    edit-2
    8 hours ago

    While the increase is not a huge deal because the total is still cheaper than alternatives, the thing that irks me is how they did indeed just announce it via a blog post titled “Bitwarden launches enhanced premium plan: Complete online security for everyone”. This reads like there’s going to be free, premium and premium+ at best, and “we are just adding more stuff to the premium” at worst, not implying a price bump, at least to me. I did not get my renewal email yet, so can’t confirm whether or not they don’t even mention the annual price, but rather just the monthly one. Another thing that kind of bothers me is that they list “Vault health alerts” as a new thing, while it’s always been there. While “Phishing blocker” just seems like a feature outside of the scope of a password manager.

    All in all, double the price in exchange for x5 more storage and x2 more hardware keys is fine to me, but I hope they improve their communication and actually properly inform users of upcoming pricing changes.

    • 0485@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      12
      ·
      7 hours ago

      I had my renewal email come through today. Here is what is says: Your Bitwarden Premium subscription renews in 15 days. The price is updating to $1.65/month, billed annually. As an existing Bitwarden customer, you will receive a one-time 25% loyalty discount for this year’s renewal. This renewal will now be billed annually at $14.85 + tax.

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

        That’s the one I got too.

        Just note if your company uses Bitwarden enterprise, you’re eligible for a free personal license. (Unless they changed that)

      • orclev@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 hours ago

        Interesting. I also had mine come through but it had a different message:

        Your Bitwarden Families subscription renews in 15 days. The price is updating to $3.99/month, billed annually.

        Questions? Contact support@bitwarden.com

        It seems there’s a few variants of the message depending on which product you have and not all of them mention the annual price.

  • black_flag@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    2
    ·
    6 hours ago

    Yeah…they’ve been making a lot of changes to the client, too. I’m not sure what form it will take yet, because idk enough about bitwarden as a company, but get ready for enshittification and forks.

    • whelk@retrolemmy.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      I got worried the first time they started giving the UI all the rounded corners and more clicks to get anywhere or get anything done. Now there are corpo-cute little waving hand graphics and stuff in the UI. I’ve been migrating to local “pass” because these are always bad signs for a product

  • MagicShel@lemmy.zip
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    9 hours ago

    TBH, $10/year is a small price not to have to get my wife to change again after lastpass. She is not equipped to deal with enshittification.

    • halcyoncmdr@piefed.social
      link
      fedilink
      English
      arrow-up
      5
      ·
      7 hours ago

      If you do any sort of self-hosting, take a look at Vaultwarden. All the premium functions for free.

      Before my entire network setup changed recently for unrelated reasons… I had Vaultwarden running on my home server (TrueNAS) and a free Cloudflare account with a tunnel to my home server and a $5/year domain. Worked for my parents easily and no longer had to worry about the big infrastructure being targeted.

      • MagicShel@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        Possibly but the main thing we find useful is the OTP generation. This means we can both use shared accounts without having to ask the other for a code. That’s probably an edge case, and not enough sites support it, but it’s really nice for the ones that do.

        I doubt that is available in self-hosting but I’d be happy to be wrong about that. I have a raspberry pi serving up a couple of local things and I could register a domain if I had a use case for connectivity outside the house.

        • halcyoncmdr@piefed.social
          link
          fedilink
          English
          arrow-up
          10
          ·
          edit-2
          7 hours ago

          That is totally available self hosted. Nothing is blocked. In fact that’s why I originally switched, reducing unnecessary monthly costs.

          OTP codes for websites as well as all the MFA options for Vaultwarden itself. It also supports organizations, so you can share info between multiple accounts on your server. Emergency access, and even a web vault client.

          Everything the paid Bitwarden does as far as I’m aware.

          https://github.com/dani-garcia/vaultwarden

            • Prinz Kasper@feddit.org
              link
              fedilink
              English
              arrow-up
              2
              ·
              3 hours ago

              Worth pointing out that Vaultwarden refuses service when you connect to it without HTTPS, meaning wherever you host it you also need to set up some way of providing it with SSL certificates. As a newbie to self-hosting myself, this has tripped me up quite a bit.

  • solrize@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    edit-2
    8 hours ago

    You know why Git was written in the first place, right? Some people think ahead. Doh! I was thinking of BitKeeper.