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.activestate.com/ASPN/Downloads/ActivePerl/PPM/Packages



----- Original Message -----
From: "Jeff Loetel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 7:38 PM
Subject: encrypt, decrypt module suggestions


> I'm looking for a module where I can encrypt and decrypt
> values. Obviously, the more secure the better. Most of
> everything that I have seen is in the way of one way
> hash digests. The main thing is I  have to be able to
> get the values back out.
>
> Suggestions appreciated.
>
> jeffl
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



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

Reply via email to