get windows 2000 domain user password hash
-
Hi! I'm going to build a tool that should upload Windows 2000 domain user accounts on a webserver for login purposes... (It's needed for our school website www.leibniz-gymnasium.de to easily manage accounts for pupils) Is there a way to get the account passwords (encrypted hashes are enough)? And which encryption algorithm uses Windows 2000 Server? (to generate hashes from the user typed passwords) I know that a level 3 NetGetUserInfo query returns a pointer structure (USER_INFO_3) containing a pointer to the password string - but this seems to be a null pointer in a Windows 2000 domain environment (as msdn tolds) Thank you for helping! Martin
-
Hi! I'm going to build a tool that should upload Windows 2000 domain user accounts on a webserver for login purposes... (It's needed for our school website www.leibniz-gymnasium.de to easily manage accounts for pupils) Is there a way to get the account passwords (encrypted hashes are enough)? And which encryption algorithm uses Windows 2000 Server? (to generate hashes from the user typed passwords) I know that a level 3 NetGetUserInfo query returns a pointer structure (USER_INFO_3) containing a pointer to the password string - but this seems to be a null pointer in a Windows 2000 domain environment (as msdn tolds) Thank you for helping! Martin
I don't thing yo'll be able to get this information about the encripting algorithm because if someone knew it windows security would be very vulnerable if you know what I mean. I you school there try to make an application like server<->client thing. gabby
-
I don't thing yo'll be able to get this information about the encripting algorithm because if someone knew it windows security would be very vulnerable if you know what I mean. I you school there try to make an application like server<->client thing. gabby