rashlin has asked for the wisdom of the Perl Monks concerning the following question:
i am trying to use encryption in perl to encrypt number of passwords, the current encryption methods that was decided to try is AES.
We found 3 known perl modules which implement AES encryption: Crypt::Rijndael, Crypt::Rijndael_pp and Crypt::OpenSSL::AES.
my question is:
The CPAN page for Crypt::OpenSSL::AES claims that Crypt::Rijndael is not working properly on 64-bit x86 machines while in another site I found a reference that Crypt::Rijndael_pp is preferred (http://redgoose.ca/blog/aes256-encryption-with-perl-and-oracle). Do you know which of them is the best for this purpose?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: encryption in perl
by davido (Cardinal) on Jun 06, 2012 at 07:01 UTC | |
Re: encryption in perl
by Anonymous Monk on Jun 06, 2012 at 07:21 UTC | |
by rashlin (Novice) on Jun 06, 2012 at 14:18 UTC | |
Re: encryption in perl
by derby (Abbot) on Jun 06, 2012 at 11:34 UTC | |
Re: encryption in perl
by radiantmatrix (Parson) on Jun 06, 2012 at 20:28 UTC | |
by rashlin (Novice) on Jun 10, 2012 at 14:23 UTC |