Page 1 of 1

Encrypting PHP variables/data in PayPal form

Posted: Tue Jul 27, 2010 4:34 pm
by simonmlewis
Hi.

I am using the standard PayPal buy button, and was going to encrypt it using PayPal's system, but the amount field will also be varied, so I have to use my variable.

And because of that, it can't be encrypted.

Has anyone come across this and found a straight forward solution?
I've found a few crypt() type scripts in PHP but I may be on a wild-goose chase when someone has found a better route to this.

Hope someone can help.