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 [desc] Forum Replies Views Posted
    Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update

No, 17.20 is fine, go use it
atom General Talk 35 48,975 07-06-2017, 09:35 PM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

Sorry I didn't want to interrupt this thread, but as you commented about the hashcat code there's no way to ignore. You're absolutely right when you say that the hashcat code is optimized for Intel...
atom Hardware 42 58,349 07-10-2017, 10:21 PM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

If you want to crack a bootable crypted partition, please re-read the section about it in the link I posted. The details are listed inside. Here's maybe more help: https://hashcat.net/forum/thread...
atom hashcat 10 26,762 07-15-2017, 12:42 PM
    Thread: CUDA?
Post: RE: CUDA?

That's right, hashcat no longer uses CUDA, but OpenCL. There's some speed drop caused by OpenCL but in Hashcat we can either avoid it by doing some workaround in the code (which requires SM >= 50) or ...
atom hashcat 3 13,478 07-15-2017, 12:49 PM
    Thread: Location of TrueCrypt Hidden OS Header
Post: RE: Location of TrueCrypt Hidden OS Header

As said in the description, a hidden OS requires another partition on the disc. It's probably the first 512 byte of that second partition or the 512 byte of sector 62 of that disc. Should be easy to f...
atom hashcat 7 7,597 07-15-2017, 01:01 PM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

That's exactly what to expect: all weird symbols. On the other hand, if you ever had something like "veracrypt bootloader" in your header, then this was an invalid header that you should not be able t...
atom hashcat 10 26,762 07-16-2017, 01:19 PM
    Thread: CUDA?
Post: RE: CUDA?

From a technical perspective and for our use-case OpenCL is clearly superior to CUDA. The problem is more like a political one. NV (being the current leader in producing hardware practical for passwor...
atom hashcat 3 13,478 07-16-2017, 01:41 PM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

Because older version performed slower. That means you'd need to update the old benchmarks, too.
atom Hardware 42 58,349 07-21-2017, 10:45 AM
    Thread: Problems for crack Office2013
Post: RE: Problems for crack Office2013

Please retry with latest beta from hashcat.net/beta it has a self-test functionality of the drivers/device used. If it doesn't complain on startup, your password is invalid.
atom hashcat 7 8,410 07-21-2017, 10:46 AM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

Don't mix in latest github version benchmarks. I've optimized the code to better perform on CPUs, so comparison would be invalid.
atom Hardware 42 58,349 07-19-2017, 05:04 PM
    Thread: Checkpoint not working in latest version or me being a noob?
Post: RE: Checkpoint not working in latest version or me...

The time it takes depends on the number of amplifiers being used, in this case the rules and also the number of non-unique salts. Both can have a large impact on the time it takes. So I guess with 30k...
atom hashcat 6 6,012 07-28-2017, 01:13 PM
    Thread: Piping speed
Post: RE: Piping speed

The piping is not the slow part, the absence of amplifier is. If you add rules for examples, it speed will increase again, but it will take more time. Doesn't really make sense if you use MP just to b...
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,129 07-28-2017, 01:15 PM
    Thread: Gpu renting?
Post: RE: Gpu renting?

Wondering if we should ban such advertisements here. FTR, none of the services listed here is associated with hashcat.
atom User Contributions 6 9,959 07-28-2017, 01:17 PM
    Thread: Support for layered hashes?
Post: RE: Support for layered hashes?

That doesn't work for salted hashes, that's the reason hashes are salted. With each different salt, the output hash is a different one for the same input.
atom hashcat 1 2,147 07-28-2017, 01:19 PM
    Thread: Is hashcat able to utilize the cores in a Xeon PHI ?
Post: RE: Is hashcat able to utilize the cores in a Xeon...

There's a limit to 128 devices per instance, but I can simply increase this in the sourcecode without the need of changing anything else. This is mostly related to memory allocations. It should be ...
atom Hardware 2 3,274 07-28-2017, 01:24 PM
    Thread: Problems for crack Office2013
Post: RE: Problems for crack Office2013

If the self-test failed it's a driver problem, otherwise it would fail for everyone. Vendors started to abandon their old products for use with OpenCL in latest drivers. Drop the 7970, buy some recent...
atom hashcat 7 8,410 07-28-2017, 01:29 PM
    Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes

Please retry with hashcat v3.6.0 release version
atom hashcat 22 17,111 07-28-2017, 01:32 PM
    Thread: Piping speed
Post: RE: Piping speed

Yes, if you want to get full speed. However, hashcat can not do -r as how MP is doing it. Here's an article on amplifier: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_creat...
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,129 07-29-2017, 04:54 PM
    Thread: Problems for crack Office2013
Post: RE: Problems for crack Office2013

In 3.10 there was no self-test implemented, therefore there's no such error message.
atom hashcat 7 8,410 07-29-2017, 04:55 PM
    Thread: Checkpoint not working in latest version or me being a noob?
Post: RE: Checkpoint not working in latest version or me...

Right, that's basically the best way to use hashcat in every case. If possible: For slow hashes try to hold the amplifier around 50-500 amplifier and for fast hashes 500-5000. Shift more data to th...
atom hashcat 6 6,012 07-29-2017, 04:59 PM