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: hashcat v3.6.0
Post: RE: hashcat v3.6.0

Benchmarks for 1080: Code: -- $ nvidia-smi | grep Driver | NVIDIA-SMI 375.66 Driver Version: 375.66 | $ uname -sm Linux x86_64 $ cat /etc/lsb-release | grep DE...
royce hashcat 6 26,344 06-09-2017, 06:14 PM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

The suspense is palpable.
royce Hardware 42 58,349 06-08-2017, 04:39 AM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

@NikosD, if you don't see Kabylake's Core i7 7700K results ... then generate them yourself, post them, and let the numbers speak for themselves. You continue to make claims that overall processor pe...
royce Hardware 42 58,349 06-06-2017, 06:01 PM
    Thread: truecrypt with unknown algorithm
Post: RE: truecrypt with unknown algorithm

There isn't an option to try all methods, because -- by design -- it is difficult to confirm which algorithms were used (other than by successfully mounting it or cracking it). The best you'll be a...
royce hashcat 2 3,236 06-06-2017, 02:43 PM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

OK, so to recap: * @NikosD stated that Ryzen 7 1800X "is the best mainstream CPU for everything, even cracking." * @epixoip specifically addressed hashing performance in his reply, by documenting h...
royce Hardware 42 58,349 06-05-2017, 06:01 PM
    Thread: PBKDF2-SHA512 (Hash type 7100) Command Syntax
Post: RE: PBKDF2-SHA512 (Hash type 7100) Command Syntax

Attack mode '0' (-a 0) is the "straight" / dictionary attack. Running Code: -- hashcat --help -- ... at the bottom, you'll see an example: Code: -- Wordlist | $P$ | hashcat -a 0 -m...
royce hashcat 1 3,143 06-05-2017, 07:29 AM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

If you're using your CPU for activities indirectly related to the actual cracking phase (like working with wordlists, etc.), then most CPUs are fine (faster and more cores are better, etc). But if ...
royce Hardware 42 58,349 06-05-2017, 12:46 AM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

To cross-check your methodology, consider creating a new KeePass volume with the same specifications and a known password, then try to crack that. :)
royce hashcat 8 6,754 06-04-2017, 09:07 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

Could you be more specific? :)
royce hashcat 8 6,754 06-04-2017, 06:59 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

If you're just using CPU, maybe try -D 1 ? More info here: https://hashcat.net/forum/thread-5566.html
royce hashcat 8 6,754 06-04-2017, 06:03 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

You cannot directly load the keepass file itself - you need to extract the hash to provide to hashcat.  John the Ripper's keepass2john or harmj0y's Python port of keepass2john (https://gist.github.c...
royce hashcat 8 6,754 06-04-2017, 04:45 PM
    Thread: special char in mask
Post: RE: special char in mask

On the (Windows?) command line, you'll need to handle differently any strings that contain an apostrophe ('). One of these may work: 1. Double quotes around the entire mask: Code: -- hashcat...
royce hashcat 2 3,317 06-04-2017, 06:34 AM
    Thread: Temperature limit on GPU
Post: RE: Temperature limit on GPU

Your GPU is getting too hot. Improve your cooling / airflow / thermals.
royce General Talk 4 8,309 06-02-2017, 11:01 PM
    Thread: Using for Axcrypt
Post: RE: Using for Axcrypt

You need to extract the Axcrypt hash, rather than feeding hashcat the entire file. https://github.com/Fist0urs/AxSuite
royce hashcat 10 11,238 05-30-2017, 08:59 PM
    Thread: New parameter: --nonce-error-corrections
Post: RE: New parameter: --nonce-error-corrections

For future searchers, note that later work (https://github.com/hashcat/hashcat/issues/1221) does incur a small performance penalty (perhaps in the 8-12% range?) at the previous default of 16 due to ad...
royce User Contributions 1 6,154 05-30-2017, 08:32 AM
    Thread: hashcat 3des against adobe?
Post: RE: hashcat 3des against adobe?

For future searchers, this issue was resolved and closed back in January 2017. https://hashcat.net/wiki/doku.php?id=example_hashes 14000 DES (PT = $salt, key = $pass) a28bc61d44bb815c:1172075784...
royce hashcat 5 7,992 05-25-2017, 04:52 PM
    Thread: * Device #1: This device's local mem size is too small.
Post: RE: * Device #1: This device's local mem size is t...

hashcat supports hardware that is supported by current drivers from the manufacturer. Once the manufacturer drops support for that hardware from the driver, hashcat support also ends.
royce hashcat 7 14,295 05-21-2017, 10:33 PM
    Thread: * Device #1: This device's local mem size is too small.
Post: RE: * Device #1: This device's local mem size is t...

I included the relevant portion of code. I just included the link the code for reference. Please read the thread that I also referenced.
royce hashcat 7 14,295 05-21-2017, 06:49 PM
    Thread: * Device #1: This device's local mem size is too small.
Post: RE: * Device #1: This device's local mem size is t...

Per: https://github.com/hashcat/hashcat/blob/master/src/opencl.c Code: -- if (device_local_mem_size < 32768)      {        event_log_error (hashcat_ctx, "* Device #%u: This device's local...
royce hashcat 7 14,295 05-21-2017, 05:00 PM
    Thread: Incremental Markov attacks
Post: RE: Incremental Markov attacks

Yes, in incremental mode, a length will be exhausted before the next length is started. Also, the Candidate progress display shows a range. It is normal for this to only change when another range i...
royce hashcat 1 3,377 05-16-2017, 06:06 PM