hashcat Forum
Hashcat Benchmarking - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html)
+--- Thread: Hashcat Benchmarking (/thread-834.html)



Hashcat Benchmarking - atom - 01-18-2012

Hey Guys,

ever wondered how I do the benchmarks shown on the Homepage?

Here you can download the scripts I use for meassuring: http://hashcat.net/misc/benchmark_scripts.rar

But, be warned, these are "full-power" commands. If you are executing this on a GPU that is used for displaying your desktop this GPU will be so busy that it will not be able to show a single update. You will think its crashed because even the mouse moves arent shown. But its not. Thats why I've added a maximum runtime to each command, means to each kernel, on which the benchmark will kill itself after around 40 seconds.

hth,
atom



RE: Hashcat Benchmarking - .::Rizwan::. - 01-19-2012

Very Nice
Thankyou.


RE: Hashcat Benchmarking - chort - 02-04-2012

Looks like the Windows version of lite_bench is set to use -plus instead of -lite.

Add for -lite-0.09:
Code:
$BIN $OPTS -m 3000 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?1?1?1?1?1?1?1?1?1 --pw-min 7



RE: Hashcat Benchmarking - skalderis - 05-18-2012

Link is broken.


RE: Hashcat Benchmarking - M@LIK - 05-18-2012

Use this:
http://thepasswordproject.com/oclhashcat_benchmarking


RE: Hashcat Benchmarking - Mem5 - 05-20-2012

On the page http://thepasswordproject.com/oclhashcat-plus-0.08b44_benchmarking_script_for_windows
the algo 112 (Oracle 11g) is not well formatted :

Code:
oclHashcat-plus64.exe -a 3 --custom-charset1 ?d  --force  --hash-type  112 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaaaaaaa ?1?1?1?1?1?1?1?1
Quote:WARNING: Hash 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaaaaaaa': Line-length exception
ERROR: No hashes loaded



RE: Hashcat Benchmarking - atom - 05-21-2012

Latest oclHashcat-lite include a built-in benchmark. Benchmarking will become easier soon Smile


RE: Hashcat Benchmarking - M@LIK - 05-21-2012

@Mem5:: Just because of your error post, I've studied the whole Oracle 11g hashing function xD

Here's a correct hash:
2db184088d587fe25555c5c6892ead46a014478a:aaaaaaaaaaaaaaaaaaaa:hashcat

Works with:
oclHashcat-plus-0.08
oclHashcat-lite-0.10b45

But not: oclHashcat-lite-0.09 (It's fixed in the new version)


RE: Hashcat Benchmarking - Mem5 - 05-21-2012

Ok thank you M@lik Big Grin
I'll wait the new version.