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 [asc] Replies Views Posted
    Thread: mp64: generate total random words
Post: RE: mp64: generate total random words

A couple other random number generators that may be good sources for those that need them: gpg --gen-random 2 openssl rand
Incisive hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 42,461 05-21-2012, 06:09 PM
    Thread: Markov stats questions
Post: Markov stats questions

First, thank you for implementing Markov mode - even the default oclhashcat-plus 0.14 implementation gets may more hits in the first part of the keyspace than in the last. I have a few questions ab...
Incisive hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 7,492 04-10-2013, 03:33 PM
    Thread: Workstation GPU support (NVIDIA Quadro, ATI FirePro)
Post: Workstation GPU support (NVIDIA Quadro, ATI FirePr...

I realize it's suboptimal, but work password auditing must be done on work supplied hardware, unfortunately - compliance with corporate standards trumps speed. As long as I can get similar or faster ...
Incisive Hardware 0 4,515 02-20-2014, 07:42 PM
    Thread: All Chars = Big Chaos
Post: RE: All Chars = Big Chaos

You can use Code: -- --outfile=Myfile.out --outfile-format=5 -- instead; then at least hash and password will be in hex, except the :'s of your separator character. I don't know if the salt's...
Incisive General Talk 8 14,736 05-03-2013, 04:26 PM
    Thread: [Release] Unified List Manager (ULM)
Post: RE: [Release] Unified List Manager (ULM)

First, thank you for being willing to provide the community with another set of tools - in particular, in a cross-platform tool with a nice GUI! I'd like to suggest that once you're happy with the ...
Incisive General Talk 10 25,576 10-10-2013, 05:28 AM
    Thread: Creating a secure hash?
Post: RE: Creating a secure hash?

As the competition link shows, the top 3 methods are PBKDF2/RFC2898/PKCS #5, SCRYPT, and BCRYPT. For PBKDF2, use HMAC-SHA-512 as your hash algorithm, a per-user cryptographically random salt, and u...
Incisive General Talk 6 12,456 01-24-2014, 09:50 PM
    Thread: SQL Server 2014 pw hashes are identical to SQL Server 2012 pw hashes
Post: SQL Server 2014 pw hashes are identical to SQL Ser...

If it matters to anyone else, SQL Server 2014 RTM creates password hashes identical to SQL Server 2012 password hashes. The archived thread on SQL Server 2012 hashes is at: https://hashcat.net/foru...
Incisive General Talk 3 9,888 04-04-2014, 04:12 PM
    Thread: SQL Server 2014 pw hashes are identical to SQL Server 2012 pw hashes
Post: RE: SQL Server 2014 pw hashes are identical to SQL...

It's still using the 0x200 identifier; I just double-checked.
Incisive General Talk 3 9,888 04-07-2014, 04:23 AM
    Thread: Why closed source?
Post: RE: Why closed source?

Personally, I would like to thank Atom and all the other contributors to Hashcat for continuing to offer it to the security community for free. That, in and of itself, is both very generous, and very...
Incisive General Talk 29 65,476 10-10-2013, 05:04 AM
  Smile Thread: 7970 reaches 90 celsius
Post: RE: 7970 reaches 90 celsius

+1 on better cooling for both the card and the case - cold air in, over the heat sinks, hot air out. Arctic has a great reputation, and it's really not that difficult to swap out the cooler. Also, t...
Incisive General Help 4 12,905 03-24-2013, 01:19 AM
    Thread: How should I store my users passwords in my DB?
Post: RE: How should I store my users passwords in my DB...

1) Don't enforce a short maximum length - you're storing a hash, so if they want to use an epic passpoem, let them. The lower the number of scrypt or PBKDF2 iterations, the longer the minimum length ...
Incisive General Help 4 10,287 07-19-2012, 08:57 PM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Set --outfile-format=7 (or whatever the hashcat CLI version of that argument is) and see if the hex versions of the passwords are identical; perhaps there's a nonprintable character in one or the othe...
Incisive General Help 15 33,313 04-14-2013, 05:37 AM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Awesome job, philsmd!!! Mem5, I would suggest you put in a Trac ticket with the outfile-format=7 results and philsmd's test cases, since outfile-format=7 should have shown something like the correct:...
Incisive General Help 15 33,313 04-15-2013, 06:12 AM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Mem5 Wrote: (04-19-2013, 07:51 AM) -- Ok, I'll open a TRAC. Thank you for your help. Curious question : how can somebody login into a system using a password with the null byte character ? As it i...
Incisive General Help 15 33,313 04-19-2013, 12:02 PM
    Thread: oclHashcat-plus: resume after shutdown
Post: RE: oclHashcat-plus: resume after shutdown

Would the resume be easier if it were a "close enough" resume? Personally, I wouldn't be at all bothered by the resume re-cracking several minutes or even a couple of hours worth of work that it ha...
Incisive Feature Requests 7 24,181 11-03-2011, 04:26 PM
    Thread: Hashcat-gui request for --stdout
Post: Hashcat-gui request for --stdout

First, thank you for the GUI - it's wonderful, and serves as a great demonstration tool as well. For those hashcat tools that support it, could we have a GUI --stdout option for using *hashcat* as ...
Incisive Feature Requests 0 4,216 12-06-2011, 06:58 PM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

Thank you for looking into this, Atom. The speed drop is pretty significant, but the larger host memory requirement is just a budget issue for those that need to do that level of auditing. Would i...
Incisive Feature Requests 22 50,743 05-21-2012, 06:25 PM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

Hash-IT Wrote: (06-07-2012, 02:47 PM) -- Your ideas about reducing download size are good, but it would mean atom having to make many builds. -- Agreed; that's why I suggested automated build scrip...
Incisive Feature Requests 22 50,743 06-08-2012, 04:33 AM
    Thread: AES/Rijndael expert needed
Post: RE: AES/Rijndael expert needed

gat3way Wrote: (06-04-2012, 03:06 PM) -- Much better idea would be to use a key derivation function like PBKDF2 with ïnitial symmetric key as salt with some good iterations count. Applying the pas...
Incisive Feature Requests 5 14,079 06-07-2012, 07:10 AM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

atom Wrote: (05-21-2012, 06:35 PM) -- In theory yes, but then we would require special Kernels for each Hash-lenght (in steps of 4). If you take a look at the kernels directory, it would cause the pr...
Incisive Feature Requests 22 50,743 06-07-2012, 07:17 AM