• Aproposnix@scribe.disroot.org
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    5
    ·
    19 hours 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?

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

      Syncing is a problem without a seamless solution. The official syncthing app for Android is abandoned and syncthing-fork isn’t trustworthy and feels vibe coded. Nextcloud is way too bloated for simple vault syncing.

      I’m personally warming up to the idea of using pass.

    • Appoxo@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      13 hours ago

      Not interested in selfhosting and risk a data breach.
      It’s imple: Who is better equipped to combat a hack? You or Bitwarden?

        • osanna@lemmy.vg
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 hours ago

          there’s also the fact that hackers probably don’t know I’m hosting it. Where as bitwarden hosted makes for a very very juicy target

          • Appoxo@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            1
            ·
            4 hours ago

            False sense of security.
            The moment to fuck up certificate issuing and don’t use a wildcard certificate, the subdomain is public and will be probed to hell and back. And due to regex, probably by bots specialized to probe password vaults.
            Wish you best of luck and security.
            But I’ll stay here :)

    • HubertManne@piefed.social
      link
      fedilink
      English
      arrow-up
      3
      ·
      16 hours ago

      convenience. its integrated into the browser and easy to get going. I personally use it for “unimportant” logins. Mainly things that are not government or financial or such. My improtant ones I keep on an external drive that I only pull out for when im doing that type of stuff.

    • WolfLink@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      19 hours ago

      Natural disaster -> no longer can access everything you have online, including bank and insurance accounts, at precisely the time you most don’t want to deal with that.

      • BastingChemina@slrpnk.net
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        Personal disaster as well.

        If something happens to me and I am incapacitated, or worse, my wife or my brother can request access to my vault and without any action in my side for a week they will have access to my vault. (Emergency access feature in bitwarden)

        So it does not add the stress of needing to call ALL the utility companies, bank, school … To reset passwords or request emergency access.

        I saw that first hand with my brother in law who had an accident and went into a coma. We were lucky that his computer wasn’t locked and all his password accessible on it.

      • mic_check_one_two@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        18 hours ago

        Pretty much this. Cloud storage isn’t perfect, but it sure does make proper 3-2-1 backup hygiene easier. 3 backups, on 2 different mediums, 1 of them off site. Cloud storage accomplishes both the 2 and 1, because it is both a different medium and off site.

        The fact that you can automatically sync remotely is a big bonus too, because off-site backups historically have a problem where they fall out of date without active attention. For instance, if you have a tape backup system stored in a warehouse across town, those tapes are only as up-to-date as the last time you took the time to drive across town and update them. But with cloud storage, you can automatically sync your folders to keep things up to date in near real time. Plus, your traditional off-site backup is only as secured from things like natural disasters if you’re willing to travel fairly long distances to make them. Those tapes in a warehouse across town won’t survive if the entire town is hit by a natural disaster like a wildfire or flood.

        For instance, maybe I make an update on my laptop, and then want to access it on my phone. Even with SyncThing, my laptop and phone won’t sync with each other unless they’re able to find each other on the same network. If I’m not on a trusted network at the time, (e.g. I’m at work on my employer’s WiFi, or traveling and using hotel WiFi) that makes syncing difficult. But with cloud storage, they can both essentially use that as a relay. My laptop updates the cloud, and then my phone pulls that update. Now both devices are up-to-date without actually needing to discover each other on a trusted network.

        • Aproposnix@scribe.disroot.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          14 hours ago

          I’m currently (for the past 5 or six years) using a nextcloud server (remote) where I store the master. My desktop is typically where I make changes but sometimes on my mobile devices. No mater where I edit the database it gets synced. Knock on wood, but I’ve never had as issue.

      • Trilogy3452@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        18 hours ago

        You can have both and keep a local copy via export once in a while. If the cloud goes down the also most likely your bank website. If you’re talking about other types of secrets then the first sentence will apply

    • Clay_pidgin@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      2
      ·
      19 hours 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.

      • nutsack@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        18 hours ago

        I’ve tried storing encrypted blobs including a keepass database on Google drive and I always end up with hundreds of conflict copies

        • FauxLiving@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          17 hours ago

          Put the keepass database in a folder and use syncthing to sync that folder.

          I just run syncthing on every device that needs my password and they all always have an up to date copy of the database.

          • Clay_pidgin@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            13 hours ago

            What do you use to encrypt the files to begin with? For apps that don’t have an encrypted backup option built in.

            • FauxLiving@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              13 hours ago

              Keepass encrypts the database with AES-256 by default so there is already a layer of encryption protecting your passwords.

              If you use keepass and want to use a third party service to store your files there’s a way to setup an untrusted mirror which will encrypt the files before sending it to that client. That way you still have your files elsewhere (often on a VPS, seedbox or other host) but that host doesn’t have the unencrypted sync folder just in case you decide to put non-encrypted files in there too.