Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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 |
34,099 |
09-20-2010, 07:09 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 |
34,099 |
09-17-2010, 09:36 PM |
|
|
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 |
270,226 |
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 |
34,099 |
09-17-2010, 02:19 PM |