On Mon, Oct 07, 2002 at 06:51:05AM -0400, zentara wrote:
> On Sun, 6 Oct 2002 19:28:22 +0100, [EMAIL PROTECTED] (Dan) wrote:
> 
> >Am after suggestions about which Crypt:: module (or any module at that
> >matter) would be best to encrypt passwords for storage, and decrypt them
> >again for using within the script.
> >
> >Passwords on my script are generally required to be between 8 & 16
> >characters. Any ideas?
> 
> I like to use Crypt::RC4 because it's fast, easy,  and is a pure perl
> module which can be used on remote servers from your personal lib.
> Read the pod , I think you can use a plain ascii key, but the hex key
> method is slightly more obscure to a casual observer.
> ##############################################################
> #!/usr/bin/perl
> use Crypt::RC4;

Did you do a cpan install? What os/distribution/version ? Thanks.

JPK

Attachment: msg31799/pgp00000.pgp
Description: PGP signature

Reply via email to