N
N
Naps2013-12-22 15:00:45
Visual Basic
Naps, 2013-12-22 15:00:45

How to get the NTLM hash of a string in .NET?

To get an NTLM hash from a string, you need to:
1) Convert the string to UTF-16 with the low endian byte sequence
2) Take the MD4 hash
Everything is clear with point two, but not so much with the first one. As far as I understand, if I write: is it already a Unicode string with a low endian byte sequence or not?
Dim str As String = "string"

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question