02-19-2014, 01:12 PM
--So scared of radix and his ban hammer that I have spent hours researching this --
I recently used Usercake to create a login system in PHP. After playing about with hashcat and trying to get it to work, I realized that I was trying to crack MD5 when it is actually SHA1.
So I tried changing it about and researched and realized that a salt and the first 9 chars i.e. hashalt.
Every time I try any combination (think I have gone through them all in ocl) I keep getting invalid string. Checking it out the hash length is 65 chars in length.
Now am I right in thinking that there is a limit on the length, or am I just doing something majorly wrong?
I recently used Usercake to create a login system in PHP. After playing about with hashcat and trying to get it to work, I realized that I was trying to crack MD5 when it is actually SHA1.
So I tried changing it about and researched and realized that a salt and the first 9 chars i.e. hashalt.
Every time I try any combination (think I have gone through them all in ocl) I keep getting invalid string. Checking it out the hash length is 65 chars in length.
Now am I right in thinking that there is a limit on the length, or am I just doing something majorly wrong?