03-29-2020, 08:28 PM
if you only have an Intel CPU (no GPU), you should install the OpenCL Runtime for Intel CPUs from https://software.intel.com/en-us/article...pu-section (http://registrationcenter-download.intel..._setup.msi).
That said, a GPU would probably be much faster.
You only need to install perl to generate your hash file like this:
This of course needs to be done before you run hashcat (you already need the hash file when launching hashcat).
The hash should look similar to the -m 14800 hash mentioned here: https://hashcat.net/wiki/example_hashes (or the hash mentioned in the output of: hashcat.exe -m 14800 --example-hashes)
BTW: you could also try to use the beta version of hashcat from https://hashcat.net/beta/ (but in this specific case I don't think it will be much different compared to the last release version, neither speed-wise, nor improvement-wise).
Good luck with cracking
That said, a GPU would probably be much faster.
You only need to install perl to generate your hash file like this:
Code:
perl itunes_backup2hashcat.pl my_itunes_backup_file.plist > hash.txt
This of course needs to be done before you run hashcat (you already need the hash file when launching hashcat).
The hash should look similar to the -m 14800 hash mentioned here: https://hashcat.net/wiki/example_hashes (or the hash mentioned in the output of: hashcat.exe -m 14800 --example-hashes)
BTW: you could also try to use the beta version of hashcat from https://hashcat.net/beta/ (but in this specific case I don't think it will be much different compared to the last release version, neither speed-wise, nor improvement-wise).
Good luck with cracking