http://www.perlmonks.org?node_id=880620


in reply to Encrypt in Perl and decrypt in JAVA

I had something where I needed to have another group send me info crypted in the URL, I know they used a basic Java library for ECB Blowfish and the following line encrypted it propery, sorry I can't be more help, but maybe it can get you started.
Crypt::ECB::decrypt_hex( $key, 'Blowfish', $data, 1 );

                - Ant
                - Some of my best work - (1 2 3)