Length of my hash
#1
--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. hashConfusedalt.

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?


Messages In This Thread
Length of my hash - by marriott81 - 02-19-2014, 01:12 PM
RE: Length of my hash - by philsmd - 02-19-2014, 01:33 PM
RE: Length of my hash - by marriott81 - 02-19-2014, 01:36 PM
RE: Length of my hash - by philsmd - 02-19-2014, 01:47 PM
RE: Length of my hash - by marriott81 - 02-19-2014, 02:03 PM