• @Rubanski@lemm.ee
    link
    fedilink
    198 months ago

    I never got over the fact that I somehow need to trust to an absurdly high degree a proprietary software to store ALL my passwords. Is this really a good idea?

    • aicse
      link
      fedilink
      248 months ago

      You can use KeePass, but you’ll have to figure out a way to have your password vault available on other devices (can do it by using any cloud shares, i.e. GDrive). This way you’ll be in charge of almost every aspect of your passwords. But you’ll have to take care of backups and keep everything in sync.

    • @vsis@feddit.cl
      link
      fedilink
      English
      118 months ago

      There are libre off-line password managers. Variants of Keepass for example.

      Indeed it’s a bad idea to store passwords in a propietary system. Specially a cloud based one being hacked time to time, like 1password.

      • @TrickDacy@lemmy.world
        link
        fedilink
        -28 months ago

        I’m unaware of 1password ever getting hacked.

        Even if they did, there’s some really smart technology at play here. I think your paranoia here is unjustified. I felt the same way until I read about their technology. At that point I felt comfortable using their service.

        • @GissaMittJobb@lemmy.ml
          link
          fedilink
          38 months ago

          I mean, just three days ago we had this incident, which is probably what they are referring to: https://blog.1password.com/okta-incident/

          Anyway, iirc, 1password is architected in a way where a breach won’t actually disclose the passwords of their users, but I’m too tired to do the requisite double-checking to verify it

        • @vsis@feddit.cl
          link
          fedilink
          English
          1
          edit-2
          8 months ago

          I’m unaware of 1password ever getting hacked.

          https://cybersecuritynews.com/1password-hacked/?amp

          I think your paranoia here is unjustified

          You are right in a way. I always assume company sysadmins have access to company data, even if they say the opposite, and I always assume there are undisclosed data leaks. Which may seem a little paranoid.

          It’s like closing your car’s door when leaving it alone: Is it paranoid to assume that always there are someone willing to steal stuff?

    • @ClamDrinker@lemmy.world
      link
      fedilink
      2
      edit-2
      8 months ago

      It’s the choice between trusting one company (or if you self host, trusting yourself) to have their security all in order and properly encrypt the password vault. Using one password for every site you use means that you have to trust each of those sites equally, because if one leaks your password because they have atrocious password policies (eg. storing it in plain text), it’s leaked everywhere and you need to remember every place you used it before.

      Good password managers allow audits, and do at times still get hacked naturally (which isn’t 100% preventable). Yet neither of these should result in passwords being leaked. Why? Because they properly secure your master password so it can’t be reverse engineered to plain text, and without the master password your encrypted password vault is just a bunch of random bytes. And even in the extreme situation it did, you know to switch to a better password manager, and you have a nice big list of all the places where you need to change your password rather than trying to remember them all.

      Human memory is fallible and we want the least amount of effort, because of that we usually make bad passwords. Your average site does not have their password security up to date (There’s almost a 0% chance not one of your passwords can be found here). If you data is encrypted accordingly, it doesn’t matter if it gets leaked in any way or stolen by some rogue employee, so long as they do not have your master password. So yes, I’d say that’s a good idea.