Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
#11
(07-03-2014, 10:23 AM)epixoip Wrote: you're missing the most important part, and that is the fact that the specific algorithm you are trying to crack is not supported.

-m 4500 is sha1_hex(sha1_hex(pass))

your algorithm is sha1_hex(sha1_raw(pass))

so -m 4500 will not work for what you are doing.

Oh wow! I get it now, philsmd explained it too... so the algo is safe from hashCat! Cool!


Messages In This Thread
RE: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL] - by SarahC - 07-04-2014, 06:43 AM