Storing Password

From: Eric (anonymous_at_discussions.microsoft.com)
Date: 05/12/04


Date: Wed, 12 May 2004 01:21:08 -0700


   I am writing a program that need users to input a password. Users will allow to create their password the first time they use the program. Then the password will be encrypted and store into a text file. But my problem is what if some guys deleted the text file that stored the password, then the program will assume it is the first time being used and asked for new password again. What is a good way to avoid this? Or another way of storing password.

   Thank you in advance!

   Eric