Archive: Encryption


Encryption
Hi

The installation that I have created had a custom page where user needs to enter the serial number and some of its personal attributes (like name, address etc). When user hits next button before going to the next page I need to pass these infomation at the server in encrypted form. Note that I don't want to use blowfish or any other plugin. I just want to encrypt it with some algo. so that we can decrypt it at the server.

Right now I am passing the information in clear text in the following way

NSISdl::download /NOIEPROXY "http://192....../cgi-bin/validate.cgi?sn=$4" "${the_SERIALNUMBER_FILEPATH}"

Any clue............

Thanks


What's wrong with a plug-in? Encrypting without a plug-in would be very inefficient.