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 [asc] Author Forum Replies Views Posted
    Thread: Mini Case for 2 Gpu cards
Post: RE: Mini Case for 2 Gpu cards

Hmm, looks like you could squeeze a couple GPUs in there. I have some concerns about chassis airflow, you'd absolutely have to go with reference design cards. Yes, Nvidia has reference design cards, t...
epixoip Hardware 2 5,496 05-20-2015, 08:12 AM
    Thread: Min/Max Password Length
Post: RE: Min/Max Password Length

there is no minimum length, except for specific algorithms like WPA which require a minimum length. the maximum length for oclHashcat-plus is currently 15 characters, not 16 characters. however, th...
epixoip Old hashcat Support 3 15,782 07-24-2013, 02:23 PM
    Thread: mid range rig?
Post: RE: mid range rig?

You might want to look at the used market.
epixoip Hardware 6 8,169 12-15-2016, 07:47 PM
    Thread: mid range rig?
Post: RE: mid range rig?

Correct, I wouldn't go lower than a 1070 in the GTX 10 series. Outside of that, a used GTX 980 Ti or GTX 980 should be within your price range.
epixoip Hardware 6 8,169 12-17-2016, 12:43 AM
    Thread: MH/s, GH/s, MHz, GHz: what does it mean?
Post: RE: MH/s, GH/s, MHz, GHz: what does it mean?

https://en.wikipedia.org/wiki/Metric_prefix#List_of_SI_prefixes
epixoip Hardware 5 26,008 12-14-2015, 08:57 PM
    Thread: MH/s, GH/s, MHz, GHz: what does it mean?
Post: RE: MH/s, GH/s, MHz, GHz: what does it mean?

Yes, MH/s is "megahashes per second", as in 1000000s of hashes per second. H/s == Hashes per second KH/s == Kilohashes per second (Thousands of hashes per second) MH/s == Megahashes per second (M...
epixoip Hardware 5 26,008 12-15-2015, 04:51 AM
    Thread: Method for removing crap/generated passwords from word lists?
Post: RE: Method for removing crap/generated passwords f...

So you're looking for a way to distinguish human-generated passwords from machine-generated passwords? I know of no public tool that can do this, but it certainly can be done with some degree of accur...
epixoip General Talk 9 11,465 07-26-2016, 06:08 PM
    Thread: md5stress on Windows with Nvidia?
Post: RE: md5stress on Windows with Nvidia?

Not likely. Nvidia supports OpenCL, but md5stress was certainly developed and tested on AMD, and likely needs some workarounds and such to work on Nvidia.
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 7,609 02-23-2015, 04:54 AM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

Maybe you can post an example hash-plaintext pair that we can use to test.
epixoip hashcat 21 20,788 05-12-2017, 08:24 PM
    Thread: MD5(unix) performance
Post: RE: MD5(unix) performance

the speed reported is the total speed divided by the number of unique salts, because each plaintext candidate needs to be re-hashed with each unique salt.
epixoip Very old oclHashcat-plus Support 3 7,762 10-13-2013, 11:01 PM
    Thread: MD5(Unix) bug
Post: RE: MD5(Unix) bug

hm, cayman running at 950Mhz... classic asic hang caused by overclocking :)
epixoip Very old oclHashcat-plus Support 5 10,038 10-16-2012, 01:12 AM
    Thread: MD5(Sun) - Solaris (-m 3300)
Post: RE: MD5(Sun) - Solaris (-m 3300)

plus does not support sun md5... https://hashcat.net/wiki/doku.php?id=oclhashcat_plus#options
epixoip Very old oclHashcat-plus Support 2 7,477 11-07-2013, 03:57 PM
    Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks

You can also use attack mode 6 (dict + mask) with oclhashcat-plus and use the salts as a dictionary.
epixoip Very old oclHashcat-lite Support 20 40,866 08-06-2012, 06:36 AM
    Thread: MD5($Salt.$Pass.$Salt)
Post: RE: MD5($Salt.$Pass.$Salt)

all you have to do is crack them as md5(p.s) and stage your attacks to prepend the static salt to each candidate. to emulate a straight dictionary attack you can use -a 7, for rules you can use combin...
epixoip Old oclHashcat Support 3 8,468 06-14-2014, 08:06 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: MD5 salted hashs
Post: RE: MD5 salted hashs

Works for me. Code: -- epixoip@token:~/hashcat-0.48$ echo '01dfae6e5d4d90d9892622325959afbe:7050461' >testhash epixoip@token:~/hashcat-0.48$ echo 'hashcat' >testdict epixoip@token:~/hashcat-0....
epixoip Old hashcat Support 4 8,169 12-22-2014, 04:06 AM
    Thread: MD5 salted hashs
Post: RE: MD5 salted hashs

Correct. Code: -- epixoip@token:~/hashcat-0.48$ echo -n 'knickyM7j' | md5sum e8f17a431edd2b7edb1ab6b3ceb6f7d5 - epixoip@token:~/hashcat-0.48$ echo knicky >>testdict epixoip@token:~/hashcat-0...
epixoip Old hashcat Support 4 8,169 12-22-2014, 05:30 AM
    Thread: MD5 Length Exception
Post: RE: MD5 Length Exception

check for trailing whitespace in your hash list as well
epixoip Old hashcat Support 3 8,090 03-27-2013, 02:04 AM
    Thread: md5 hashing emails - that's dumb, right?
Post: RE: md5 hashing emails - that's dumb, right?

In this context (assuming the donors or beneficiaries or whomever are intended to be kept confidential) it is dumb to use MD5, yes. They should be trivial to crack. You wouldn't use a mask. You'd ...
epixoip hashcat 5 7,852 02-11-2017, 09:36 PM