For Programmers: Free Programming Magazines  


Home > Archive > PERL Modules > April 2005 > Perl encryption modules









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Perl encryption modules
ironmann@conwaycorp.net

2005-04-06, 8:55 pm

Does anyone know which (other than RC4), if any, encryption modules
will work in the following scenario:

I need to encrypt (with perl on Linux web server) some information
obtained from a web form. Then I need to be able to decrypt it from a
Visual Basic application on a Windows box.

I see that there are modules around for Blowfish for both perl and
VB...but how do you know if they use the same algorhtym. I am doing
the Perl end and someone else will be doing the VB end. I just need to
know what are my options for encrypting that they will be able to
decrypt.


Any help is greatly appreciated.

Peter Billam

2005-04-07, 8:55 pm

In article <1112822445.477821.14680@o13g2000cwo.googlegroups.com>,
ironmann@conwaycorp.net wrote:
> I need to encrypt (with perl on Linux web server) some information
> obtained from a web form. Then I need to be able to decrypt it from a
> Visual Basic application on a Windows box.
> I see that there are modules around for Blowfish for both perl and
> VB...but how do you know if they use the same algorhtym. I am doing
> the Perl end and someone else will be doing the VB end. I just need to
> know what are my options for encrypting that they will be able to
> decrypt.


You could check out Crypt::Tea_JS ( see http://search.cpan.org/~pjb/ )
which has implementations in Perl, C (partly) and JavaScript.
Normally, if something can be done in JavaScript it can be done
in anything.

Ideally, you could persuade your someone else to let me include the VB
to the Crypt::Tea_JS module in the ./examples directory or somewhere ...

Regards, Peter

--

Peter Billam, DPIWE/ILS/CIT/Servers, hbt/lnd/l8, 6233 3061
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com