05-30-2014, 02:00 PM
(This post was last modified: 05-30-2014, 02:02 PM by newestofthenew.)
(05-30-2014, 11:38 AM)newestofthenew Wrote:(05-30-2014, 09:42 AM)atom Wrote: The OSX 10.8 algorithm is a pain. It is doing lots of iterations that keep your GPU busy. The driver therefore often alarms out, especially with slower cards because the entire calculation takes more time than with faster cards. So it's about time here and also a bit about GPU memory. Add "-w 1" to your commandline. It should help
Cheers Atom, I will give it a go. Been using the GUI up until now, will get in and learn the command line way.
I suspect that the password begins with a capital letter, contains 6-10 alpha characters and a number between 10-19 on the end. Could you give me some tips on setting up a mask attack to run these possibilities?
So I tried running the following:
cudahashcat64.exe -d1 HASH.txt -m7100 -a3 ?u?l?l?l?l?l?l?l?d?d -w1
Error: cuStreamSynchronize() 716
and then:
cudahashcat64.exe HASH.txt -m7100 -a3 ?u?l?l?l?l?l?l?l?d?d
Error: cuStreamSynchronize() 700
GRRRRR!