AES Encryption
I'm interested in using AES encryption in Perl. I've tried installing
Crypto from CPAN, but can't get it to work. Any ideas? Modules...
--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Re: AES Encryption
--bcaec51a8716c1c88704a9aa1aa5
Content-Type: text/plain; charset=UTF-8
On Thu, Aug 4, 2011 at 8:23 AM, SDA <sdayers [at] gmail.com> wrote:
> I'm interested in using AES encryption in Perl. I've tried installing
> Crypto from CPAN, but can't get it to work. Any ideas? Modules...
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
> For additional commands, e-mail: beginners-help [at] perl.org
> http://learn.perl.org/
>
>
>
Can't get it to work, is a very ambiguous reason for a problem with a
module. The Crypto module is pretty much what you will be advised if you are
planning on doing cryptography in perl. If you provide the errors you are
getting, the OS and the perl version then it is quite likely that someone on
the list will provide you with an explanation what is wrong, why it is wrong
and how this can be corrected...
Regards,
Rob
--bcaec51a8716c1c88704a9aa1aa5--