Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[all versions] generic salt handler
10-20-2011, 06:49 PM (This post was last modified: 10-20-2011 06:50 PM by undeath.)
Post: #1
[all versions] generic salt handler
Hey,

I might not the first one to have had this thought, but a nice feature for all versions of hashcat would be to have a generic salt handler that allows appending/prepending a salt to every supported hash algorithm, not just the few ones with hardcoded salt support.

With such a feature hashcat would in general become way more useful if dealing with "not so standard" hashes which appear every now and then.

This way hashcat would even be able to handle e.g. salted sha256 or md4 hashes without the need to have an extra implementation for this.

I'm aware of this might affecting performance of cracking salted hashes because of not specifically optimized routines but at least hashcat would be able to handle any $salt.$pass and $pass.$salt hash.

Would really be cool to have hashcat support such a thing! Smile


greez Undeath
Find all posts by this user
10-21-2011, 10:06 AM
Post: #2
RE: [all versions] generic salt handler
this sounds easy, but it is to complex. with hashcat cpu and -plus however you can achieve this by using rules.
Visit this user's website Find all posts by this user
10-23-2011, 01:16 PM (This post was last modified: 10-23-2011 01:17 PM by undeath.)
Post: #3
RE: [all versions] generic salt handler
i know this can be archived with rules, but only on a per-salt basis. Lists with different salts are hard to cover.
Find all posts by this user
09-07-2012, 05:11 PM
Post: #4
RE: [all versions] generic salt handler
Done with oclHashcat-plus v0.09: https://hashcat.net/forum/thread-1541.html

Thread closed
Visit this user's website Find all posts by this user