![]() |
|
Just another Perl shrine | |
PerlMonks |
RE: Re: File Namingby elusion (Curate) |
on Aug 01, 2000 at 06:08 UTC ( #25385=note: print w/replies, xml ) | Need Help?? |
Keep in mind that you may not want to store a "plain" password in that file. If you are going to have passwords in the file you may want to use the crypt function to encrypt the password before storing it in the file. You won't be able to decrypt it, but you'll be able to encrypt it after they enter their password and check it against the version in the text file.
- p u n k k i d
In Section
Seekers of Perl Wisdom
|
|