I am trying to make an application that can generate the correct NTLM string for the handshake between the proxy and my program. The program i am making, will hopefully act as a proxy on my computer that will give other programs access to the internet. It currently uses winsock and i can get my browser to connect to the internet through it, because it does all the NTML authentification for me, but i cannot do other programs.