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

  • Kairos
    link
    64 months ago

    Hi kind reminder password hashes.

      • @GiveOver@feddit.uk
        cake
        link
        fedilink
        44 months ago

        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
          1
          edit-2
          4 months ago

          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
          04 months ago

          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