Posts: 8
Threads: 3
Joined: Mar 2016
10-05-2021, 03:18 PM
(This post was last modified: 10-05-2021, 05:27 PM by Lumikor.)
Hash type is bcrypt blowfish, I'm getting only 2500 Hashes/sec. According to this:
https://www.geeks3d.com/20181029/quick-t...-released/
I should get at least 18000 H/s Also benchmark results ar much much higher then what I get.
Using the latest Windows 10 and AMD drviers with latest hashcat.
Any advice and help will be appriciated. Thank you!
EDIT:
With -w 3 I'm getting only around 2900 H/s
EDIT 2:
Using rules doesn't get me closer to the benchmark or others results. Only prolong the finish time.
Posts: 107
Threads: 6
Joined: Sep 2018
The iteration count of your target hash(es) probably higher than the benchmark iteration count, so there is nothing you can do to speed things up.
Posts: 8
Threads: 3
Joined: Mar 2016
(10-06-2021, 07:45 PM)NoReply Wrote: The iteration count of your target hash(es) probably higher than the benchmark iteration count, so there is nothing you can do to speed things up.
Your answer is actually highly logical, I wasn't thinking about that...But still I want to try my luck, perhpas someone can help me optimize it.
my current command is:
Code:
hashcat -a 0 -m 3200 hashes.txt rockyou.txt -r rockyou60000 -O -S -D 1,2
Posts: 885
Threads: 15
Joined: Sep 2017
(10-07-2021, 06:59 AM)Lumikor Wrote: (10-06-2021, 07:45 PM)NoReply Wrote: The iteration count of your target hash(es) probably higher than the benchmark iteration count, so there is nothing you can do to speed things up.
Your answer is actually highly logical, I wasn't thinking about that...But still I want to try my luck, perhpas someone can help me optimize it.
my current command is:
Code:
hashcat -a 0 -m 3200 hashes.txt rockyou.txt -r rockyou60000 -O -S -D 1,2
see hints for slow hashes here
https://hashcat.net/wiki/doku.php?id=fre...low_hashes
Posts: 8
Threads: 3
Joined: Mar 2016
10-07-2021, 10:40 AM
(This post was last modified: 10-07-2021, 10:47 AM by Lumikor.)
I understood the first example, but not the other two. If you may, can you please show all 3 with the alteration to fir my current code? I'm not a Windows guy, so everything is extra hard when I use Windows.