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 [desc] Posted
    Thread: 6 x 7990's using ASUS BTC mining motherboard WPA2
Post: RE: 6 x 7990's using ASUS BTC mining motherboard W...

6x 7990 is not possible. 7990 is a dual-GPU card, so 6*2 = 12 GPUs. However the driver only supports 8 GPUs. Maximum possible 7990s in one system is 4.
epixoip Hardware 5 10,453 04-05-2015, 07:16 AM
    Thread: Hashcat-plus and Hashcat problems
Post: RE: Hashcat-plus and Hashcat problems

your post is completely devoid of punctuation. laptops have shitty cooling, there's not much you can do outside of buying something that isn't a laptop. had you actually read the output of --hel...
epixoip General Help 6 10,504 07-09-2013, 11:30 PM
    Thread: Mask generator not working?
Post: RE: Mask generator not working?

Is it iterating over binary or hex-encoded sha256?
epixoip General Help 7 10,508 04-09-2016, 07:39 AM
    Thread: Mask generator not working?
Post: RE: Mask generator not working?

The best way to handle this would be to add a new mode that can do iterated sha256. If it were binary I'd say base it off of 7400, but since it's hex you'll have to do a bit more work. Would probably ...
epixoip General Help 7 10,508 04-09-2016, 09:50 PM
    Thread: Radeon HD8970m
Post: RE: Radeon HD8970m

yeah, Kuci's "this is the best" comment is a bit misleading. 8970M is about as good as mobile chipsets get, but it will still leave a lot to be desired.
epixoip Hardware 5 10,540 07-01-2013, 12:17 AM
    Thread: Radeon HD8970m
Post: RE: Radeon HD8970m

i don't pay much attention to mobile chipsets so i'm not sure if it is the best or not. however, it's a good idea to clarify that performance is going to suck regardless of whether it's the best or no...
epixoip Hardware 5 10,540 07-01-2013, 05:59 PM
    Thread: Help Running Hashcat For My Specifications
Post: RE: Help Running Hashcat For My Specifications

cudaHashcat64 -a 3 -m 7100 -1 '?l?u`~!@ #$%^&*)(' -i --increment-min 3 hash.txt ?1?1?1?1?1?1
epixoip Old oclHashcat Support 7 10,542 03-05-2015, 03:18 AM
    Thread: Help Running Hashcat For My Specifications
Post: RE: Help Running Hashcat For My Specifications

You'll probably need to do some additional escaping for those special chars on Windows. Or put the charset into an hcchr file and use that instead.
epixoip Old oclHashcat Support 7 10,542 03-05-2015, 04:13 AM
    Thread: Help Running Hashcat For My Specifications
Post: RE: Help Running Hashcat For My Specifications

I just copied and pasted the charset you had in your original post, so if there's a space there it's because you put it there first (and if you look at your first post, you certainly did.) A space ...
epixoip Old oclHashcat Support 7 10,542 03-05-2015, 06:58 AM
    Thread: How to find a salt for a hash if you have the plain text
Post: RE: How to find a salt for a hash if you have the ...

undeath Wrote: (05-01-2017, 05:31 PM) -- This thread needs more pointless quotes. -- I agree.
epixoip hashcat 10 10,557 05-01-2017, 06:04 PM
    Thread: How to find a salt for a hash if you have the plain text
Post: RE: How to find a salt for a hash if you have the ...

Erm, guys, this isn't hard. If the algorithm is e.g. md5(p.s) and you know p but need to find s, just switch them: use p as s and run it as md5(s.p). Same goes with hmac, just reverse k & d.
epixoip hashcat 10 10,557 05-02-2017, 04:06 PM
    Thread: How to check this is true password
Post: RE: How to check this is true password

RAR archives do not contain a password hash. Rather, the password supplied by the creator is passed through a password-based key derivation function, which is used to generate an encryption key. The R...
epixoip General Help 4 10,559 10-09-2014, 03:30 PM
    Thread: Custom algorithm
Post: RE: Custom algorithm

as unix-ninja suggested, use the source to find out how the hash is created.
epixoip General Help 4 10,563 06-28-2013, 06:35 AM
    Thread: new gpu!!
Post: RE: new gpu!!

i don't understand why people keep recommending the 295X. it is a very poor choice for hashcat. i would highly recommend the GTX 980. stay away from the GTX 780Ti, that's a waste of money.
epixoip Hardware 7 10,565 12-04-2014, 11:19 PM
    Thread: new gpu!!
Post: RE: new gpu!!

if you were going to do that, then why not just buy 3x 290X?
epixoip Hardware 7 10,565 12-04-2014, 11:38 PM
    Thread: new gpu!!
Post: RE: new gpu!!

take the speed of a single 290X and multiply it by 3
epixoip Hardware 7 10,565 12-05-2014, 03:18 AM
    Thread: Price for PW Audit
Post: RE: Price for PW Audit

ONE MILLION DOLLARS
epixoip General Talk 5 10,567 04-20-2015, 08:49 PM
    Thread: Problems with non-English hashes
Post: RE: Problems with non-English hashes

Encoding matters.
epixoip Old oclHashcat Support 8 10,622 01-02-2016, 12:05 AM
    Thread: Problems with non-English hashes
Post: RE: Problems with non-English hashes

Yes, it absolutely matters when using hex charset, as the same character with two different encodings likely have two different hex values. You need to figure out which encodings/codepages are used...
epixoip Old oclHashcat Support 8 10,622 01-02-2016, 01:09 AM
    Thread: Increasing MD5 GPU Utilization?
Post: RE: Increasing MD5 GPU Utilization?

kind of hard to explain, as this is one of those deep oclHashcat internals topics. but basically the mask is split into a left side (modifier) and a right side (base). the modifier loop is what runs o...
epixoip Old oclHashcat Support 6 10,641 05-12-2014, 09:01 AM