in reply to Encrypt in Perl and decrypt in JAVA

Any idea on how this can be done?

  1. pick an algorithm (say AES)
  2. check to see if there are java/perl libraries for algorithm
  3. install libraries, read synopsis, adapt code, test it
  4. ...
  5. 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