Brute force protection

@memes

      • Rickety Thudds@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 months ago

        Rainbow tables and presumably newer stuff I haven’t heard of make this sort of thing weaker than it used to be

        • Clent@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          The rainbow table would have to include every four word combination. At around half a million words in the English dictionary, that’s not a small number.

          As another XKCD comic illustrates, it’s cheaper to use a wrench.

        • aname@lemmy.one
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          Salting makes rainbow tables pretty much useless, and salting has been a standard practise for a few decades now.

        • Whelks_chance@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          How does a rainbow table help here? They’re more for decoding unsalted encrypted database tables, rather than for actually trying to login.

      • iAvicenna@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        I suspect if the cracking code was constructed such that it had more weight on trying combinations of common words then this would be much easier to crack

        • OpenStars@startrek.website
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          I would naively think that as well - you would expand your alphabet of “symbols” to include both single letters and numbers and punctuation but also common words as well. It is still a lot of combinations to have to try though, even if less than each letter by itself.