|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Get machine user & password logonCould anyone please help?
I'm trying to MATCH the user's UserName and Password imput to the user's UserName & Password from the machine current logged on. User's Input: txtUserName="Joe" txtPwd="Password" Machine's data: strUserName = ??? strPwd = ??? thanks a lot in advance. i highly doubt youl be able to get the users stored password since that would
be a breach of security. also, doesnt windows hash the user passwords so they cant be hacked? if you could find the hashed user password and the hash algorithm used for it, maybe you could hash their input and compare it to the saved one -- -iwdu15 Kleber wrote:
> Could anyone please help? I doubt you will be able to "get" the user's password. Instead your> > I'm trying to MATCH the user's UserName and Password imput to the user's > UserName & Password from the machine current logged on. > > User's Input: > txtUserName="Joe" > txtPwd="Password" > > Machine's data: > strUserName = ??? > strPwd = ??? program can try to logon using the passed in username and password and if that succeeds, you know it is correct. Here is a class I use that calls the LogonUser api. Maybe it will help you: http://tinyurl.com/sa3cr
How Can I Do This?
Q: Viewing an excel file DDE - is it available in .NET? Get Calling Function Info GetChildRows error - what the f@&# ! Printing XML Formatted Report in Windows Application Diagnostic Information Collation math.round doesn't work Preferred file locations XmlDataDocument as a datasource for combobox? |
|||||||||||||||||||||||