![]() |
MD5(unicode(pass)) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: MD5(unicode(pass)) (/thread-3097.html) |
MD5(unicode(pass)) - billba - 01-30-2014 Does oclHashcat support md5 of a unicode password that doesn't have a salt? I apologise if this is a stupid question but I've searched the forums for it and I can't see it covered anywhere. Our passwords are UTF-16 encoded before they are hashed and I'm desperate to get them cracked. Thanks in advance for the help! RE: MD5(unicode(pass)) - mastercracker - 01-31-2014 If you think that the md5(unicode($pass).$salt) algo can crack them, you just have to add a ":" without the quote to every hash to emulate a salt that is empty. RE: MD5(unicode(pass)) - billba - 01-31-2014 That worked! YOU ROCK!!!!!! Thank you so much! |