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: Computer Keeps Freezing...
Post: RE: Computer Keeps Freezing...

I would dig the PSU/GPU stability way. Either of them can't take the pressure.
Rolf Old oclHashcat Support 6 9,866 03-12-2015, 01:23 PM
    Thread: Problems downloading oclHashcat
Post: RE: Problems downloading oclHashcat

I had this issue before, when hashcat's hoster was under serious DDoS: the connection wasn't dropped permanently, but rather paused for several minutes, after which everything was fine. However, now ...
Rolf General Help 5 7,165 03-10-2015, 09:01 AM
    Thread: remove un-needed kernels.
Post: RE: remove un-needed kernels.

Wrote a quick wiki article (https://hashcat.net/wiki/doku.php?id=how_to_make_your_cat_lose_weight_in_four_easy_steps). It's not finished.
Rolf Old oclHashcat Support 3 6,106 03-09-2015, 12:06 PM
    Thread: remove un-needed kernels.
Post: RE: remove un-needed kernels.

Glad you asked. I've been using the attached batch script to remove everything obsolete from the kernels folder for my config, which is Win 64 bit + sm_35 GPU (GTX Titan). This page (https://en.wikipe...
Rolf Old oclHashcat Support 3 6,106 03-09-2015, 10:44 AM
    Thread: Hashcat randomly stops
Post: RE: Hashcat randomly stops

Neither can I. Closed.
Rolf Old oclHashcat Support 6 10,657 03-02-2015, 12:06 PM
    Thread: [.Net 4.5] Leukocyte_GUI_for_oclHashcat (GUI wrapper)
Post: RE: [.Net 4.5] Leukocyte_GUI_for_oclHashcat (GUI w...

Gave it a go, program reported cracking complete but that was impossible (because of the keyspace). Looks like there are still some bugs present. Apart from that, love the simple interface (open sou...
Rolf User Contributions 19 35,840 02-27-2015, 01:36 PM
    Thread: Fastest Nvidia driver for hash cracking?
Post: RE: Fastest Nvidia driver for hash cracking?

The trend is a good observation, it depends on the CUDA toolkit used for compilation of oclhc too. Anyways, I personally use some stable forceware (347.25) and don't bother updating it unless new ocl...
Rolf Old oclHashcat Support 3 7,002 02-27-2015, 01:11 PM
    Thread: md5stress on Windows with Nvidia?
Post: RE: md5stress on Windows with Nvidia?

Something's wrong with your setup, it works fine here. Code: -- >md5stress64.exe 8 initializing random seed... initializing opencl... generating 71680 new random passwords + hashes... Iteration: 0 ...
Rolf hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 7,608 02-25-2015, 01:17 PM
    Thread: Proper method to extract the hash from a PDF file?
Post: RE: Proper method to extract the hash from a PDF f...

Good stuff, I ran into the same issues when benchmarking the new release.
Rolf Old oclHashcat Support 11 43,597 02-21-2015, 09:59 AM
    Thread: A Difficult Salting Method
Post: RE: A Difficult Salting Method

Technically, you're dealing with a sha-512($salt1.$pass.$salt2), where $salt2 = $salt2.len($pass); it's just a number appended to salt2. You'll have to filter your dictionaries / keyspace to a certai...
Rolf General Help 4 6,227 02-21-2015, 09:49 AM
    Thread: Third-party utility: analyze_hccap
Post: RE: Third-party utility: analyze_hccap

Looking good! https://s29.postimg.org/r7peybjib/Untitled_1.jpg (https://postimg.org/image/r7peybjib/)
Rolf User Contributions 3 7,990 01-28-2015, 03:37 PM
    Thread: Third-party utility: analyze_hc_restore
Post: RE: Third-party utility: analyze_hc_restore

I find this tool quite useful for long runs or if I'm up to no good and want to do some shenanigans to the restore file.
Rolf User Contributions 3 7,403 01-28-2015, 12:18 PM
    Thread: hashcat v0.49
Post: RE: hashcat v0.49

v0.49 AVX2 finally beats old 32 bit hashcat(0.35, dated 08.08.2010) in descrypt mode: 6M vs 4.35M [p/s]. Yay, good job! Though I'm sure there's room for improvement.
Rolf Old hashcat Announcements 22 55,978 01-26-2015, 09:20 PM
    Thread: Who hashcat code source v0.48 for me please?
Post: RE: Who hashcat code source v0.48 for me please?

Even though hashcat is free software, it's not open source. This may or may not change at some point in the future. Closed.
Rolf Old hashcat Support 4 7,186 12-11-2014, 10:08 AM
    Thread: ERROR: cuModuleLoad() 209 - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 1.0.9 - cudahashcat-1.3.1 - newb
Post: RE: ERROR: cuModuleLoad() 209 - The-Distribution-W...

Jolly good!
Rolf Old oclHashcat Support 2 5,162 12-09-2014, 09:45 PM
    Thread: Building a cracking password infrastructure
Post: RE: Building a cracking password infrastructure

If your deadline is flexible, you could wait. NV promised to release a high-end Maxwell Q4 2014 (seems more like Christmas sales 2014). Some sources say it will beat GTX 980 in performance-per-watt ...
Rolf Hardware 6 16,245 11-27-2014, 10:26 PM
    Thread: fast at 7 charaters -> slow at 8
Post: RE: fast at 7 charaters -> slow at 8

Yes. On windows, do "copy /b file1.hccap+file2.hccap+file3.hccap+... combined.hccap" and then feed this file to oclhc.
Rolf Old oclHashcat Support 5 7,706 11-27-2014, 03:51 PM
    Thread: fast at 7 charaters -> slow at 8
Post: RE: fast at 7 charaters -> slow at 8

Why are you piping output to oclhc when it has a built-in password generator? Try this: Code: -- C:\Hacking\oclHashcat-1.31>oclHashcat32 -m 2500 -1 dABCDEF D:\Handshakes\84-9C-A6-2D-71-90_handshake...
Rolf Old oclHashcat Support 5 7,706 11-27-2014, 02:24 PM
    Thread: Crypto ransomware
Post: RE: Crypto ransomware

If the 2048 bit private/public keys were generated with secure recommendations in mind (resistance to Fermat's etc.), then there's nothing we can do without quantum computers. And no, NFS has nothi...
Rolf General Help 2 5,795 11-24-2014, 03:33 PM
    Thread: Octofire?
Post: RE: Octofire?

Crossfire is a technology for rendering graphics in games, it has nothing to do with OpenCL computations. Oclhashcat can and will utilize all available GPUs, easily. And the only thing that may stop...
Rolf Hardware 12 19,256 11-24-2014, 11:20 AM