Question About NTLM
#8
Maybe this makes it more clear:

Code:
root@ht:~/hashcat# echo -n password | iconv -f utf8 -t utf16le |  xxd  
00000000: 7000 6100 7300 7300 7700 6f00 7200 6400  p.a.s.s.w.o.r.d.
root@ht:~/hashcat# echo -n password | iconv -f utf8 -t utf16le |  openssl dgst -md4
(stdin)= 8846f7eaee8fb117ad06bdd830b7586c


Messages In This Thread
Question About NTLM - by will2238 - 10-05-2016, 06:36 AM
RE: Question About NTLM - by atom - 10-05-2016, 12:48 PM
RE: Question About NTLM - by will2238 - 10-05-2016, 06:48 PM
RE: Question About NTLM - by markgamache - 10-07-2016, 12:18 AM
RE: Question About NTLM - by atom - 10-06-2016, 05:51 PM
RE: Question About NTLM - by will2238 - 10-06-2016, 06:35 PM
RE: Question About NTLM - by radix - 10-06-2016, 07:38 PM
RE: Question About NTLM - by atom - 10-07-2016, 02:25 PM