I've looked, and searched, and researched for months now, but I can't find any detailed, specific information on how to generate an NTLM hash of a text string using C++.
The project I'm working on is currently useless without this bit of code, and I don't know how to figure this out. I read from Wikipedia that NTLM hashes are similar and/or related to MD4 hashes, but I ran a string through an MD4 algorithm, and it didn't match my NTLM hash, so the two algorithms aren't a 1:1 match.
I'd be eternally grateful if someone could shed some light on this matter. You can check out my project here: http://lavernasbrute.googlecode.com
All the code I've written so far is useless without an NTLM hashing function.