|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: Login Encryption and CGI understandingby tinman (Curate) |
| on Apr 18, 2001 at 22:29 UTC ( #73619=note: print w/ replies, xml ) | Need Help?? |
|
Yes, I think your conclusions are pretty much correct.. Some comments: firstly, (and lots of ppl might not agree), I'm not so sure that the username/password combination is the only one available for most authentication jobs.
One of the references mentioned in this node is probably the most widely used means of authentication so far.. session based authentication.. Essentially, the webserver needs to cooperate and send a session key for use by the client side encryption. In this way, anybody seeing the client side encryption code still won't know the session key used in the encryption, and thus, this provides better security..
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||