I have to encrypt some data, send it to a php script and decrypt it there.
You could use lingofish to encrypt the data: http://www.killingmoon.com/director/lingofish/
In php initialize the mcrypt modual with: mcrypt_module_open (MCRYPT_BLOWFISH, '', MCRYPT_MODE_ECB, ''); Then use the mdecrypt_generic method to decrypt your stuff.
-- Cole
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
