Differences of hashcats in v0.42 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Differences of hashcats in v0.42 (/thread-2244.html) |
Differences of hashcats in v0.42 - lagoon7 - 04-18-2013 Could anyone tell me the differences between the hashcat executables in version .42? Which are named the following: hashcat-cli64.bin hashcat-cliAVX.bin hashcat-cliXOP.bin Thanks! RE: Differences of hashcats in v0.42 - unix-ninja - 04-18-2013 They depend on which processor-specific features you want to use: standard instructions, Advanced Vector Extensions, or eXtended OPerations instructions. Be sure your processor can support the mode you are trying to use. RE: Differences of hashcats in v0.42 - epixoip - 04-19-2013 if you have a recent (current generation) CPU you should be able to use AVX if on Intel, or XOP if on AMD. check your processor flags (e.g. grep xop /proc/cpuinfo) |