Web Hosting Talk







View Full Version : Encryption and decryption


abdullahrahman
08-11-2005, 03:19 AM
Can any recommend on any script or software for encrypting the variables which are passed through url to another page? That means you encrypt the variable and pass them to a url, where that url page will decrypt the variable.

Thank you.

Burhan
08-11-2005, 03:58 AM
mcrypt (http://php.net/mcrypt)

Please make sure you mention what language/platform you are working on.

abdullahrahman
08-11-2005, 04:21 AM
for linux platcorm, i am using php, I have came across mcrypt but find it difficult to understand. Can you help?

Burhan
08-11-2005, 04:32 AM
Do you have a specific question?

Roy@ENHOST
08-11-2005, 05:46 AM
Yeap Im using mcrypt to do exactly that.
I Base64 encode it before the transaction though.