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 [asc] Author Forum Replies Views Posted
    Thread: Pkzip Format Error
Post: RE: Pkzip Format Error

no, that is not true. example hashes are here: https://hashcat.net/wiki/example_hashes (or use -m 17220 --example-hashes) the current max length is mentioned here: https://github.com/hashcat/hashc...
philsmd hashcat 4 3,554 11-13-2019, 12:30 PM
    Thread: Pkzip Format Error
Post: RE: Pkzip Format Error

~ 3.5 MB is GREATER than 320 KB it is as easy as this. it's not supported What do you mean by "same error". I only told you that the limit is 320 KB (I didn't tell you that about 4 MB are supporte...
philsmd hashcat 4 3,554 11-16-2019, 01:38 PM
    Thread: Performance increasing relative to variation
Post: RE: Performance increasing relative to variation

First of all, it seems that you are using the wrong hash mode, i.e. the algorithm is (or at least seems to be) salted MD5 e.g. -m 10 = md5 ($pass . $salt) and not raw-md5 (-m 0 = MD5). The speed diff...
philsmd Old oclHashcat Support 3 5,725 03-06-2016, 10:31 AM
    Thread: Performance increasing relative to variation
Post: RE: Performance increasing relative to variation

Todeskuss Wrote: (03-08-2016, 01:54 AM) -- 0.9:c0XXXX906aXXXXc1XXcdXX0bXXXXf4XX -- This just confirms that you are not familiar with the very basics of oclHashcat/hashcat and are not willing to lear...
philsmd Old oclHashcat Support 3 5,725 03-08-2016, 10:31 AM
    Thread: Performance difference Win 7 vs Win 10?
Post: RE: Performance difference Win 7 vs Win 10?

You should be more specific about what you are trying to run. ... or are you talking about just benchmarking with -b ? If you do not just run "hashcat -b", but some other types of attack, e.g. w...
philsmd hashcat 3 3,726 09-16-2017, 09:38 AM
    Thread: Performance breack down 70%
Post: RE: Performance breack down 70%

disk speed doesn't matter for -a 3 (except if you are really swapping, that would be performance killer, but you should be able to monitor the disk activity very easily on each and every operating sys...
philsmd Hardware 4 1,791 12-24-2019, 11:46 AM
    Thread: Performace Loss Numbers
Post: RE: Performace Loss Numbers

Awesome news, thx atom!!!
philsmd Beta Tester 14 13,024 06-10-2013, 11:09 PM
    Thread: PDF Hash
Post: RE: PDF Hash

the file named test.hash must exist within your file system and the path to that file must be correct. Hashcat can't find your file
philsmd hashcat 9 6,365 08-08-2018, 11:46 AM
    Thread: PDF (Standard V1.3 40-bit RC4) Salt-value exception
Post: RE: PDF (Standard V1.3 40-bit RC4) Salt-value exce...

I think it should be -m 10400 = PDF 1.1 - 1.3 (Acrobat 2 - 4) but your hash starts with $pdf$1*3* and only V == 1 and R == 2 is allowd by the parser. Remember that you should never post hashes on ...
philsmd hashcat 2 2,380 12-03-2018, 02:17 PM
    Thread: PBKDF2-SHA256 Signature unmatched error
Post: RE: PBKDF2-SHA256 Signature unmatched error

hashcat expects this format: https://hashcat.net/wiki/doku.php?id=example_hashes (search for 10900) "sha256", ":", iterations, ":", base64 salt, ":", base64 digest both salt and the "hash" (dige...
philsmd hashcat 5 5,467 10-03-2018, 07:58 PM
    Thread: PBKDF2-SHA256 Signature unmatched error
Post: RE: PBKDF2-SHA256 Signature unmatched error

you probably didn't convert them correcly. You must assume that it's your fault first... and troubleshoot the ones that do not work... only if you are 100% sure that the hashes are correct and the ha...
philsmd hashcat 5 5,467 10-04-2018, 11:44 AM
    Thread: PBKDF2-HMAC-SHA256
Post: RE: PBKDF2-HMAC-SHA256

it's written in the document you linked: https://perlmaven.com/storing-passwords-in-a-an-easy-but-secure-way -> https://metacpan.org/pod/Crypt::PBKDF2 -> "the number of iterations encoded with MIME::B...
philsmd hashcat 2 702 05-03-2020, 11:37 AM
    Thread: PBKDF2 new format hash
Post: RE: PBKDF2 new format hash

Why do you not write your comments on trac directly? What regards the trac ticket, I was asking for more details and where this hash type is being used (common CMS, other software etc) but we didn't ...
philsmd User Contributions 3 9,610 01-21-2015, 10:02 AM
    Thread: PBKDF2 new format hash
Post: RE: PBKDF2 new format hash

Thanks for the links. But please (as said) stick to the ticket https://hashcat.net/trac/ticket/256 , otherwise we need to cross-post everything and devs need to look for the required information on...
philsmd User Contributions 3 9,610 01-23-2015, 11:57 AM
    Thread: PBKDF2 HMAC SHA512
Post: RE: PBKDF2 HMAC SHA512

@wrigglingears, @undeath: why are you both claiming that there are no generic PBKDF2-HMAC-* hashing algorithms implemented ? It is both stated here https://hashcat.net/forum/thread-4614.html and here...
philsmd Old oclHashcat Support 7 11,915 12-01-2015, 07:28 PM
    Thread: PBKDF2 and SHA-1 question
Post: RE: PBKDF2 and SHA-1 question

https://github.com/hashcat/hashcat/blob/773dab91616df1088b5887623547ab2bde80d9ba/tools/test_modules/m16800.pm#L40-L58 256 bits are 32 bytes (32 * 8 = 256)
philsmd hashcat 4 2,385 04-06-2019, 10:58 PM
    Thread: pattern mask
Post: RE: pattern mask

Well, this is a very specific task (insert a word of length 5, g00se, into a mask of length 12, at each and every position), it's probably much more easier to just write all combination down or use a ...
philsmd hashcat 4 998 04-18-2020, 08:19 AM
    Thread: Password-based Uniform-Random-Equivalent Encryption
Post: RE: Password-based Uniform-Random-Equivalent Encry...

it wouldn't be surprising that there exists software that can encrypt disks/volumes/containers etc and make them look as random data. The problem only is that also (plain text and easy to spot) metad...
philsmd General Talk 1 557 06-13-2020, 03:45 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

Please do not misquote me, I got a PM from you and I replied by saying that hashcat doesn't currently support Wasabi Wallet recovery. I'm not sure about the algorithm details, I/somebody would need to...
philsmd hashcat 16 3,272 03-29-2020, 12:50 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

Every serious attempt to crack a hash should be accompanied with testing a real-world example. That means in very easy terms: please first verify if you are able to crack an example for which you h...
philsmd hashcat 16 3,272 03-29-2020, 01:19 PM