Results 1 to 7 of 7

Thread: Passwords

  1. #1

    Thread Starter
    Addicted Member DKasler's Avatar
    Join Date
    Jan 2005
    Location
    Brooklyn, NYC
    Posts
    177

    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!

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Passwords

    DB Table is a very popular method unless you are using MS Access, which practically anyone could open.

  3. #3

    Thread Starter
    Addicted Member DKasler's Avatar
    Join Date
    Jan 2005
    Location
    Brooklyn, NYC
    Posts
    177

    Re: Passwords

    Quote 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!

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  5. #5

    Thread Starter
    Addicted Member DKasler's Avatar
    Join Date
    Jan 2005
    Location
    Brooklyn, NYC
    Posts
    177

    Re: Passwords

    Quote 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!

  6. #6
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    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.

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Passwords

    Quote 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
  •  



Click Here to Expand Forum to Full Width