NSpam wrote:[color=blue]
> Julia Briggs wrote:
>[color=green]
>> Could someone post some examples with explanations of how to
>> encode/encrypt a form posted URL and then decrypt it, so that it is
>> very hard or currently impossible to break?
>>
>> so, something like
>>
>>
http://localhost/page.php?product=12&price=4.50
>>
>> would appear obfuscated in my browser display area like:
>>
>> http://localhost/page.php?Ur7@7892yRyw&wq84y@$y8@$ (or whatever)
>>
>> Thanks for anyone's help!
>>
>> Julia
>>[/color]
> use https, thats the level to work at[/color]
I agree with Julia Briggs: use a session or database.
Even with https a cart should never allow the user to set the price he
will pay in an url or form. So the url should be
http://localhost/page.php?product=12, then the code on the server will
retrieve the data of product 12 and show the price from that data.
Greetings,
Henk Verhoeven,
www.metaclass.nl