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: mode 11600 (7z) not working?
Post: RE: mode 11600 (7z) not working?

I can reproduce this on my local setup, but this is the wrong place to report. Please post an issue on github.
atom hashcat 1 3,203 09-08-2016, 08:10 AM
    Thread: Nvidia memory utilization.
Post: RE: Nvidia memory utilization.

The 1/4 memory limit is because of OpenCL, which has some weird memory allocation rule. According to their specs: "Max size of memory object allocation in bytes. The minimum value is max (1/4th of CL_...
atom hashcat 1 4,312 09-08-2016, 08:18 AM
    Thread: Cosmetic Bug?
Post: RE: Cosmetic Bug?

It depends largely on xorg.conf. Hashcat doesn't do any reordering, it takes it 1:1 as it comes from the runtime.
atom hashcat 1 3,204 09-10-2016, 10:02 AM
    Thread: Attack succeeds with brute-force, but same attack fails with dictionary
Post: RE: Attack succeeds with brute-force, but same att...

I can reproduce this locally, please open a github issue
atom hashcat 1 3,338 09-16-2016, 09:03 AM
    Thread: ERROR: clCreateContext(): CL_OUT_OF_RESOURCES
Post: RE: ERROR: clCreateContext(): CL_OUT_OF_RESOURCES

Please rebuild your xorg.conf
atom hashcat 1 3,864 09-27-2016, 03:00 PM
    Thread: Is dictionary file masking being removed?
Post: RE: Is dictionary file masking being removed?

No it should work. Probably related to refactoring, please open a github issue otherwise it's forgotten.
atom hashcat 1 2,756 09-27-2016, 03:02 PM
    Thread: Seeking help with slow hashing speeds
Post: RE: Seeking help with slow hashing speeds

The 170 kH/s sounds about right for WPA with a GTX970. Not sure where you got the 10.5 MH/s from, but not from WPA. To test it, run: hashcat32.exe -b -m 2500 And of course it takes longer if you us...
atom hashcat 1 2,621 10-01-2016, 08:58 AM
    Thread: Can't get hashcat 3.x to use my Radeon 5970
Post: RE: Can't get hashcat 3.x to use my Radeon 5970

Please update your GPU to a more modern one. AMD dropped support for 5xxx and 6xxx series long time ago.
atom hashcat 1 3,761 10-07-2016, 02:29 PM
    Thread: need help with cracking sha1 hash
Post: RE: need help with cracking sha1 hash

The hash sha1($salt.sha1($salt.sha1($pass))) is not supported.
atom General Talk 1 2,923 10-10-2016, 05:08 PM
    Thread: confusion in example list
Post: RE: confusion in example list

No?
atom hashcat 1 2,660 10-21-2016, 06:59 PM
    Thread: Iterated hash
Post: RE: Iterated hash

You can't, because iteration (as well as salted) are somehow too unprecise to map it to code. Therefore, there can't be any generic hash-mode for this. This is the way to go for you: https://hashca...
atom General Talk 1 2,939 10-25-2016, 10:57 AM
    Thread: (null): No such file or directory
Post: RE: (null): No such file or directory

Problem is, this only occurs with Apple systems. Since I don't have any Apple system I can't reproduce this. There's a github issue for this, hence I'm closing the thread on here: https://github.com/h...
atom hashcat 1 3,556 10-25-2016, 10:59 AM
    Thread: hashcat isn't doing anything?
Post: RE: hashcat isn't doing anything?

You can try using CPU only by using the -D 1 switch. This will disable the GPU, which seems to have problems with your installation.
atom hashcat 1 2,956 10-30-2016, 03:30 PM
    Thread: 40bit decryption, pls help me to understand!
Post: RE: 40bit decryption, pls help me to understand!

No, you need the source code or reverse engineer the algorithm from the binary.
atom hashcat 1 2,543 10-31-2016, 01:58 PM
    Thread: Triple SHA1
Post: RE: Triple SHA1

No, this requires a special kernel. See here how to request: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this
atom hashcat 1 2,642 11-03-2016, 12:06 AM
    Thread: Candidates
Post: RE: Candidates

Because if the autotuned -u value is smaller than the total number of rules the innerloop has to be called N times. If the ruleset is only a low number above the -u value then you would see the '9' fo...
atom Beta Tester 1 4,792 11-03-2016, 01:11 AM
    Thread: hashcat-3.10/OpenCL/amp_a100.cl: No such file or directory
Post: RE: hashcat-3.10/OpenCL/amp_a100.cl: No such file ...

There's no -a 2 in hashcat v3.10, just remove that
atom hashcat 1 4,139 11-04-2016, 08:50 AM
    Thread: SHA 256 $salt.$pass.$salt
Post: RE: SHA 256 $salt.$pass.$salt

Hashcat does not support it. See this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this
atom hashcat 1 2,735 11-06-2016, 03:39 PM
    Thread: Any advantage to providing multiple sample hashes?
Post: RE: Any advantage to providing multiple sample has...

No, it just makes it slower. Ideally use only one
atom General Talk 1 3,006 11-06-2016, 03:39 PM
    Thread: autotuning
Post: RE: autotuning

Convered here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed
atom hashcat 1 2,640 11-09-2016, 11:39 PM