Adding User Credentials
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello. I have following problem. I add user credentials (on WinCE, but i think on Win32 it's similarly) using function CeCredWrite(...). There are CECREDENTIAL struct as parameter of this function. And I fill all fields of this struct with one exception - I don't know how I can fill CredentialBlob field (this field is for password in my way) because there must password in "NTLM format" as written in MSDN, I think there is hash of plain password string, but how can get this hash? What functions are for getting hash of password in NTLM format? Thanks Ernst Maurer