I am using libcurl with NTLM authentication and the authentication works fine. I use the CURLOPT_USERPWD option to set the password, but it requires the password to be in clear-text. The problem is that my system keeps the password in an MD4 hash.
Is there any way to pass libcurl a password that is already MD4 hash'ed? Thanks.
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
