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: Where to download old versions?
Post: RE: Where to download old versions?

cuda is faster with old gpus opencl is faster with new gpus
atom hashcat 6 4,958 08-21-2017, 04:42 PM
    Thread: Where to download old versions?
Post: RE: Where to download old versions?

It doesn't matter what you think, because this is not a subjective topic. Your GPU is over 4 years old and runs on the Kepler architecture, which is bad with OpenCL. To be exact, everything be...
atom hashcat 6 4,958 08-26-2017, 04:51 PM
    Thread: Distribute calculations and "verification" hashes
Post: RE: Distribute calculations and "verification" has...

hashcat and statsprocessor do not share the same algorithm
atom hashcat 6 6,261 08-26-2017, 04:53 PM
    Thread: Where to download old versions?
Post: RE: Where to download old versions?

That's not correct. Both languages compile into PTX first.
atom hashcat 6 4,958 08-31-2017, 10:06 AM
    Thread: Checkpoint not working in latest version or me being a noob?
Post: RE: Checkpoint not working in latest version or me...

This is a balance act! The more amplifiers (rules) the longer it takes to reach a checkpoint. The more salts you have the longer it takes to reach a checkpoint. If you use too less amplifiers, yo...
atom hashcat 6 6,012 10-01-2017, 11:25 AM
    Thread: rar and md5 hash code crack, reload......
Post: RE: rar and md5 hash code crack, reload......

You cannot have two different kernels running at the same time.
atom hashcat 6 6,269 11-02-2017, 11:48 AM
    Thread: rar and md5 hash code crack, reload......
Post: RE: rar and md5 hash code crack, reload......

You need to run hashcat twice, you can not have two hash modes at the same time.
atom hashcat 6 6,269 11-06-2017, 02:40 PM
    Thread: rar and md5 hash code crack, reload......
Post: RE: rar and md5 hash code crack, reload......

It's two different OpenCL kernels, memory allocations, etc.
atom hashcat 6 6,269 11-07-2017, 11:08 AM
    Thread: proper use of increment option
Post: RE: proper use of increment option

The "min-max" options are used for the mask, therefore looks good to me (since WPA is also limited to a min of 8).
atom hashcat 6 17,940 11-26-2017, 10:10 AM
    Thread: DES decryption
Post: RE: DES decryption

You have to white out the bits of the unknown bytes in the OpenCL kernel. Make sure to white out the correct bits (the ones before the final permution. After that expect tons of false positives.
atom General Talk 6 8,305 01-10-2018, 01:27 PM
    Thread: DES decryption
Post: RE: DES decryption

I think you mean with candidates only those who crack the hash because of the truncation. In that case you want --keep-guessing
atom General Talk 6 8,305 02-07-2018, 07:14 PM
    Thread: rules file support in attack mode 3
Post: RE: rules file support in attack mode 3

You can run two instances of hashcat and pipe the output of the first as input to the second while using the prepend rules on the first and the append rules on the second.
atom hashcat 6 5,814 02-13-2018, 10:39 AM
    Thread: Can't find OclHashCat Download Link ?
Post: RE: Can't find OclHashCat Download Link ?

oclHashcat is outdated, use hashcat
atom hashcat 6 5,710 02-21-2018, 01:05 AM
    Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed

Note that you can still have full cracking speed even with a static prefix mask for slow hashes like WPA by using a pipe. Full speed test: Code: -- root@ht:~/hashcat# ./hashcat -b -m 2500 ... Sp...
atom hashcat 6 3,903 06-16-2018, 02:10 PM
    Thread: Mix of single and multi byte in wordlist
Post: RE: Mix of single and multi byte in wordlist

You can add utf-8 german umlauts by using two function calls: Quote: -- root@ht:~/hashcat# cat rule $\xc3 $\xa4 root@ht:~/hashcat# echo test | ./hashcat --stdout -r rule testä --
atom hashcat 6 4,579 06-24-2018, 03:27 PM
    Thread: Mix of single and multi byte in wordlist
Post: RE: Mix of single and multi byte in wordlist

From technical perspective there's no problem with utf8 used with PBKDF2 (the KDF of WPA/WPA2). The same goes with passwords < length 8. If a client or AP ignores the policies from WPA on passwords it...
atom hashcat 6 4,579 06-28-2018, 04:42 PM
    Thread: New SHA2 meet-in-the-middle optimization
Post: RE: New SHA2 meet-in-the-middle optimization

I don't see any relation between this optimization and cracking a length 62 password. Is this thread stealing attempt?
atom hashcat 6 9,537 07-22-2018, 11:45 AM
    Thread: Easy password with runic
Post: RE: Easy password with runic

You can also use --hex-charset to fine-tune the search space
atom hashcat 6 3,550 07-28-2018, 04:52 PM
    Thread: Low utilization with multi GPU
Post: RE: Low utilization with multi GPU

Benchmark numbers look fine, you probably do not feed your GPU with enough workload on the base. Try running in -a 3 mode.
atom hashcat 6 4,198 08-14-2018, 05:23 PM
    Thread: AMD rx480
Post: RE: AMD rx480

The rx480 is working fine. I know because I own one myself.
atom hashcat 6 3,192 02-20-2019, 08:46 AM