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: Is AMD FX-9590 worth it to get or just get a FX-8350?
Post: RE: Is AMD FX-9590 worth it to get or just get a F...

That's your decision. I just know that cheap = expensive, especially when it comes to password cracking.
atom Hardware 5 7,032 09-01-2016, 04:26 PM
    Thread: pipe hashes through stdout?
Post: RE: pipe hashes through stdout?

You can use tools/test.pl in passthrough mode to generate hashes. However the tool is designed for unit-tests, not to run fast. If you want to print out hashes calculated that makes sense only for ...
atom hashcat 5 7,620 09-05-2016, 09:40 AM
    Thread: pipe hashes through stdout?
Post: RE: pipe hashes through stdout?

Yes, that will not give you nearly the performance you can get out of hashcat. Read this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#does_the_pci-express_speed_have_any_influence_...
atom hashcat 5 7,620 09-08-2016, 08:07 AM
    Thread: Can you please tell what is this error ?
Post: RE: Can you please tell what is this error ?

Your GPU is out of date, AMD dropped support for OpenCL from their driver. You need to buy new GPU. Your CPU could work, with some luck, but you need to install Intels OpenCL runtime.
atom hashcat 5 6,256 09-10-2016, 10:08 AM
    Thread: Implementing new algorithm questions
Post: RE: Implementing new algorithm questions

> pws[gid].i[0] No, "i" is an array of u32 values. As most hashes are processed as 32 bit integers (not 8 bit chars) it faster this way. You just have to make sure to handle the endianess of the al...
atom hashcat 5 7,267 10-06-2016, 05:45 PM
    Thread: Implementing new algorithm questions
Post: RE: Implementing new algorithm questions

> If my results say the digest is 100% recovered but status is "Exhausted" instead of "Cracked" It should automatically do that. If not you do not have all the loaded hashes cracked. Maybe you mark...
atom hashcat 5 7,267 10-06-2016, 05:46 PM
    Thread: Implementing new algorithm questions
Post: RE: Implementing new algorithm questions

I'm closing this to avoid confusion. Discussion was continued here: https://github.com/hashcat/hashcat/issues/524
atom hashcat 5 7,267 10-07-2016, 02:24 PM
    Thread: CL Build Failure
Post: RE: CL Build Failure

It's a bug in latest AMD drivers (amd-gpu-pro). I've added a workaround to the latest hashcat version on GitHub.
atom hashcat 5 10,125 10-25-2016, 11:03 AM
    Thread: CL Build Failure
Post: RE: CL Build Failure

You can also use precompiled betas from here: https://hashcat.net/beta/
atom hashcat 5 10,125 10-26-2016, 02:18 PM
    Thread: Hashcat does't see my CPU
Post: RE: Hashcat does't see my CPU

I'm not 100% certain, but I think there's no standalone CPU OpenCL runtime from AMD. It was always bundled with the GPU driver. The one you linked seem outdated
atom Hardware 5 7,143 10-31-2016, 01:56 PM
    Thread: Using hashcat with CUDA Toolkit 8.0 installed.
Post: RE: Using hashcat with CUDA Toolkit 8.0 installed.

Can you run any other OpenCL application?
atom hashcat 5 6,057 11-04-2016, 08:56 AM
    Thread: Using hashcat with CUDA Toolkit 8.0 installed.
Post: RE: Using hashcat with CUDA Toolkit 8.0 installed.

If clCreateContext() usually does not fail. It's a very first step to initialize the OpenCL runtime. I'd guess the P100-PCIE-16GB does not support OpenCL correctly or the driver, but this is not a has...
atom hashcat 5 6,057 11-06-2016, 03:42 PM
    Thread: Problem executing hashcat
Post: RE: Problem executing hashcat

Try with latest beta: https://hashcat.net/beta/
atom hashcat 5 10,654 11-06-2016, 03:43 PM
    Thread: hashcat 2.01 vs 3.1
Post: RE: hashcat 2.01 vs 3.1

You can try with --opencl-vector-width 1 or 2 or 4, see if it changes anything
atom General Talk 5 6,505 11-09-2016, 11:31 PM
    Thread: error exectuing in Ubuntu16.06
Post: RE: error exectuing in Ubuntu16.06

Do you know what you're doing? -a 1 required 2 wordlists
atom hashcat 5 7,643 11-09-2016, 11:40 PM
    Thread: Problem executing hashcat
Post: RE: Problem executing hashcat

-m 2500 has a password minimum requirement of 8, but your mask only create 4, add 4 more ?a and see what happens
atom hashcat 5 10,654 11-09-2016, 11:42 PM
    Thread: Problem executing hashcat
Post: RE: Problem executing hashcat

Something is broken with your setup. Try with latest hashcat beta, it has some good checks for opencl installation. You can find it here: https://hashcat.net/beta/
atom hashcat 5 10,654 11-11-2016, 09:16 PM
    Thread: error exectuing in Ubuntu16.06
Post: RE: error exectuing in Ubuntu16.06

What is the password? Does it match the mask: ?a?a?a ?
atom hashcat 5 7,643 11-15-2016, 07:12 PM
    Thread: How can I install Intel OpenCL Runtime 16.1?
Post: RE: How can I install Intel OpenCL Runtime 16.1?

Did you make sure the CPU is supported with Intel OpenCL runtime?
atom Hardware 5 7,738 11-15-2016, 07:18 PM
    Thread: How can I install Intel OpenCL Runtime 16.1?
Post: RE: How can I install Intel OpenCL Runtime 16.1?

https://software.intel.com/en-us/forums/opencl/topic/606915 OpenCL for Atom CPU is not supported by Intel
atom Hardware 5 7,738 11-16-2016, 05:10 PM