in reply to Encrypt in Perl and decrypt in JAVA
Sure you can do it. It isn't a wild idea. Just make sure you use a compatible algorithm on each side. For the Perl/encryption side, you can find support for a variety of encryption algorithms/protocols at CPAN. For Java/decryption side, check the standard libraries or third party vendors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Encrypt in Perl and decrypt in JAVA
by ashok.g (Beadle) on Jan 05, 2011 at 09:53 UTC | |
by moritz (Cardinal) on Jan 05, 2011 at 14:23 UTC | |
by Anonymous Monk on Jan 05, 2011 at 09:59 UTC |