10-06-2016, 07:38 PM
(10-05-2016, 12:48 PM)atom Wrote: It's exactly as you said.
Code:root@ht:~/hashcat# echo -n password | iconv -f utf8 -t utf16le | openssl dgst -md4
(stdin)= 8846f7eaee8fb117ad06bdd830b7586c
(10-06-2016, 06:35 PM)will2238 Wrote:(10-06-2016, 05:51 PM)atom Wrote: The NTLM kernel does that automatically for you
I realize that, but I want to know how would I convert it to the correct unicode form myself. Is there a website that can or a program I can use to convert a string to the correct unicode form.