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 [desc] Author Forum Replies Views Posted
    Thread: fgets-sse2 v0.01 released
Post: RE: fgets-sse2 v0.01 released

Hi guys, is this still alive? Have stumblod upon this one and gave it a try with VS on Windows; seems to work fine for me, but I don't get near to 4x speedup; *only* about a dobule compared to fget...
arthur General Talk 6 17,365 10-16-2013, 09:07 PM
    Thread: fgets-sse2 v0.01 released
Post: RE: fgets-sse2 v0.01 released

If file does not end in new line, than last line is discarded. I fix the issue is in code below: for (i = 0; i < BUFFER_EXTRA; i++, num++) { if (ctx->buf[num - 1] == '\n'){ break; } ...
arthur General Talk 6 17,365 10-17-2013, 09:50 AM