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 [asc] Replies Views Posted
    Thread: Share your OpenCLHashcat speeds.
Post: RE: Share your OpenCLHashcat speeds.

core i7 centos i686 linux GTX480 (thinking n buying another 3 to make 4 way SLI) Code: -- # ./oclHashcat32.bin test -n 80 --gpu-loops 1024 -m 0 -1 ?l?d ?1?1?1?1 ?1?1?1?1 oclHashcat v0.23 starti...
Angel Very old oclHashcat Support 41 128,067 09-17-2010, 09:18 PM
    Thread: Reduced MD5
Post: Reduced MD5

first of all i want to thank you all dev's for this outstanding software. it give me 1087.8M/s on GTX480 - core i7 centos i686 linux workstation wich is amazing comparing to 5M/s with lcrack (Lepton's...
Angel Feature Requests 7 19,168 09-17-2010, 02:19 PM
    Thread: Reduced MD5
Post: RE: Reduced MD5

well i just think how to code this Code: -- if(reduced) return !memcmp(h0, h1, 8 * sizeof(BYTE)); else return !memcmp(h0, h1, 16 * sizeof(BYTE)); -- or set size during init... Code:...
Angel Feature Requests 7 19,168 09-17-2010, 09:36 PM
    Thread: Reduced MD5
Post: RE: Reduced MD5

thanks for reply lost the whole day trying to fix PTX CUDA assembler code without success :( its too hard (even reading nvidia isa specs did't help) my kernel: kernels/4318/m0000.kernel I would b...
Angel Feature Requests 7 19,168 09-20-2010, 07:09 PM