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 [asc] Views Posted
    Thread: How to extract zip?
Post: RE: How to extract zip?

PKZIP format is a mess. We looked at implementing it on GPU and it was a bucket of NOPE. I mean we'll eventually need to get around to it, but the LOE is massive.
epixoip hashcat 9 36,024 07-28-2016, 08:35 PM
    Thread: Hashcat - Can't find OpenCL ICD loader library
Post: RE: Hashcat - Can't find OpenCL ICD loader library

You don't need to do all that subshell awk stuff. ''aptitude purge ~nnvidia''
epixoip hashcat 9 39,012 12-02-2016, 09:16 PM
    Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...

''LC_ALL=C sort -u'' You can also ''man sort'' and look at the --parallel and -S switches to improve performance.
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 9 9,544 12-24-2016, 02:22 AM
    Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...

You can also use WSL and run Ubuntu under Windows 10
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 9 9,544 12-25-2016, 02:44 AM
    Thread: MD5 substring
Post: RE: MD5 substring

You can use https://strcpy.io/md5substr.c (and adapt for your needs) but 13 is a lot.
epixoip General Talk 9 10,041 01-08-2017, 10:26 PM
    Thread: MD5 substring
Post: RE: MD5 substring

I have no experience compiling in Visual Studio, but you could always install Cygwin. Or maybe edit the headers as appropriate and compile with mingw.
epixoip General Talk 9 10,041 01-09-2017, 02:21 AM
    Thread: MotherBoard advice
Post: RE: MotherBoard advice

It has been about 4 years since I have used desktop hardware in a cracking rig, but at a quick glance, I do not see any reason why you could not run 7 GPUs off of this board with high-quality risers. ...
epixoip Hardware 9 11,277 01-24-2017, 08:59 AM
    Thread: MotherBoard advice
Post: RE: MotherBoard advice

Well, there's always risks involved when building and operating a cracking rig. The important part is who absorbs those risks. To do an 8-GPU rig properly, you will want a Brutalis from Sagitta HPC...
epixoip Hardware 9 11,277 01-25-2017, 09:35 PM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

For mask attack, see Rurapenthe's blog above ^ For everything else, iconv is your friend.
epixoip hashcat 9 8,853 02-01-2017, 11:06 PM
    Thread: Please vote
Post: RE: Please vote

Brute force is for noobs.
epixoip Organisation and Events 9 11,209 02-11-2017, 08:36 AM
    Thread: Hashcat 1080(s) gpu error
Post: RE: Hashcat 1080(s) gpu error

Classic symptom of bad risers.
epixoip hashcat 9 7,963 02-21-2017, 12:34 AM
    Thread: Hashcat 1080(s) gpu error
Post: RE: Hashcat 1080(s) gpu error

With those style risers, the issue is usually with the USB cable. You need really good, high-quality USB cables with those risers. Another common issue is the little x1 card not seated properly in the...
epixoip hashcat 9 7,963 02-22-2017, 04:37 AM
    Thread: GTX 1080 Issue
Post: RE: GTX 1080 Issue

Sounds like you have the 32 bit Nvidia driver installed instead of the 64 bit driver.
epixoip hashcat 9 10,793 04-23-2017, 09:45 AM
    Thread: GTX 1080 Issue
Post: RE: GTX 1080 Issue

He's on Win10, not Linux ;)
epixoip hashcat 9 10,793 04-25-2017, 07:53 PM
    Thread: Candidate definition
Post: RE: Candidate definition

I think there is some gross confusion here. "Candidates" just means these are the keys that are currently being tested. It doesn't mean they are keys that have been cracked, those will be written to y...
epixoip hashcat 9 13,199 06-26-2017, 08:50 AM
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

Very cool, good job
epixoip hashcat 9 3,940 05-02-2019, 06:25 AM
    Thread: what gpu to buy
Post: RE: what gpu to buy

HD5970 is a fantastic gpu, but the radeon 5000 series is two generations old now. amd deprecated the 4000 series this year, so 5000 series will likely be deprecated within the next ~ 18 months. i wou...
epixoip Old hashcat Support 8 19,262 07-21-2012, 03:20 PM
    Thread: what gpu to buy
Post: RE: what gpu to buy

HD7760? afaik there is no such card, if you re-read i said HD7970. have a look at the benchmark threads on this forum to get an idea of what's fastest. as of right now HD6990 and HD5970 are the faste...
epixoip Old hashcat Support 8 19,262 07-21-2012, 03:48 PM
    Thread: What is the Best way to recover a MyBB pass
Post: RE: What is the Best way to recover a SSHA1 phrase...

i'm confused as to why the topic states SSHA but in the body you state md5(md5(salt).pass). in fact i'm not sure the topic is at all relevant to your questions. you do not need that super-long custom...
epixoip Old hashcat Support 8 53,090 09-29-2012, 06:16 AM
    Thread: What is the Best way to recover a MyBB pass
Post: RE: What is the Best way to recover a MyBB pass

sha1 is just that -- sha1. it's a raw cryptographic algorithm, like md5 is. and actually mybb is md5(md5(salt).md5(pass)), not md5(md5(salt).pass). it is mode 2811 on all versions of hashcat. not su...
epixoip Old hashcat Support 8 53,090 09-29-2012, 06:03 PM