Posts: 5
Threads: 2
Joined: Jan 2014
01-30-2014, 05:31 PM
(This post was last modified: 01-30-2014, 05:53 PM by billba.)
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!
Posts: 621
Threads: 57
Joined: May 2010
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.
Posts: 5
Threads: 2
Joined: Jan 2014
01-31-2014, 01:46 AM
(This post was last modified: 01-31-2014, 02:27 AM by billba.)
That worked! YOU ROCK!!!!!! Thank you so much!