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 [desc]
    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: How to...
Post: RE: How to...

You first need to install an OpenCL runtime for your CPU. This is not part of hashcat.
atom General Talk 2 4,087 11-06-2016, 03:44 PM
    Thread: Runs 4-ever?
Post: RE: Runs 4-ever?

Should be fixed, new beta is up. Please test
atom Beta Tester 2 4,992 11-07-2016, 12:21 PM
    Thread: New Algorithm (hash) template
Post: RE: New Algorithm (hash) template

There's currently no documentation about how to do that. With latest version from github, it should be sufficient to add the host code to interface.c and the kernel in OpenCL/ Note this is very bet...
atom General Talk 3 4,366 11-07-2016, 12:24 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: target specific dictonary
Post: RE: target specific dictonary

There's rare info and rare tools for target specific word generation. Check out prince: https://hashcat.net/events/p14-trondheim/prince-attack.pdf
atom General Talk 2 4,275 11-09-2016, 11:35 PM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

It's still 112 bit then, I don't think so.
atom hashcat 8 8,424 11-09-2016, 11:38 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
    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: Per device tuning?
Post: RE: Per device tuning?

Not from the commandline, but you can do this by editing the hashcat.hctune
atom hashcat 3 3,727 11-10-2016, 05:37 PM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

I know, but even 80 bit would be too much
atom hashcat 8 8,424 11-10-2016, 05:39 PM
    Thread: problem finding 17 letter password with hashcat 3.10
Post: RE: problem finding 17 letter password with hashca...

Everything's fine, the mode 1800 is limited to 16 characters in hashcat, see here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_password_length PS: ...
atom hashcat 3 4,353 11-10-2016, 10:33 PM
    Thread: Per device tuning?
Post: RE: Per device tuning?

Not really, speed depends on attack-mode (and other stuff). You just need to use -a 3 to get the same speed, with a mask that's large enough to keep the GPU busy. See here for more info: https://hashc...
atom hashcat 3 3,727 11-10-2016, 10:35 PM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

You can expect ~10GH/s on a 1080.
atom hashcat 8 8,424 11-10-2016, 10:36 PM
    Thread: Very slow speed
Post: RE: Very slow speed

1. Do not confuse -d and -D, those are different options 2. To make use of all your devices, make sure to have the OpenCL runtime of all of them installed correctly
atom hashcat 16 21,605 11-11-2016, 11:14 AM
    Thread: OpenCL ICD, Windows 10, Intel CPU, Nvidia GPU, hashcat 3.10 (and beta)
Post: RE: OpenCL ICD, Windows 10, Intel CPU, Nvidia GPU,...

Update your driver on desktop
atom hashcat 2 9,205 11-11-2016, 11:15 AM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

You can use Msys2 to compile on windows. Works very good, I use it myself.
atom hashcat 8 8,424 11-11-2016, 09:15 PM
    Thread: problem finding 17 letter password with hashcat 3.10
Post: RE: problem finding 17 letter password with hashca...

Correct
atom hashcat 3 4,353 11-11-2016, 09:15 PM