in reply to Re: Encrypt in Perl and decrypt in JAVA
in thread Encrypt in Perl and decrypt in JAVA

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
  • Comment on Re^2: Encrypt in Perl and decrypt in JAVA