FileVault 2 performance issue? - 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: FileVault 2 performance issue? (/thread-8029.html) |
FileVault 2 performance issue? - SquinklePhoom - 12-20-2018 Hey guys. Decided to test my new rig (RTX2080) against my old(ish) imac with filevault 2 enabled, as i cant remember what i put in for the password After some tedious (fun...) work to extract the hash, I've put it to work. As FileVault hashcracking with hashcat is fairly new, I cant find a lot of benchmarks on it - but I found one from a 1080ti card, which shows that it does around 90000 H/s. My tests so far give me around 21000 H/s. I wonder what might be wrong? Newest sparkling CUDA was installed yesterday - and from my other post here with the benchmark, it kicks ass on most other hashes Any ideas? If it could be related to the mask im testing with, thats my one option so far to look at - i havent tried a dictionary attack yet. RE: FileVault 2 performance issue? - undeath - 12-20-2018 That algorithm likely has a variable for iterations. You can only compare benchmarks for the same iteration count (eg by using hashcat's benchmark mode). RE: FileVault 2 performance issue? - SquinklePhoom - 12-20-2018 Ah yes, that could explain it. From the 1080ti benchmark: Speed.#1.........: 90098 H/s (255.27ms) @ Accel:512 Loops:128 Thr:256 Vec:1 And from the hashcat output im seeing Accel:32 Loops:16 Thr:640 - not sure about iterations. Thanks for the quick reply :-) RE: FileVault 2 performance issue? - Mem5 - 12-20-2018 iterations count is part of the hash. |