(skeletor is leading by example by adding that unnecessary apostrophe…)

  • Kairos
    link
    fedilink
    arrow-up
    8
    arrow-down
    2
    ·
    1 年前

    Hi kind reminder password hashes.

      • GiveOver@feddit.uk
        link
        fedilink
        arrow-up
        4
        ·
        1 年前

        If you’re a company, you should save your users’ passwords as “hashes” which is like a scrambled up version, so if your data gets stolen the hackers will have to unscramble all the passwords which takes a long time. Some naughty companies don’t do this and save their passwords as plain text. The person above is presumably talking to developers to remind them not to be naughty

        • Kairos
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 年前

          I’m saying that password dumps are usually hashed passwords anyway, so there won’t be commas just base 64 along with usernames and other stuff that probably doesn’t contain commas.

        • Agent641@lemmy.world
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          1 年前

          For the benefit of the person above you, thats not to say that hashed passwords are unbreakable, because hackers can build a thing called a rainbow rmtable where they hash a bunch of known passwords, words, and phrases, and then can compare their rainbow table agains a stolen hash to learn what the starting value might have been. Thats why a complex password is very useful