MD5 and v3.00
#11
Quote:- pure bruteforcing : v3.00 is faster
- Straight wordlist (no rules) : v3.00 is faster

yes

Quote:- wordists + rules : v2.01 is faster BUT buggy

yes, but only for a few hash types
#12
(07-06-2016, 08:59 AM)atom Wrote:
Quote:- pure bruteforcing : v3.00 is faster
- Straight wordlist (no rules) : v3.00 is faster

yes

Wrong, in pure bruteforcing 2.01 is faster.

[Image: 7009b036d71c.png]

[Image: ce663856df51.png]
#13
You're trying to compare CUDA to OpenCL performance on an old (pre-Maxwell) Nvidia GPU, so your comparison is invalid. We already know (and have already stated several times) that performance with pre-Maxwell Nvidia GPUs will suck. Just buy a new GPU.
#14
(07-09-2016, 05:37 AM)epixoip Wrote: You're trying to compare CUDA to OpenCL performance on an old (pre-Maxwell) Nvidia GPU, so your comparison is invalid. We already know (and have already stated several times) that performance with pre-Maxwell Nvidia GPUs will suck. Just buy a new GPU.
OK, I understood it. But why doesn't it work with fx8320?
#15
(07-09-2016, 10:36 AM)Atlantis Wrote: OK, I understood it. But why doesn't it work with fx8320?

You need an OpenCL runtime. The OpenCL runtime for fx8320 CPU is part of the AMD driver, but you need an AMD GPU to install them. That's something which I never understood completely, but that's how it is.
#16
(07-09-2016, 08:46 PM)atom Wrote:
(07-09-2016, 10:36 AM)Atlantis Wrote: OK, I understood it. But why doesn't it work with fx8320?

You need an OpenCL runtime. The OpenCL runtime for fx8320 CPU is part of the AMD driver, but you need an AMD GPU to install them. That's something which I never understood completely, but that's how it is.

OK, I've just installed the amd sdk, hashcat sees the cpu but skips it. What have I done wrong?
Hashcat can work with either the gpu or the cpu, but not together.

[Image: 81316ab47f51.png]
#17
Add -D1
#18
(08-21-2016, 08:37 PM)atom Wrote: Add -D1

Then, the gpu is skipped:

[Image: 612299cded4b.png]
#19
So use -D 1,2
#20
(08-22-2016, 02:11 PM)atom Wrote: So use -D 1,2

Thanks a lot, all works )