Page 1 of 3
GTX 480 Core

Posted:
Mon May 17, 2010 7:58 pm
by jardik2003
Hi,
first thanks for this great program.
When i buy gtx 480 i was really curious for results for this card and there it is :
C:\Users\.....\Desktop\CUDA-Multiforcer-Windows>CUDA-Multiforcer.exe -c charsets/charsetfull -f test_hash_files\test.txt -h MD5 --min 10 --max 14 -
-autotune
Cryptohaze.com CUDA Multiforcer (multiple hash brute forcer)
by Bitweasil
Version 0.61 beta, length 0-14
Currently supported hash types: MD5 MD4 NTLM
Hash type: MD5
CUDA Device Information:
Device 0: "GeForce GTX 480"
Number of cores: 120
Clock rate: 0.81 GHz
Charset loaded (96 characters)
Hashes loaded (1 hashes)
Please wait... finding optimum block count.
................................................................
Peak rate 955.5M/s, block count 848
Launching kernel for password length 10
Done: 0.00% Step rate: 623.1M/s Search rate: 623.1M/sec
Is there any way how set full 480 cores what this card have or to do any improvement for better performace?
W7 x64, drivers 197.55, qx9650 - 4 ghz.
Re: GTX 480 Core

Posted:
Mon May 17, 2010 8:28 pm
by Bitweasil
Use the 0.7 release. Performance is much better, though autotune is broken.
Try '--threads 512 --blocks 512 -m 500' - this will make the GUI unusable, but should be very fast.
I do not yet have a 470/480 to play with to optimize for it - if it has a functionality I believe it does but have not yet learned how to access, it may be MUCH faster.

Re: GTX 480 Core

Posted:
Mon May 17, 2010 8:49 pm
by jardik2003
C:\Users\....\Desktop\CUDA-Multiforcer-Windows>CUDA-Multiforcer.exe -c charsets/charsetfull -f test_hash_files\test.txt -h MD5 --min 10 --max 14 -
-threads 512 --blocks 512 -m 500
Cryptohaze.com CUDA Multiforcer (multiple hash brute forcer)
by Bitweasil
Version 0.70, length 0-14
Currently supported hash types: MD5 FASTMD5 MD4 FASTMD4 NTLM FASTNTLM SHA1 FASTSHA1
Hash type: MD5
CUDA Device Information:
Device 0: "GeForce GTX 480"
Number of cores: 120
Clock rate: 0.81 GHz
Single charset loaded.
Loading & sorting hashes. This may take a while.
Returning from sort.
Hashes loaded (1 hashes)
You may want to consider the FAST[hash] option if it exists.
Done with copy to constant
Launching kernel for password length 10
Done: 0.00% Step rate: 1024.3M/s Search rate: 1024.3M/sec
Nice one. Thanks
Re: GTX 480 Core

Posted:
Mon May 17, 2010 11:40 pm
by Bitweasil
Awesome. Glad to see numbers.
... now I should buy myself one and optimize. I was looking over the code yesterday and I think I can improve plaintext gen a bit, and possibly searching a bit.
Re: GTX 480 Core

Posted:
Tue Sep 14, 2010 10:36 pm
by hackajar
http://www.youtube.com/watch?v=ZzNgd660mBkHave to post video, as I do not think anyone would believe these numbers!
4091375.0M/sec
Re: GTX 480 Core

Posted:
Wed Sep 15, 2010 4:29 pm
by Rolf
What are you so happy about ?
It's JtR style password measurment, i.e. not actual.
You can do a simple test:
Bruteforce [6;6] keyspace using all-space charset.
Now, after the work is done, divide the combinations(95^6) by time taken and you'll get real speed.
Re: GTX 480 Core

Posted:
Wed Sep 15, 2010 10:30 pm
by Bitweasil
That's actually a terrible rate. 240M steps per second is your "actual" search rate. A GTX260 can do better.
Try again with the following parameters:
- Code: Select all
--threads 512 --blocks 512 -m 500
Optionally, add "-l" if you have a large hash list, it improves performance on a large list.
Re: GTX 480 Core

Posted:
Thu Sep 16, 2010 1:48 pm
by blazer
Wait can someone on the GTX480 try
- Code: Select all
-l --threads 512 --blocks 64 -m 500
and
- Code: Select all
-l --threads 512 --blocks 60 -m 500
and
- Code: Select all
-l --threads 512 --blocks 15 -m 500
and post the results plz
Re: GTX 480 Core

Posted:
Fri Sep 17, 2010 5:22 pm
by hackajar
http://www.youtube.com/watch?v=ml2ZE6FyQuANew hotness:
./CUDA-Multiforcer -d 1 -l -h NTLM -f <FILE> --min=8 --max=8 -c charset/charsetfull -o <Output File> --threads 512 --blocks 60 -m 500
14317 Hashes loaded
Step Rate: 1464.0M/s
Search Rate: 20961239.1M/sec
Running much faster! Thanks! This will shave about 15 Days off my search!
Re: GTX 480 Core

Posted:
Fri Sep 17, 2010 5:57 pm
by Bitweasil
That looks a lot more right for a 480
