Long salt length with md5(pass.salt) / Joomla
#1
Thanks for the great software!

I'm trying to crack some MD5 hashes in the format of $pass$salt (Joomla in oclHashcat-plus).

The salts are known and are random characters along with the username (email addresses), some of which are very long.

hash = md5($pass$longRandomString$emailAddress)

In oclHashcat-lite I have tried the md5($pass$salt) format but get a line length exception when the hashConfusedalt string is longer than 85 characters. I also get an error when trying the Joomla format in oclHashcat-plus.

Any advice?


Messages In This Thread
Long salt length with md5(pass.salt) / Joomla - by spaz - 06-16-2012, 11:18 AM