Results collection model ?
#1
Hello.

I'm trying to implement an OpenCL bruteforcer for a 40bit keyspace.
My goal is to write some clean code that could be used to add support for WEP40 to oclHashcat, but as it is just a matter of bruteforcing 5 bytes + RC4 + CRC32, it may only require 10min to any oclHashcat developer to do this. Anyway, this isn't a request thread.

I've got a CPU OpenMP implementation working and I would like to port it on my GPUs.
I've got some questions about the models used by oclHashcat to manage the communication between the OpenCL host (CPU) and the OpenCL device (GPU).


Am I right when I think that oclHashcat uploads a set of N words from a dictionary to an input buffer on the OpenCL device memory ?

Am I right when I think that oclHashcat writes a set of N keys directly on the OpenCL device memory when possible (e.g. with a pattern or a mask) ?

How are the results collected ?

Thank you Smile


Messages In This Thread
Results collection model ? - by 0595492b0 - 12-27-2015, 11:18 PM
RE: Results collection model ? - by epixoip - 12-28-2015, 08:03 AM
RE: Results collection model ? - by 0595492b0 - 01-01-2016, 03:19 PM
RE: Results collection model ? - by undeath - 01-01-2016, 03:59 PM