oclHashcat distributed WPA2
#4
oclHashcat-plus works different than oclHashcat-lite. There are two major difference in oclhashcat-plus that you do not have with oclHashcat-lite:

- oclHashcat-lite has a known keyspace when the program starts. Therefore it can precompute a lot of stuff, and it opens an opportunity to give it an offset to a specific point in that keyspace. But with oclHashcat-plus the keyspace on startup can be unknown, since it accepts data from stdin.

- In case of bf (as in oclHashcat-lite) your keyspace to partition is "just" between 0-xxxxxxxxxx. with oclHashcat-plus it's 0-xxxxxxxxxx * xxxxxxxxxx because the advanced attack-modes like rules or hybrid attack base on a dictionary and then apply mutations on it. All in all you can say ok but in the end the total keyspace is still known, true, but from parallelization view you have the problem that you might cross-over two different basis numbers. In other words, you can only partition by the left side of the multiplication, not the right one, and thus you can not have a simple -s and -l as in oclHashcat-lite. But if you're familar with that problem you can use the .restore file to do mostly the same because you can exploit the .restore file to set -s.


Messages In This Thread
oclHashcat distributed WPA2 - by virus - 10-11-2013, 02:19 PM
RE: oclHashcat distributed WPA2 - by Kuci - 10-11-2013, 06:55 PM
RE: oclHashcat distributed WPA2 - by virus - 10-14-2013, 05:30 PM
RE: oclHashcat distributed WPA2 - by atom - 10-15-2013, 04:48 PM