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: 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 10,026 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 10,026 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"   Lin...
Diapa General Talk 9 10,026 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 10,026 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://hashc...
Diapa General Talk 9 10,026 01-08-2017, 10:12 PM