johnnytc4 has asked for the wisdom of the Perl Monks concerning the following question:
I have been trying to encrypt using perl's modules and they don't seem to be matching up with php's counterpart. They both encrypt and descrpyt back to teh original but the encrypted plaintext(after url_encode and base_64 encode) not does seem right.I can't use php's script to decrypt perl's encryption and vise versa.
PERL CODEPHP CODEREMOVED
REMOVED
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl encryption not matching PHP encryption
by moritz (Cardinal) on Apr 08, 2011 at 13:39 UTC | |
by johnnytc4 (Novice) on Apr 08, 2011 at 18:19 UTC | |
by Anonymous Monk on Apr 09, 2011 at 02:55 UTC | |
by johnnytc4 (Novice) on Apr 12, 2011 at 14:15 UTC | |
by Anonymous Monk on Apr 12, 2011 at 15:02 UTC | |
|