CudaHashcat 1.37 0H/s with Bcrypt
#2
Looks like you've tested 2 candidates in 17 seconds, so your speed is ~ 0.11 H/s.

This is totally expected.

1. bcrypt is very slow, and depending on the cost value (uknown from above output), it can be horrifically slow.
2. The more unique salts you have, the slower it is (you have 1995 salts, that's a lot.)
3. Your GPU is slow.
4. For most CPUs and GPUs, bcrypt is faster on CPU than GPU. Given you do not have a high-end GPU, your CPU will likely be faster.


Messages In This Thread
CudaHashcat 1.37 0H/s with Bcrypt - by thesle3p - 08-24-2015, 08:49 PM
RE: CudaHashcat 1.37 0H/s with Bcrypt - by epixoip - 08-24-2015, 08:56 PM