home tags events about login
one honk maybe more

benjojo posted 27 Oct 2025 18:16 +0000

You know, looking at the current rate that a single flagship GPU can do password hashing at, yeah, there are a whole classes of password hashing algros in the "megahash" range, and if you are using them (and the hash leaks) you are probably a bit fucked.

Unfortunately the megahash range is quite a lot of the ones that you shouldnt be using, but you know people are totally using anyway:

  • MD5
  • SHA.+
  • unix DES crypt()

but that is fine because you use a password manager right... riiiiight?

None of this is particular new news, I was just surprised to know a single card can do 6000 megahash/s of DES crypt() these days.