chrispoole has asked for the wisdom of the Perl Monks concerning the following question:
I need to set up a login/pass system with a vaguely secure method. I've been researching, looking at examples of code, and I'm still not certain which direction I should take.
Anyone working with multi-user sites got any ideas of best approach?
Is .htaccess the best way of restricting users to a certain directory? And how does one work encrypting and de-encryting passwords with perl?
Tah
Chris
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Authentication and CGI
by flocto (Pilgrim) on Mar 24, 2002 at 02:25 UTC | |
Re: Authentication and CGI
by dws (Chancellor) on Mar 24, 2002 at 05:29 UTC | |
Re: Authentication and CGI
by JayBonci (Curate) on Mar 24, 2002 at 10:53 UTC | |
Re: Authentication and CGI
by DigitalKitty (Parson) on Mar 24, 2002 at 04:46 UTC | |
Re: Authentication and CGI
by chrispoole (Initiate) on Mar 24, 2002 at 13:04 UTC |