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