in reply to Encrypt in Perl and decrypt in JAVA

Was googling to find a way to do symmetric key encryption/decryption between Perl and Java. I was surprised that I could not find any working examples. I am replying here because this was the most recent search result. I finally got it working using AES. If anyone is interested in the code I can post it. Turns out that I will not be using it =( JamesUSC
  • 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 Anonymous Monk on Jul 30, 2012 at 19:48 UTC
    Hi Anonymous monk, Could you please post the code. Thanks!