hashcat Forum

Full Version: My KeePass Job Seems Slow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does this look too slow for what I'm running? I was expecting higher speed than 7900 H/s on a GTX 1080.


Gear:
i7-8700k 6core
MSI GTX 1080 Duke 8G

hashcat64.exe -a 0 --session=2018-10-29 -m 13400 -w 4 --status --status-timer=60 -p : --gpu-temp-abort=90 -o "C:\***KeePass.txt" --outfile-format=3 "C:\***KeePass.hash"

STATUS:
Session..........: KeePass
Status...........: Running
Hash.Type........: KeePass 1 (AES/Twofish) and KeePass 2 (AES)
Hash.Target......: $keepass$*2*100000*222*28d2d30878*******a77e6c5c...b5d37c
Time.Started.....: Sun Oct 28 23:39:04 2018 (59 mins, 23 secs)
Time.Estimated...: Mon May 13 17:25:29 2019 (196 days, 16 hours)
Guess.Mask.......: ?1?2?2?2?2?2?2 [7]
Guess.Charset....: -1 ?l?d?u, -2 ?l?d, -3 ?l?d*!$@_, -4 Undefined
Guess.Queue......: 1/9 (11.11%)
Speed.#1.........:     7940 H/s (406.82ms) @ Accel:1024 Loops:512 Thr:32 Vec:1
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 28180480/134960504832 (0.02%)
Rejected.........: 0/28180480 (0.00%)
Restore.Point....: 0/2176782336 (0.00%)
Restore.Sub.#1...: Salt:0 Amplifier:43-44 Iteration:15872-16384
Candidates.#1....: Parieri -> Pmfagin
Hardware.Mon.#1..: Temp: 63c Fan: 34% Util:100% Core:1974MHz Mem:4568MHz Bus:16
Your speed depends on the number of iterations. You can only achieve the same speed as the benchmark with a hash that has the same number of iterations (or less).
This looks like exactly as the reason why password tools (like Keepass) use the algorithms they use. You should be slow at brute-forcing it, that's the point. I made a Keepass file with 100000 rounds and tried it on my GTX 1070 and also got a slow H/s.
Thank you for that info.
Good to know that it's as expected.