20710 mode salt length question
#1
Hey, I'd like to ask about 20710 optimized kernel. When I'm checking it's source it seems like it was made to support salts up to 64 chars, for example: https://github.com/hashcat/hashcat/blob/...ed.cl#L385

However, module rejects lines with salts longer than 51 chars. I've modified value of max salt length in order to do some testing and 64 chars long salts didn't seem to work (hash just didn't crack), in fact the maximum salt length that seems to crack is 55 chars and anything above doesn't crack at all.

Now I wonder if that's some unintented mistake or maybe I don't understand the code fully. I decided to bring this up, because the older versions of Xenforo forum software used to store users' passwords in sha256(sha256($pass).$salt) with 64 chars long salts.

Cheers!
Reply


Messages In This Thread
20710 mode salt length question - by AndrewOnDev - 10-13-2020, 12:50 AM
RE: 20710 mode salt length question - by SidneiSi - 10-15-2020, 05:31 PM
RE: 20710 mode salt length question - by philsmd - 10-15-2020, 06:14 PM