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 [desc] Author Forum Replies Views Posted
    Thread: Yet another "Which Card" newbie question
Post: RE: Yet another "Which Card" newbie question

FWIW, this is what I did, hardware-wise: https://roycebits.blogspot.com/2015/08/no-sense-in-wasting-heat-and-air.html And here are some performance benchmarks for descrypt (but they are useful for ...
royce Hardware 4 6,798 11-25-2015, 09:20 AM
    Thread: Yet another "Which Card" newbie question
Post: RE: Yet another "Which Card" newbie question

Also note that upcoming 1.38 release of hashcat has *significantly* better descrypt and LM performance, if those are of interest to you.
royce Hardware 4 6,798 11-25-2015, 09:22 AM
    Thread: zlib on GPU
Post: RE: zlib on GPU

This appears to not be a hashcat / hashing -related question.
royce General Talk 1 2,892 11-19-2017, 02:54 AM
    Thread: [ANSWERED] New user, custom brute force help
Post: RE: [ANSWERED] New user, custom brute force help

Yep, that happens automatically - state is saved periodically to a restore file, and you use --restore to restore.
royce hashcat 16 9,774 05-14-2018, 12:59 AM
    Thread: [Benchmark] MSI GTX 1080 Gaming
Post: RE: [Benchmark] MSI GTX 1080 Gaming

Thanks for the benchmark!
royce Hardware 1 5,181 11-19-2017, 03:23 AM
    Thread: [New User] Unlocking excel file-failed to parse hashes
Post: RE: [New User] Unlocking excel file-failed to pars...

Sounds like the hash isn't in the expected format. If you try the exact same attack on the example 9700 hash here: https://hashcat.net/wiki/doku.php?id=example_hashes ... does your attack work? ...
royce hashcat 2 2,502 05-24-2018, 03:06 PM
    Thread: [PrinceProcessor] Trying to change --pw-max
Post: RE: [PrinceProcessor] Trying to change --pw-max

Modify the source. Code: -- --- pp.c-dist 2019-01-14 21:33:46.443328919 -0900 +++ pp.c 2019-09-22 07:25:16.660698312 -0800 @@ -27,9 +27,9 @@ #define IN_LEN_MIN 1 #define IN_LEN_MAX ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 2,080 09-22-2019, 05:17 PM
    Thread: [PrinceProcessor] Trying to change --pw-max
Post: RE: [PrinceProcessor] Trying to change --pw-max

Yeah, the startup time is non-trivial for sure. A big value of PRINCE is in keeping "state" about which words appear most frequently (based on their order in the original wordlist). So if that's not i...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 2,080 09-22-2019, 08:05 PM
    Thread: [sha256] Hash inside a hash
Post: RE: [sha256] Hash inside a hash

If it's the case that it's sha256(sha256(pass)), trying to discover that original 'pass' string is much more efficient. hashcat doesn't support that specific combo, but other tools (John the Ripper...
royce hashcat 5 3,758 11-29-2017, 02:36 AM
    Thread: [sha256] Hash inside a hash
Post: RE: [sha256] Hash inside a hash

If the first sha256 was based on a shorter, less random string, you're far better off attacking that, and then just running sha256 on it. :) But if the first sha256 is of something large or random,...
royce hashcat 5 3,758 11-29-2017, 02:49 AM
    Thread: [solved sort of] Some Rules questions with doubling and shifting.
Post: RE: [solved sort of] Some Rules questions with dou...

This is sort of interesting. I haven't used John's rules enough to have been familiar with the S rule! I see that it's not implemented in hashcat. Requesting that via a hashcat GitHub issue might b...
royce hashcat 4 3,841 01-26-2018, 08:13 AM
    Thread: [solved sort of] Some Rules questions with doubling and shifting.
Post: RE: [solved sort of] Some Rules questions with dou...

Tying in the issue for the thread: https://github.com/hashcat/hashcat/issues/1502
royce hashcat 4 3,841 01-31-2018, 05:41 AM
    Thread: [Spanish] Hashcat - Hash Type Manual
Post: RE: [Spanish] Hashcat - Hash Type Manual

To clarify this is a hashcat manual of sorts, in Spanish. Cool, thanks!
royce General Talk 1 4,393 11-19-2017, 03:08 AM
    Thread: truncating passwords instead of rejecting them
Post: truncating passwords instead of rejecting them

In this 2011 thread: https://hashcat.net/forum/thread-698.html ... someone asked about "wordlist clipping" - being able to truncate passwords instead of rejecting them. The suggestion at the t...
royce Old oclHashcat Support 6 10,382 01-14-2015, 09:20 PM