in reply to
Encrypt in Perl and decrypt in JAVA
Any idea on how this can be done?
pick an algorithm (say AES)
check to see if there are java/perl libraries for algorithm
install libraries, read synopsis, adapt code, test it
...
profit
Comment on
Re: Encrypt in Perl and decrypt in JAVA
Replies are listed 'Best First'.
Re^2: Encrypt in Perl and decrypt in JAVA
by
mellon85
(Monk)
on Jan 05, 2011 at 09:57 UTC
I have done something similar (php <-> perl).
I had problems with the binary data for some reason, and I solved my problems converting the data in base64 to pass it from/to php/perl
[reply]
In Section
Seekers of Perl Wisdom