crc32 hash format, No hashes loaded, line length exception? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: crc32 hash format, No hashes loaded, line length exception? (/thread-7077.html) |
crc32 hash format, No hashes loaded, line length exception? - MoNoX - 12-05-2017 Same problem on CRC32. Whats going on there? RE: crc32 hash format, No hashes loaded, line length exception? - philsmd - 12-05-2017 This is not the correct hash format that you use. The correct hash format can always be determined by looking at the example hashes here https://hashcat.net/wiki/doku.php?id=example_hashes (or using the --example-hash parameter, e.g. hashcat -m 11500 --example-hashes The example page already mentions that you can set the salt to all zero if applicable/needed Quote:You can consider the second part as a “salt”. If it is equal to 00000000, the CRC32 code will be considered as “not salted” RE: crc32 hash format, No hashes loaded, line length exception? - MoNoX - 12-05-2017 You're right, thank you! Hashcat -h doesn't show such format information. This thread can be closed. |