On Tue, 24 Sep 2002 08:44:30 -0400, [EMAIL PROTECTED] (Zentara)
wrote:

>On Tue, 24 Sep 2002 10:47:33 +0100, [EMAIL PROTECTED] (Mat
>Harris) wrote:
>
>>anyone willing to write me some quick examples.
>
>Here is a "sockets-upload client-server" I wrote with Net::EasyTCP.

I must add that Net::EasyTCP uses RSA encryption by default, and
is slow, because it needs to generate keys when run.
If you edit the EasyTCP.pm and comment out RSA from the hash,
it will default to Crypt::Rijndael, which is very fast.



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

Reply via email to