Re: encrypt, decrypt module suggestions

2001-10-03 Thread jeffl
Rex, Elaine thanks. I read you're suggestion Elaine, informative, thanks. Rex, thanks I think I'll try the Crypt::RC4 module. jeffl On 2001.10.03 20:49 Rex Arul wrote: > Use Crypt::RC4 module, to encrypt and decrypt values. It uses the RC4 > Symmetric encryption which is fairly robust. It depend

Re: encrypt, decrypt module suggestions

2001-10-03 Thread Rex Arul
Use Crypt::RC4 module, to encrypt and decrypt values. It uses the RC4 Symmetric encryption which is fairly robust. It depends on a symmetric key which you will use for encryption as well as decryption. You can download the latest Crypt::RC4 module through PPM. (Activestate Perl). http://aspn.act

Re: encrypt, decrypt module suggestions

2001-10-03 Thread Elaine -HFB- Ashton
Jeff Loetel [[EMAIL PROTECTED]] quoth: *> *>Suggestions appreciated. http://www.perl.com/pub/a/2001/09/26/crypto1.html e. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]