Long salt length with md5(pass.salt) / Joomla - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Long salt length with md5(pass.salt) / Joomla (/thread-1299.html) |
Long salt length with md5(pass.salt) / Joomla - spaz - 06-16-2012 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 hashalt string is longer than 85 characters. I also get an error when trying the Joomla format in oclHashcat-plus. Any advice? RE: Long salt length with md5(pass.salt) / Joomla - atom - 06-16-2012 85 is ways to long. best you can get is 55 with oclHashcat-lite. |