Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: AES implementation not working on GPUs for small keyspaces?
Post: RE: AES implementation not working on GPUs for sma...

Thanks! Your clarification with an example of local memory use was particularly helpful.  My bug was due to the fact that i put the if (gid >= gid_max) return; statement before memory initializatio...
daredevil hashcat 4 13,335 09-04-2017, 05:35 AM
    Thread: AES implementation not working on GPUs for small keyspaces?
Post: RE: AES implementation not working on GPUs for sma...

atom Wrote: (08-31-2017, 10:09 AM) -- That sounds like you did not make sure to fill the shared memory before early exit the kernel (return too soon). -- Thanks for the reply. How would I go abo...
daredevil hashcat 4 13,335 08-31-2017, 10:50 AM
    Thread: AES implementation not working on GPUs for small keyspaces?
Post: AES implementation not working on GPUs for small k...

I'm trying to add an algorithm which involves AES, but it seems that the AES implementation does not work for small keyspaces, running on GPUs. For this test case, I'm modifying the CL file for has...
daredevil hashcat 4 13,335 08-29-2017, 09:07 AM