Lincoln, Adym <> wrote:
> Hi all,
> 
> Anyone have any experience with the Crypt::Lite package from CPAN?
> 
> I just need a simple Pure Perl solution that I can integrate with the
> XML::Simple package to encrypt/decrypt userids and passwords in an
> XML file.  Since the application is buried deep within our company's
> enterprise, there is little risk of an outside hack so I don't need a
> complicated encryption algorithm, just something other than
> plain/clear text which is what I have now in the XML file.     
> 
> That said, my needs for a solution wee the following characteristics:
> - Pure Perl, no C/C++ code and little or no dependencies.
> - Portability, needs to migrate well between Windows (ActivePerl),
> Cygwin (On windows) and Unix/Linux. 
> - Simple to use and understand...i.e. no cipher blocking and/or
> chunking of data blocks to get it to work. 
> 
> After a couple of hours of reading the Crypt:: packages in CPAN, I
> came across the Crypt::Lite package and it seems to fit my needs
> above, but having never used it I wanted to ask everyone what (if
> any) issues might exist with it.   

I haven't used Crypt::Lite, but it does have a CPAN rating that is not
complimentary (http://cpanratings.perl.org/dist/Crypt-Lite).

As for a simple solution, if you don't need to decrypt passwords (why
would you want to encrypt userids?), just perhaps validate password
entry, then a one way function like the builtin crypt is probably one of
the simplest.

HTH

-- 
Brian Raven 


=================================
Atos Euronext Market Solutions Disclaimer
=================================
The information contained in this e-mail is confidential and solely for the 
intended addressee(s). Unauthorised reproduction, disclosure, modification, 
and/or distribution of this email may be unlawful.
If you have received this email in error, please notify the sender immediately 
and delete it from your system. The views expressed in this message do not 
necessarily reflect those of Atos Euronext Market Solutions.

L'information contenue dans cet e-mail est confidentielle et uniquement 
destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. 
Toute copie, publication ou diffusion de cet email est interdite. Si cet e-mail 
vous parvient par erreur, nous vous prions de bien vouloir prevenir 
l'expediteur immediatement et d'effacer le e-mail et annexes jointes de votre 
systeme. Le contenu de ce message electronique ne represente pas necessairement 
la position ou le point de vue d'Atos Euronext Market Solutions.

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to