Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

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 initializa...
daredevil hashcat 4 5,350 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 5,350 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 h...
daredevil hashcat 4 5,350 08-29-2017, 09:07 AM