Problems with CRC32
#2
hashcat's crc32 implementation expects a second field. 

From the example hashes:

5. You can consider the second part as a “salt”. If it is equal to 00000000, the CRC32 code will be considered as “not salted”

Code:
$ echo -n 'hashcat' | tools/test.pl passthrough 11500
c762de4a:00000000

So if you append ':00000000' to your CRC32s, you should be good to go.
~


Messages In This Thread
Problems with CRC32 - by Henry999 - 04-15-2017, 07:25 PM
RE: Problems with CRC32 - by royce - 04-15-2017, 08:03 PM
RE: Problems with CRC32 - by Henry999 - 04-15-2017, 08:09 PM