md5 with 500-character long passwords
#3
(05-14-2022, 05:23 PM)pdo Wrote: With hashcat? You don't. Hashcat kernels are largely constrained by what you can efficiently compute on a GPU, and the plaintext limit on the "pure" MD5 kernel is 256 bytes (the optimized kernel is 31 bytes).

is there a way to recompile hashcat with this constant 256 replaced by 1024?
it is ok if it is slower.
or is 256 a real gpu hardware limitation?



would hashcat work with:

    md5(known_fixedpart_len300 + pwd_len_max_256)

the fixed part of length 300 is always the same, and the generated passwords are of length less than 256.

at the end it is always md5(more than 256 char), i dont know if the fixed part changes something.
Reply


Messages In This Thread
RE: md5 with 500-character long passwords - by phaphip - 05-14-2022, 05:36 PM