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
Is there an Encryption on a GET method
Moderator: General Moderators
-
jagannathg
- Forum Commoner
- Posts: 34
- Joined: Wed Dec 08, 2010 1:55 am
- AbraCadaver
- DevNet Master
- Posts: 2572
- Joined: Mon Feb 24, 2003 10:12 am
- Location: The Republic of Texas
- Contact:
Re: Is there an Encryption on a GET method
Not sure what you're doing, but you would need to encrypt it yourself: http://us3.php.net/manual/en/ref.mcrypt.php
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Is there an Encryption on a GET method
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
http://answers.google.com/answers/threa ... tml#answer
-
jagannathg
- Forum Commoner
- Posts: 34
- Joined: Wed Dec 08, 2010 1:55 am
Re: Is there an Encryption on a GET method
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
Thanks
Jagannath