• @Cocodapuf
    link
    English
    1
    edit-2
    2 months ago

    Wouldn’t salted hashes have prevented this?

    You just add some extra characters to every password before hashing and then stolen hashes and rainbow tables don’t work any more.

    In other words, I think ghostalmedia is correct, best practices would have prevented this.

    • Nougat
      link
      fedilink
      12 months ago

      No. Nobody has stolen hashes. They have usernames and passwords collected from elsewhere, that they tried against Roku, because people tend to reuse usernames and passwords.

      • @Cocodapuf
        link
        English
        12 months ago

        Ugh… Who is still storing passwords in the clear… For fuck sake…

        • Nougat
          link
          fedilink
          12 months ago

          That doesn’t have anything to do with it, really. There’s plenty of ways that credentials get “leaked,” not the least of which is users who reuse passwords also falling for scam emails that have them “log in” to something. It could matter if some specific credentials were initially acquired because some other place was storing clear text passwords, and that place had a breach.

          Still wouldn’t be an issue at all if users didn’t reuse passwords. That’s the lynchpin. This is users’ fault, not Roku’s.

          • @Cocodapuf
            link
            English
            12 months ago

            It could matter if some specific credentials were initially acquired because some other place was storing clear text passwords, and that place had a breach.

            Exactly, that was my assumption.

            After all, reusing passwords for multiple sites becomes a problem as soon the password becomes known. But for that password to become known, some site had to either allow the plaintext password to be leaked, or an unsalted hash. Or the site has to allow for insecure (easily guessable) passwords to be used.

            Reusing passwords is undeniably the user’s fault, but only because some other site’s security measures may also have been negligent.