Page 1 of 1
Is there an Encryption on a GET method
Posted: Wed Dec 15, 2010 10:52 am
by jagannathg
Hello Everyone,
Is there an Encryption on a GET method? So that we can securely pass value to the next page in the URL.
Any Help on this would be great.
Regards,
Jagannath
Re: Is there an Encryption on a GET method
Posted: Wed Dec 15, 2010 11:04 am
by AbraCadaver
Not sure what you're doing, but you would need to encrypt it yourself:
http://us3.php.net/manual/en/ref.mcrypt.php
Re: Is there an Encryption on a GET method
Posted: Wed Dec 15, 2010 11:13 am
by Jonah Bron
If you're asking if GET data is encrypted under SSL, then yes. See here for more info:
http://answers.google.com/answers/threa ... tml#answer
Re: Is there an Encryption on a GET method
Posted: Wed Dec 15, 2010 10:16 pm
by jagannathg
Thanks AbraCadaver and Jonah for your replies and suggested links. I will go through these links which you have provided me and get back to my Post with any problems or queries I face.
Thanks
Jagannath