hashcat Forum
MD5 and v3.00 - 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: MD5 and v3.00 (/thread-5586.html)

Pages: 1 2


RE: MD5 and v3.00 - atom - 07-06-2016

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


RE: MD5 and v3.00 - Atlantis - 07-08-2016

(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]


RE: MD5 and v3.00 - epixoip - 07-09-2016

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.


RE: MD5 and v3.00 - Atlantis - 07-09-2016

(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?


RE: MD5 and v3.00 - atom - 07-09-2016

(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.


RE: MD5 and v3.00 - Atlantis - 08-21-2016

(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]


RE: MD5 and v3.00 - atom - 08-21-2016

Add -D1


RE: MD5 and v3.00 - Atlantis - 08-21-2016

(08-21-2016, 08:37 PM)atom Wrote: Add -D1

Then, the gpu is skipped:

[Image: 612299cded4b.png]


RE: MD5 and v3.00 - atom - 08-22-2016

So use -D 1,2


RE: MD5 and v3.00 - Atlantis - 08-22-2016

(08-22-2016, 02:11 PM)atom Wrote: So use -D 1,2

Thanks a lot, all works )