Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Merge tools ?
09-15-2010, 08:31 AM (This post was last modified: 09-15-2010 08:34 AM by pyr.)
Post: #1
Merge tools ?
Hi,
I have a question..

- I actually use hashcat to crack hashes wiht my CPUs, gives me about ~14M hashes/sec.
- I use oclHashcat on my Cuda nvidia geforce 8400 too. About 15M hashes /sec.

Why can't we use oclHash to use CPUs too ?
I mean, if I want to optimized my crack : I would like to use CPU AND GPU, so I have to lauch separately hashcat and oclhash.
Why there is not a tool which can do a crack on both ? Or why oclHascat can not use CPU in addition to GPU ?

Thank you.
Find all posts by this user
09-15-2010, 10:04 AM
Post: #2
RE: Merge tools ?
i am not interessted in merging them. its easier this way.
Visit this user's website Find all posts by this user
09-15-2010, 07:00 PM
Post: #3
RE: Merge tools ?
OK thanks.
So the better way to use CPU + GPU is to launch each tool in parallel ?
Find all posts by this user
09-15-2010, 09:26 PM
Post: #4
RE: Merge tools ?
sure, its possible
Visit this user's website Find all posts by this user
09-24-2010, 08:55 AM
Post: #5
RE: Merge tools ?
(09-15-2010 09:26 PM)atom Wrote:  sure, its possible

Sounds good Atom, can you give some clues in how to make this, please?

Thanks and keep the good work!
Find all posts by this user
09-24-2010, 09:36 AM
Post: #6
RE: Merge tools ?
Launch openclhashcat with some attack + launch hashcat with some attack.
On windows, oclhc almost doesnt use CPU, so you can use hashcat with it, and causing no uneven resource distribution.
Find all posts by this user