I got a small requirement where I need to integrate a JAVA application to my perl CGI portal.
The requirement is like I need to encrypt some sample text and pass the same in some URL and that URL is used by some JAVA application where it can get the parameter from that URL, decrypt it and use that value in its application.
So, we came a situation where we need some encryption-decryption algorithm that can be use by PERL/CGI to encrypt and JAVA to decrypt.