http://qs321.pair.com?node_id=68100


in reply to Perl/CGI Security Question

If you have Apache on the server-side, check out if mod_auth_digest has been included. Digest authentication provides a more secure password system than Basic authentication, but only works with IE5 and probably Netscape 6. Also there's a nice chapter on Access Control, Authentication, and Authorization in Writing Apache Modules with Perl and C. Good luck!