Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post [asc] Author Forum Replies Views Posted
    Thread: Speed isn’t Everything !
Post: RE: Speed isn’t Everything !

nothing to worry dude :) i am looking forward for your rephrased version
atom Feature Requests 27 66,008 09-18-2011, 01:16 AM
    Thread: Speed isn’t Everything !
Post: RE: Speed isn’t Everything !

Quote: -- Allow up to 63 character passwords for WPA -- cause of the wordlist cache that will increase the memory consumption * 4. my gtx285 with 240 SP requires 754mb per GPU in -n 160 mode. i...
atom Feature Requests 27 66,008 09-19-2011, 11:08 AM
    Thread: Speed isn’t Everything !
Post: RE: Speed isn’t Everything !

dr8breed Wrote: (09-19-2011, 12:51 PM) -- And i dont understand how this => mp64.exe -1 ?l?u?d?s | oclHashcat-plus64.exe -m 2500 -n 800 test.hccap
atom Feature Requests 27 66,008 09-19-2011, 01:35 PM
    Thread: Speed isn’t Everything !
Post: RE: Speed isn’t Everything !

Hash-IT Wrote: (09-19-2011, 03:08 PM) -- As this will take such a long time I was hoping to use the “Brute force with start from.” option. I thought this would allow me to leave it runni...
atom Feature Requests 27 66,008 09-19-2011, 05:44 PM
    Thread: Speed isn’t Everything !
Post: RE: Speed isn’t Everything !

nope, same problem exist
atom Feature Requests 27 66,008 09-19-2011, 10:23 PM
    Thread: Speed isn’t Everything !
Post: RE: Speed isn’t Everything !

me.scotty Wrote: (09-20-2011, 05:44 PM) -- I'd like to experiment building something of my own, but I'm a little confused. Since mp is running so much faster than oclHashcat, how does it "know" how ...
atom Feature Requests 27 66,008 09-20-2011, 08:03 PM
    Thread: Speed isn’t Everything !
Post: RE: Speed isn’t Everything !

absolutly not. the 460/560 is a low budget card which is also sm_21 which requires vector datatypes to run efficient. bad choice for hashcracking.
atom Feature Requests 27 66,008 10-21-2011, 10:08 AM
    Thread: Speed isn’t Everything !
Post: RE: Speed isn’t Everything !

ivans table is a good one, but gateways is also good since it shows "Pwr eff,MH/W": https://www.gat3way.eu/est.php if website is down, use google cache: https://webcache.googleusercontent.com/s...
atom Feature Requests 27 66,008 10-21-2011, 02:51 PM
    Thread: Speed isn’t Everything !
Post: RE: Speed isn’t Everything !

atom Wrote: (10-21-2011, 10:08 AM) -- absolutly not. the 460/560 is a low budget card which is also sm_21 which requires vector datatypes to run efficient. bad choice for hashcracking. -- new oclHa...
atom Feature Requests 27 66,008 11-19-2011, 07:48 PM
    Thread: speed for 2 x GTX 690
Post: RE: speed for 2 x GTX 690

Keep in mind ht4u is meassuring only 1 of 2 gpus. Also, its MD5, not SHA1.
atom Very old oclHashcat-lite Support 2 6,609 05-09-2012, 08:06 PM
    Thread: Speed drops down by a half after a few seconds
Post: RE: Speed drops down by a half after a few seconds

Looks like your card hit 90c temperature. In this case GPU bios will clock down your card to 300 Mhz or less.
atom Very old oclHashcat-lite Support 1 6,405 07-11-2013, 02:10 PM
    Thread: Speed drop with hashfile parameter
Post: RE: Speed drop with hashfile parameter

Note that this is not a "reduction". It's important to mention this, otherwise one could think the multihash search algorithm in hashcat is really bad. The reason here is because some hashes can make ...
atom hashcat 2 2,933 02-07-2017, 11:59 AM
    Thread: Speed drop after 3 minutes.
Post: RE: Speed drop after 3 minutes.

Because the --gpu-temp-disable
atom hashcat 1 2,228 04-22-2017, 10:11 AM
    Thread: Speed difference between brute and dictionary for very slow hashes (7-zip) ?
Post: RE: Speed difference between brute and dictionary ...

That's only for the 7-Zip algorithm because the password length has a large influence on the cracking speed. Or said a different way, there's no difference between BF and Dictionary if your BF mask is...
atom General Talk 2 5,256 12-29-2016, 11:19 AM
    Thread: Speed difference between 0.08 and 0.09
Post: RE: Speed difference between 0.08 and 0.09

Default workload settings have been changed to reduce desktop lags. You can re-adjust by settings --gpu-loops 4096 -n 32 or so by hand.
atom Very old oclHashcat-plus Support 3 7,865 10-13-2012, 02:59 PM
    Thread: Speed / Performance Comparison
Post: RE: Speed / Performance Comparison

yeah its a special optimization. it ignores the multihash bitmaps in quick digest mode.
atom Old hashcat Support 5 12,175 09-15-2010, 10:00 AM
    Thread: Speed / Performance Comparison
Post: RE: Speed / Performance Comparison

because of various reason, but especially because hashcat is designed for wordlist-based attacks not brute-force attack.
atom Old hashcat Support 5 12,175 09-15-2010, 09:23 PM
    Thread: Specify what to check in a dictionary
Post: RE: Specify what to check in a dictionary

In case you only want words of the length between 8 and 10 (inclusive) then: len.bin 8 10 < in.txt > out.txt
atom hashcat 7 7,058 05-26-2017, 10:04 AM
    Thread: Special characters in mask
Post: RE: Special characters in mask

from illcare's description in the first place we can assume the problem is with spaces, so royce answer is correct. PS: instead of escape with ^ you can also simply quote a mask, for example "?l?l...
atom Old oclHashcat Support 8 13,345 04-15-2015, 11:53 AM
    Thread: special character problem with standarad hash generators
Post: RE: special character problem with standarad hash ...

If you know for example that the hash has been generated using utf8 you could run your wordlist through iconv. hashcat does not know about encoding, it reads the data bytewise. If you feed it with utf...
atom Old oclHashcat Support 2 6,041 01-28-2015, 03:48 PM