|
-
Oct 26th, 2006, 12:17 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] windows password?
Hi,
To access vb6 application, I want the user to keyin the user name and password, but instead of create a new file to contain the user name and password, can I make my program that use the same Windows authentication?
Thanks!
-
Oct 26th, 2006, 12:34 PM
#2
Re: windows password?
Not a good idea. Read this thread.
-
Oct 26th, 2006, 12:38 PM
#3
Frenzied Member
Re: windows password?
You have to think of security here.
How many people are going to want to input their Windows username and password into a program?
-
Oct 26th, 2006, 12:43 PM
#4
Re: windows password?
The reason for implementing windows pass through ctrl+alt+del was bacause of the spread of win 9x applications that pretended to be the logon screen. ctrl+alt+del logon was a security feature to handle that...
If your gonna ask for same user name and pass, or rather test the authenticity on windows the password they supplied for the username you already have, then you've compromised the desktop's security if not hacked.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|