<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to use SSL / HTTPS effectively in your PHP website</title>
	<atom:link href="http://www.ideologics.co.uk/programming/how-to-use-https-effectively-in-your-php-website/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ideologics.co.uk/programming/how-to-use-https-effectively-in-your-php-website</link>
	<description>All About Computers</description>
	<lastBuildDate>Wed, 04 Jan 2012 16:00:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Frank</title>
		<link>http://www.ideologics.co.uk/programming/how-to-use-https-effectively-in-your-php-website#comment-46</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 27 Apr 2011 05:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.eyeonsilicon.co.uk/?p=270#comment-46</guid>
		<description>Hey! Great article ! Thanks for sharing this. I&#039;d like to know something however.  If I simply enforce the use of https on the pages where sensitive info is being sent, will I get an effective protection or are there normally other steps required to safely encrypt data ? I have heard of other methods such as using private/public keys to store data in databases, but is this really useful if I only want the data to be encrypted from client to server ?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hey! Great article ! Thanks for sharing this. I&#8217;d like to know something however.  If I simply enforce the use of https on the pages where sensitive info is being sent, will I get an effective protection or are there normally other steps required to safely encrypt data ? I have heard of other methods such as using private/public keys to store data in databases, but is this really useful if I only want the data to be encrypted from client to server ?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ideologics.co.uk/programming/how-to-use-https-effectively-in-your-php-website#comment-45</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 25 Nov 2010 01:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.eyeonsilicon.co.uk/?p=270#comment-45</guid>
		<description>Hey thanks for letting me know about the image. Fixed it now. :)</description>
		<content:encoded><![CDATA[<p>Hey thanks for letting me know about the image. Fixed it now. <img src='http://www.ideologics.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.ideologics.co.uk/programming/how-to-use-https-effectively-in-your-php-website#comment-44</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 24 Nov 2010 13:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.eyeonsilicon.co.uk/?p=270#comment-44</guid>
		<description>Huh, interesting. Thanks mang. Also - your image there is a bit broken. Time for a cigarette. :)</description>
		<content:encoded><![CDATA[<p>Huh, interesting. Thanks mang. Also &#8211; your image there is a bit broken. Time for a cigarette. <img src='http://www.ideologics.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ideologics.co.uk/programming/how-to-use-https-effectively-in-your-php-website#comment-43</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 27 Jul 2010 23:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.eyeonsilicon.co.uk/?p=270#comment-43</guid>
		<description>@Jean:

You&#039;re quite right! If you are going to submit data to a form from a non-encrypted page, then you must make sure that you type in the complete URL with HTTPS:// included.</description>
		<content:encoded><![CDATA[<p>@Jean:</p>
<p>You&#8217;re quite right! If you are going to submit data to a form from a non-encrypted page, then you must make sure that you type in the complete URL with HTTPS:// included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://www.ideologics.co.uk/programming/how-to-use-https-effectively-in-your-php-website#comment-42</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 15 Apr 2010 05:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.eyeonsilicon.co.uk/?p=270#comment-42</guid>
		<description>Very informative. There is however something that is puzzling me and can&#039;t find anything when I google for it.

 what happen to the data passed with the url. 

if I have http://www.mysite/login.php?usr=asd&amp;pwd=123

is the usr and pwd content definitly not encrypted even if I redirect? I obviously think it&#039;s not encrypted, but I have limited knowledge on that matter. I don&#039;t see the point in redirecting within php to https because the data is already available. 

Or is it not working like that?

 thanks for you help.

Jean</description>
		<content:encoded><![CDATA[<p>Very informative. There is however something that is puzzling me and can&#8217;t find anything when I google for it.</p>
<p> what happen to the data passed with the url. </p>
<p>if I have <a href="http://www.mysite/login.php?usr=asd&#038;pwd=123" rel="nofollow">http://www.mysite/login.php?usr=asd&#038;pwd=123</a></p>
<p>is the usr and pwd content definitly not encrypted even if I redirect? I obviously think it&#8217;s not encrypted, but I have limited knowledge on that matter. I don&#8217;t see the point in redirecting within php to https because the data is already available. </p>
<p>Or is it not working like that?</p>
<p> thanks for you help.</p>
<p>Jean</p>
]]></content:encoded>
	</item>
</channel>
</rss>

