Code Comments
Programming Forum and web based access to our favorite programming groups.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.
Post Follow-up to this messageIn 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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.