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: I'm using Windows - where does combinator.exe write out to?
Post: RE: I'm using Windows - where does combinator.exe ...

Use "combinator list1 list2 > wordlist.txt" to write to a file. works on windows, too.
atom hashcat 2 1,060 08-14-2019, 11:08 AM
    Thread: Why is the gtx 570 so much faster than gtx 460 with HC?
Post: RE: Why is the gtx 570 so much faster than gtx 460...

Crypto operations do not utilize instructions that require floating point operations (FLOPS).
atom hashcat 1 987 08-14-2019, 11:03 AM
    Thread: How to encrypt password with wpa2?
Post: RE: How to encrypt password with wpa2?

In philsmd example the string 'hashcatrocks' is the password. But please, stop using the word encrypt, it hurts.
atom hashcat 9 3,121 08-14-2019, 11:00 AM
    Thread: "Not enough allocatable device memory for this attack."
Post: RE: "Not enough allocatable device memory for this...

Just do not use -n, then hashcat will automatically find a value which is within the available GPU memory.
atom hashcat 2 1,888 06-22-2019, 04:16 PM
    Thread: Ryzen 5 2400G: Difference between Linux and Windows wrt -m 1800: Factor 3.5
Post: RE: Ryzen 5 2400G: Difference between Linux and Wi...

Fixed with latest beta
atom hashcat 8 3,106 06-22-2019, 04:10 PM
    Thread: Newbie Fury
Post: RE: Newbie Fury

Done: https://github.com/hashcat/hashcat/commit/2cda236a183576fc2ebd7c3384f076fae28e7884 New beta is available, too: https://hashcat.net/beta/
atom General Talk 4 2,605 06-22-2019, 04:07 PM
    Thread: Newbie Fury
Post: RE: Newbie Fury

This is a good hint. Since CPU do not have a real shared memory anyway we should remove this error detection for them. I'll update the code.
atom General Talk 4 2,605 06-22-2019, 03:54 PM
    Thread: CL_BUILD_PROGRAM_FAILURE
Post: RE: CL_BUILD_PROGRAM_FAILURE

Was already fixed with latest beta.
atom hashcat 1 1,647 06-22-2019, 03:52 PM
    Thread: Restore point stays at 0
Post: RE: Restore point stays at 0

Number of entries in the hashfile also has a big influence.
atom hashcat 3 1,749 06-22-2019, 03:51 PM
    Thread: Hashcat not cracking even though dictionary has the password (wifi wpa)
Post: RE: Hashcat not cracking even though dictionary ha...

It's an AMD driver problem. Nothing you can't do. But that's why we've add the self-test to make you aware. For some reason you disabled it.
atom hashcat 7 3,663 06-22-2019, 03:30 PM
    Thread: Hashcat drops speed
Post: RE: Hashcat drops speed

Some GUI automatically set some options which cause hashcat to not fully inform you about all events. Restart using only the hash and the wordlist with no other options and monitor the temperature. Ad...
atom hashcat 4 2,352 05-22-2019, 11:14 AM
    Thread: md5($salt.$pass) vs md5($pass.$salt) speeds
Post: RE: md5($salt.$pass) vs md5($pass.$salt) speeds

There's multiple reasons. The way how hashcat exploits some weakness in MD5 to get additional acceleration requires it to change only the first 4 bytes of the input data. Since this part is fixed (bec...
atom General Talk 2 1,725 05-22-2019, 11:09 AM
    Thread: showing different hashtypes
Post: RE: showing different hashtypes

Not possible with pure hashcat. You need to wrap a script around.
atom hashcat 1 1,123 05-22-2019, 11:01 AM
    Thread: I think it's easy!!
Post: RE: I think it's easy!!

Yes togglesX.rule for the upper/lower combinations and then in rule stacking mode using other ruleset for the prepending and appending. I think the rules/hybid/ are the ones you are looking for.
atom hashcat 5 2,539 05-22-2019, 10:57 AM
    Thread: Brain is much slower than expected
Post: RE: Brain is much slower than expected

The speed doesn't get higher with the brain.
atom hashcat 5 2,960 04-18-2019, 12:47 PM
    Thread: dictionary cache slow at building hashcat
Post: RE: dictionary cache slow at building hashcat

It's a big file.
atom hashcat 2 1,836 04-14-2019, 07:33 AM
    Thread: Vega64 clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY
Post: RE: Vega64 clCreateCommandQueue(): CL_OUT_OF_HOST...

Another try, did some change. Please retry with the latest beta from https://hashcat.net/beta/
atom hashcat 4 3,174 04-14-2019, 07:32 AM
    Thread: Is this a known and implemented algo?
Post: RE: Is this a known and implemented algo?

Like
atom hashcat 3 2,232 04-14-2019, 07:20 AM
    Thread: A couple of Qs about PMK
Post: RE: A couple of Qs about PMK

Most important: no defective handshakes
atom General Talk 4 2,789 04-14-2019, 07:18 AM
    Thread: 4-Way Handshake vs PMKID
Post: RE: 4-Way Handshake vs PMKID

The main time for computation is in the PBKDF2 (99.99999%, well not exactly but you get the point), not anything after that. Therefore anything after that PBKDF2 can be seen as almost not existent.
atom hashcat 14 9,420 04-05-2019, 04:53 PM