in reply to Encryption/Decryption with Perl and Java

Just a note:
byte[] b = (new BigInteger("98a7ba97b8a",16)).toByteArray()
accomplishes the same thing in your java function there.

Replies are listed 'Best First'.
Re^2: Encryption/Decryption with Perl and Java
by Anonymous Monk on Oct 12, 2009 at 21:18 UTC
    Were you able to encrypt in perl and decrypt in java? pls share the solution. We really need this immediately.