MD5(unicode(pass))
#1
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!
#2
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.
#3
That worked! YOU ROCK!!!!!! Thank you so much!