On Fri, 14 Feb 2003 11:17:48 -0800 (PST), [EMAIL PROTECTED] (Patricia
Hinman) wrote:

>I don't want to hide the main source code.  Only
>encrypt the password on the client side.  I could do
>that with  a js program.  Then my pl file could unwind
>the script.  This is to keep people from viewing the
>password in transit.  It would be like the unix salt
>system.  I could put a key txt file in their protected
>directory that my perl file would read to unwind the
>js encrypted password.

There is an author who has been working on this for
awhile. Check out this:
http://perl-md5-login.sourceforge.net/


It sends a temporary key which is good for 30 seconds,
then javascript encodes your password and sends it.

It isn't perfect, but it sounds like what you are after.




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to