On Fri, 22 Aug 2003 05:48:14 +0000, [EMAIL PROTECTED]
(Greenhalgh David) wrote:

>Hi All,
>
>I need to implement a form that is submitted securely. My client does 
>not have access to SSL on his host. I was thinking in terms of a 
>session cookie with a client side RC4 encrypt and a decrypt in the Perl 
>script. Do peoople here consider that to be a secure scenario, or is 
>there another method that you could recommend? The encryption needs to 
>be reversible.

There is a method using javascript
http://sourceforge.net/projects/perl-md5-login/

It sends a timed out temporary key, which some javascript uses
to encrypt the post.

It's soooooo much better to use SSL.




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

Reply via email to