|
-
Jan 17th, 2005, 01:25 PM
#1
Thread Starter
Addicted Member
Passwords
Ok.. When you create a password or login box, where do you save the password?
I've only created and app or 2 that have had password protection and I just wrote them to the Registry... Any better suggestions or thoughts?
-----MY SITES-----
BayRidgeNights.Com - NYC Nightlife Forums
Fight Communism - Rate Posts!
-
Jan 17th, 2005, 01:27 PM
#2
Re: Passwords
DB Table is a very popular method unless you are using MS Access, which practically anyone could open.
-
Jan 17th, 2005, 01:28 PM
#3
Thread Starter
Addicted Member
Re: Passwords
 Originally Posted by Hack
DB Table is a very popular method unless you are using MS Access, which practically anyone could open.
Thats my problem.
-----MY SITES-----
BayRidgeNights.Com - NYC Nightlife Forums
Fight Communism - Rate Posts!
-
Jan 17th, 2005, 01:33 PM
#4
Re: Passwords
Even though your application uses MS Access, do you have a SQL Server or Oracle database available?
If not, and you want to get away from the Registry, then the only other thing I can think of it an encrypted text file. Of course, if the file gets deleted, your user is hung up in the air.
-
Jan 17th, 2005, 01:36 PM
#5
Thread Starter
Addicted Member
Re: Passwords
 Originally Posted by Hack
Even though your application uses MS Access, do you have a SQL Server or Oracle database available?
If not, and you want to get away from the Registry, then the only other thing I can think of it an encrypted text file. Of course, if the file gets deleted, your user is hung up in the air.
So maybe i'll look into encrypting the entries written to the Registry. Thanks alot.
-----MY SITES-----
BayRidgeNights.Com - NYC Nightlife Forums
Fight Communism - Rate Posts!
-
Jan 17th, 2005, 01:37 PM
#6
Re: Passwords
I use Capicom.dll. If the p/w gets lost, then they have to call me for a new password, but the program always computes one, so it would only enable one call to get the same password. The whole program is hosed if the files get deleted.
-
Jan 17th, 2005, 01:39 PM
#7
Re: Passwords
 Originally Posted by DKasler
So maybe i'll look into encrypting the entries written to the Registry. Thanks alot.
If you decide to implement this in production, it would be a good idea to programmatically create a backup of the text file after it has been encrypted, just in case it accidentally gets deleted. Further, as a matter of procedural policy (not programming), I would instruct my users to ensure this file was backedup to some place safe.
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
|