Re: Encrypting passwords

2002-10-07 Thread PeterKorman
To build Crypt::Idea we need to add: #define sv_undef PL_sv_undef to the top of IDEA.xs before trying to compile. from: http://www.cpan.org/modules/by-authors/Lincoln_D_Stein/Crypt-CBC-2.01.readme we get: This is Crypt::CBC, a Perl-only implementation of the cryptographic cipher block chaini

Re: Encrypting passwords

2002-10-07 Thread PeterKorman
It seems to be coming along now. My CPAN install failed (with a bug of itz own I think) on fetching Math::Pari the hook to fetch from: ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ did not detect a failed ftp download. I'm making progress step by step (inch by inch) The "make test" on these p

Re: Encrypting passwords

2002-10-07 Thread dan
Well I managed to locally install it on the box that I use. Unix, FreeBSD, 4.6.2-RELEASE Dan "Peterkorman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Mon, Oct 07, 2002 at 06:51:05AM -0400, zentara wrote: > On Sun, 6 Oct 2002 19:28:22 +0100, [EMAIL PROTE

Re: Encrypting passwords

2002-10-07 Thread PeterKorman
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 w

Re: Encrypting passwords

2002-10-07 Thread zentara
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

Encrypting passwords

2002-10-06 Thread dan
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? Dan -- To unsubscribe,