A Difficult Salting Method
#1
Hello everyone,

I am trying to use oclHashcat on some SHA-512 hashes, but the way they were constructed is very odd. The method is: "salt1 + Password + salt2 + length(Password)"

For example, if salt1 is "foo", salt2 is "bar" and the password is "password1", then the hash would be the SHA-512 of "foopassword1bar9" (where 9 is the number of characters in "password1").

My question is how can I set up oclHashcat to tackle such a challenge?

As an additional detail: I am planning on using some wordlists/dictionaries for the attack.

Thank you,
Spencer


Messages In This Thread
A Difficult Salting Method - by S.Doak - 02-21-2015, 05:22 AM
RE: A Difficult Salting Method - by Rolf - 02-21-2015, 09:49 AM
RE: A Difficult Salting Method - by S.Doak - 02-21-2015, 09:54 PM
RE: A Difficult Salting Method - by undeath - 02-22-2015, 01:15 AM
RE: A Difficult Salting Method - by S.Doak - 02-22-2015, 11:53 PM