Hashcat running VERY slow - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Hashcat running VERY slow (/thread-8376.html) |
Hashcat running VERY slow - Quentos - 05-24-2019 Hello everyone, For some reason my hashcat is running very slow, it was running fine and then it started becoming slow and its now stuck being slow. It fixed itself for awhile, but its running slow again.
RE: Hashcat running VERY slow - philsmd - 05-24-2019 bcrypt has a cost factor 2 ^ cost factor is determining the iteration count. You can't compare apple to oranges. different cost factors imply different speeds RE: Hashcat running VERY slow - Quentos - 05-24-2019 (05-24-2019, 09:25 PM)philsmd Wrote: bcrypt has a cost factor Yes, but the speed it used to run Bcrypt at is MUCH faster. I used to get around 5k per GPU. Everything I crack is much slower just not bcrypt. I'm really struggling to figure it out. RE: Hashcat running VERY slow - philsmd - 05-24-2019 what are the number of salts and cost factors of the two runs that you are comparing ? They must be identical to make any conclusions. $2a$05$ for instance means 2^5 = 32 iterations, but for instance $2a$19$ means 2 ^ 19 = 524288 iterations. 524288 is much more than 32, $2a$19$ is much slower than $2a$05$ the more salts you have, the more combinations there will be each salt must be combined with each password. RE: Hashcat running VERY slow - Quentos - 05-24-2019 (05-24-2019, 09:37 PM)philsmd Wrote: what are the number of salts and cost factors of the two runs that you are comparing ? OpenCL Platform #1: NVIDIA Corporation ====================================== * Device #1: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU * Device #2: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU * Device #3: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU * Device #4: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU * Device #5: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU * Device #6: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU OpenCL Platform #2: Intel(R) Corporation ======================================== * Device #7: Intel(R) HD Graphics 510, skipped. * Device #8: Intel(R) Pentium(R) CPU G4400 @ 3.30GHz, skipped. Benchmark relevant options: =========================== * --optimized-kernel-enable Hashmode: 0 - MD5 Speed.#1.........: 8788.8 MH/s (26.70ms) @ Accel:32 Loops:1024 Thr:1024 Vec:4 Speed.#2.........: 8413.8 MH/s (25.75ms) @ Accel:32 Loops:1024 Thr:1024 Vec:4 Speed.#3.........: 8666.7 MH/s (25.89ms) @ Accel:32 Loops:1024 Thr:1024 Vec:4 Speed.#4.........: 8541.2 MH/s (26.17ms) @ Accel:32 Loops:1024 Thr:1024 Vec:4 Speed.#5.........: 8525.3 MH/s (26.04ms) @ Accel:32 Loops:1024 Thr:1024 Vec:4 Speed.#6.........: 8378.6 MH/s (26.58ms) @ Accel:32 Loops:1024 Thr:1024 Vec:4 Speed.#*.........: 51314.4 MH/s Hashmode: 100 - SHA1 Speed.#1.........: 4111.1 MH/s (76.25ms) @ Accel:64 Loops:1024 Thr:512 Vec:2 Speed.#2.........: 4094.1 MH/s (73.74ms) @ Accel:64 Loops:1024 Thr:512 Vec:2 Speed.#3.........: 3998.5 MH/s (73.76ms) @ Accel:64 Loops:1024 Thr:512 Vec:2 Speed.#4.........: 4146.0 MH/s (75.85ms) @ Accel:64 Loops:1024 Thr:512 Vec:2 Speed.#5.........: 4211.0 MH/s (75.05ms) @ Accel:64 Loops:1024 Thr:512 Vec:2 Speed.#6.........: 4145.9 MH/s (75.93ms) @ Accel:64 Loops:1024 Thr:512 Vec:2 Speed.#*.........: 24706.6 MH/s Hashmode: 1400 - SHA2-256 Speed.#1.........: 1122.8 MH/s (52.93ms) @ Accel:32 Loops:256 Thr:1024 Vec:1 Speed.#2.........: 1062.5 MH/s (52.32ms) @ Accel:32 Loops:256 Thr:1024 Vec:1 Speed.#3.........: 1093.4 MH/s (51.69ms) @ Accel:32 Loops:256 Thr:1024 Vec:1 Speed.#4.........: 1062.8 MH/s (53.11ms) @ Accel:32 Loops:256 Thr:1024 Vec:1 Speed.#5.........: 1062.7 MH/s (52.52ms) @ Accel:32 Loops:256 Thr:1024 Vec:1 Speed.#6.........: 1188.0 MH/s (52.82ms) @ Accel:32 Loops:256 Thr:1024 Vec:1 Speed.#*.........: 6592.1 MH/s Hashmode: 1700 - SHA2-512 Speed.#1.........: 333.1 MH/s (50.53ms) @ Accel:64 Loops:64 Thr:640 Vec:1 Speed.#2.........: 313.7 MH/s (49.75ms) @ Accel:64 Loops:64 Thr:640 Vec:1 Speed.#3.........: 323.7 MH/s (49.78ms) @ Accel:64 Loops:64 Thr:640 Vec:1 Speed.#4.........: 324.0 MH/s (51.50ms) @ Accel:64 Loops:64 Thr:640 Vec:1 Speed.#5.........: 320.4 MH/s (51.12ms) @ Accel:64 Loops:64 Thr:640 Vec:1 Speed.#6.........: 333.2 MH/s (50.70ms) @ Accel:64 Loops:64 Thr:640 Vec:1 If you look here you can see what they are supposed to be: https://hashcat.net/forum/thread-5440-page-5.html Its running at almost half the speed of a 1070's benchmarked speed almost everywhere. RE: Hashcat running VERY slow - slyexe - 05-26-2019 As phil has mentioned, your hash may have way more iterations which means it will run way slower than the benchmark indicates. Also to mention you're attempting 5 salts at once. Try a single salt and see if the speeds are more on par to what you're use too. |