Getting the Password of the UserName(Remote Users)
-
hi all, I want to access the Password of the User if the Username is know in a WorkStation or LAN. Is there any Api to retrieve the Password of the Remote User. please let me know. thanks, uday. uday kiran -- modified at 1:47 Monday 8th May, 2006
-
hi all, I want to access the Password of the User if the Username is know in a WorkStation or LAN. Is there any Api to retrieve the Password of the Remote User. please let me know. thanks, uday. uday kiran -- modified at 1:47 Monday 8th May, 2006
-
Before going to get the passowrd of user in LAN..Let me ask Do u know any api to get the username of current login user..? nave
hai nave, to get the Current user Logged in we have to use GetUserName(...) Api, but i dont know the password APi for the User. Is it possible to retrieve the Password Also, please if yes let me know. uday. uday kiran
-
hai nave, to get the Current user Logged in we have to use GetUserName(...) Api, but i dont know the password APi for the User. Is it possible to retrieve the Password Also, please if yes let me know. uday. uday kiran
-
hi all, I want to access the Password of the User if the Username is know in a WorkStation or LAN. Is there any Api to retrieve the Password of the Remote User. please let me know. thanks, uday. uday kiran -- modified at 1:47 Monday 8th May, 2006
You can't get a user's password because a) it would be a huge security hole and b) the system doesn't store the password anyway, only a hash of it.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
hi all, I want to access the Password of the User if the Username is know in a WorkStation or LAN. Is there any Api to retrieve the Password of the Remote User. please let me know. thanks, uday. uday kiran -- modified at 1:47 Monday 8th May, 2006
kiran janaswamy wrote:
I want to access the Password of the User if the Username is know in a WorkStation or LAN.
Guess somebody using this API to get into your system! Guess the havoc! :) If such an API was there then what's the use of a Password!
Nibu thomas Software Developer Faqs by Michael dunn
-
kiran janaswamy wrote:
I want to access the Password of the User if the Username is know in a WorkStation or LAN.
Guess somebody using this API to get into your system! Guess the havoc! :) If such an API was there then what's the use of a Password!
Nibu thomas Software Developer Faqs by Michael dunn
Nibu thomas wrote:
If such an API was there then what's the use of a Password!
Keyword. :laugh:
Maxwell Chen