Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: MD5 substring
Post: RE: MD5 substring

royce Wrote: (01-09-2017, 12:14 AM) -- Note also the compilation instructions that are in the source code itself: cc -o md5substr md5substr.c -march=native -O3 -funroll-loops -fomit-frame-pointer ...
Diapa General Talk 9 25,405 01-09-2017, 12:49 AM
    Thread: MD5 substring
Post: RE: MD5 substring

I'm getting about the same errors in C++ too.
Diapa General Talk 9 25,405 01-08-2017, 11:27 PM
    Thread: MD5 substring
Post: RE: MD5 substring

Diapa Wrote: (01-08-2017, 11:11 PM) -- Ehmm... How am I supposed to run it? I tried to copy it into a blank C file in Visual Studio but it didn't compile. cannot open source file "pthread.h"   Line...
Diapa General Talk 9 25,405 01-08-2017, 11:13 PM
    Thread: MD5 substring
Post: RE: MD5 substring

Ehmm... How am I supposed to run it? I tried to copy it into a blank C file in Visual Studio but it didn't compile. cannot open source file "pthread.h" Line 39 cannot open source file "unistd.h" ...
Diapa General Talk 9 25,405 01-08-2017, 11:11 PM
    Thread: MD5 substring
Post: MD5 substring

I got a list of ~1300 hashes along with unique salts. The passwords are hashed using  Code: -- substr(md5(salt + pass), 0, 13) -- I read https://hashcat.net/forum/thread-1977.html (https://hashcat.n...
Diapa General Talk 9 25,405 01-08-2017, 10:12 PM