sdyates has asked for the wisdom of the Perl Monks concerning the following question:
Recently, I looked at using cookies as a way of holding and storing password and user names so that a user will not need to apply passwords every time an update is required
I created an intranet based application that allows users to modify client records. Applying their password every time then need to update information. Many have asked why can't the system remember these passwords.
At first, I looked at using cookies, but based on troubles I am having and discusions here, it seems there are too many security holes.
What technologies could I employ to provide security, but limit users from only needing to login once. I would like a central screen that authenticates the user and then remembers the authentication credentials: each subsequent perl page can call theses credentials as needed. Therefore, I need a way to call and store the credentials safely, and another way to pull this information later. If I can get a way of creating two methods: one to store and another to recall, this allows me to easily add these methods to all scripts that require the authentication credentials
I am not looking for someone to do this for me. Rather, I am looking at suggestions of which technologies to use without complicting matters, adding more software, plugins and the like. I currently use apache, mysql, perl, cgi. Any past experiences would be greatful.
Once again, I seek the wise words of the Monks. Thanks in advance.
Simon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Safely storing password
by valdez (Monsignor) on Nov 21, 2002 at 20:57 UTC | |
|
Re: Safely storing password
by fruiture (Curate) on Nov 21, 2002 at 21:00 UTC | |
|
Re: Safely storing password
by Bilbo (Pilgrim) on Nov 22, 2002 at 01:51 UTC | |
by dingus (Friar) on Nov 22, 2002 at 10:16 UTC | |
by Ryszard (Priest) on Nov 22, 2002 at 14:22 UTC | |
by Bilbo (Pilgrim) on Nov 22, 2002 at 22:32 UTC | |
by sdyates (Scribe) on May 09, 2003 at 21:45 UTC |