Avast, the cybersecurity software company, is facing a $16.5 million fine after it was caught storing and selling customer information without their consent. The Federal Trade Commission (FTC) announced the fine on Thursday and said that it’s banning Avast from selling user data for advertising purposes.

  • Tier 1 Build-A-Bear 🧸@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    Just curious, how do you know they’re secure? Like how do you know it’s only local and not being uploaded somewhere? I’m not about to tear through the code of open source password manager apps to make sure it’s “safe” when I can keep track of them myself, but yes, I do see your point about that not being as safe as them being completely randomly generated for each account

    • JDubbleu@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      4 months ago

      The great thing about open source is that anyone can read the code. Even if you don’t read every line yourself there are others who will. In popular projects it’s pretty much a guarantee any suspicious or malicious changes get caught almost immediately due to the visibility of everything.

      As for local-only I trust Bitwarden and their encryption schemes enough that I use their cloud sync, but you can always self host it in a Docker container with no Internet access if you’re concerned about it.