<?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: Basic PHP Hacks and How to Secure your App</title>
	<atom:link href="http://www.devlounge.net/code/php-security/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/php-security</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Sat, 20 Mar 2010 15:15:39 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Php Developer</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-181125</link>
		<dc:creator>Php Developer</dc:creator>
		<pubDate>Fri, 02 Oct 2009 08:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-181125</guid>
		<description>Thank you for providing nice information on php security issue.  I very thank full to you.  Keep posting and inform us.</description>
		<content:encoded><![CDATA[<p>Thank you for providing nice information on php security issue.  I very thank full to you.  Keep posting and inform us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shubhamoy</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-179145</link>
		<dc:creator>Shubhamoy</dc:creator>
		<pubDate>Wed, 06 May 2009 07:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-179145</guid>
		<description>Hi  Admin,

Really shocking piece of information since I knew that PHP was foolproof but now I need to give it a thought. Is PHP on its own(without database) vulnerable?

BR,
Shubhamoy</description>
		<content:encoded><![CDATA[<p>Hi  Admin,</p>
<p>Really shocking piece of information since I knew that PHP was foolproof but now I need to give it a thought. Is PHP on its own(without database) vulnerable?</p>
<p>BR,<br />
Shubhamoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-178744</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 01 Apr 2009 03:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-178744</guid>
		<description>On the contrary, there are ways to decrypt BOTH md5 and sha1

however they require time and a large processor to do the job

that is why they are no longer among the ranking of true encryption algorithms, 

i believe at the time i post this, there are no TRUE encryption algorithms (which would be an algorithm that has passed the time test (5 years) without being cracked) and so for now they are using a temporary substitute, though not true, and it is:

TRIPLE DES

because Des was broken

it is basically, using a Des algorithm three times

this is currently the *best* encryption

*according to the experts</description>
		<content:encoded><![CDATA[<p>On the contrary, there are ways to decrypt BOTH md5 and sha1</p>
<p>however they require time and a large processor to do the job</p>
<p>that is why they are no longer among the ranking of true encryption algorithms, </p>
<p>i believe at the time i post this, there are no TRUE encryption algorithms (which would be an algorithm that has passed the time test (5 years) without being cracked) and so for now they are using a temporary substitute, though not true, and it is:</p>
<p>TRIPLE DES</p>
<p>because Des was broken</p>
<p>it is basically, using a Des algorithm three times</p>
<p>this is currently the *best* encryption</p>
<p>*according to the experts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basic PHP Hacks and How to Secure your App &#124; Apni Library</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-178015</link>
		<dc:creator>Basic PHP Hacks and How to Secure your App &#124; Apni Library</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-178015</guid>
		<description>[...] The rest is here: Basic PHP Hacks and How to Secure your App &#124; Devlounge [...]</description>
		<content:encoded><![CDATA[<p>[...] The rest is here: Basic PHP Hacks and How to Secure your App | Devlounge [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom PHP</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-176811</link>
		<dc:creator>Custom PHP</dc:creator>
		<pubDate>Wed, 12 Nov 2008 23:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-176811</guid>
		<description>Using htmlentities is a major step in the right direction.  Evaluating the input to verify it is what you expected it to be is always a good idea.  You can limit what is acceptable as well.</description>
		<content:encoded><![CDATA[<p>Using htmlentities is a major step in the right direction.  Evaluating the input to verify it is what you expected it to be is always a good idea.  You can limit what is acceptable as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 50 Sources of Inspiration: Month of September &#124; Peakflow Design</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-176378</link>
		<dc:creator>Top 50 Sources of Inspiration: Month of September &#124; Peakflow Design</dc:creator>
		<pubDate>Wed, 01 Oct 2008 19:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-176378</guid>
		<description>[...] Basic PHP Hacks and How to Secure your App [...]</description>
		<content:encoded><![CDATA[<p>[...] Basic PHP Hacks and How to Secure your App [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adie</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-176309</link>
		<dc:creator>adie</dc:creator>
		<pubDate>Tue, 23 Sep 2008 14:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-176309</guid>
		<description>whoaa,. i&#039;m learn a lot, i loved this blog and i&#039;ll bookmark it for further resources, thanks for sharing :)</description>
		<content:encoded><![CDATA[<p>whoaa,. i&#8217;m learn a lot, i loved this blog and i&#8217;ll bookmark it for further resources, thanks for sharing <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Martin</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-176301</link>
		<dc:creator>Kevin Martin</dc:creator>
		<pubDate>Tue, 23 Sep 2008 01:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-176301</guid>
		<description>For those of you who have comments about how my methods above are in accurate or less secure, this tutorial is only for *basic* means of accomplishing a safer application.

@Miram: Thanks for your code and to clarify on mine above, I meant to put time() in a variable, though since this was only for learning what should be done, I assumed you guys would do the same. And yes, you can never assume two calls to time() will be the same.

@those who think MD5 and SHA1 cannot be decrypted: If you search for methods on how to do this, you will find documents on how you can find collisions and certain patterns in the hash. And sure, there are rainbow tables out there, but they are only useful for plain MD5 and SHA1 but not for anything such as above, especially with a unique salt.

Thanks everyone else for your comments and hope you give us authors more feedback. :)</description>
		<content:encoded><![CDATA[<p>For those of you who have comments about how my methods above are in accurate or less secure, this tutorial is only for *basic* means of accomplishing a safer application.</p>
<p>@Miram: Thanks for your code and to clarify on mine above, I meant to put time() in a variable, though since this was only for learning what should be done, I assumed you guys would do the same. And yes, you can never assume two calls to time() will be the same.</p>
<p>@those who think MD5 and SHA1 cannot be decrypted: If you search for methods on how to do this, you will find documents on how you can find collisions and certain patterns in the hash. And sure, there are rainbow tables out there, but they are only useful for plain MD5 and SHA1 but not for anything such as above, especially with a unique salt.</p>
<p>Thanks everyone else for your comments and hope you give us authors more feedback. <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mixusr</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-176294</link>
		<dc:creator>mixusr</dc:creator>
		<pubDate>Mon, 22 Sep 2008 05:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-176294</guid>
		<description>Nevermind, found it:
http://www.devlounge.net/code/protect-your-wordpress-wp-config-so-you-dont-get-hacked

Thanks for the great security posts!</description>
		<content:encoded><![CDATA[<p>Nevermind, found it:<br />
<a href="http://www.devlounge.net/code/protect-your-wordpress-wp-config-so-you-dont-get-hacked" rel="nofollow">http://www.devlounge.net/code/protect-your-wordpress-wp-config-so-you-dont-get-hacked</a></p>
<p>Thanks for the great security posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mixusr</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-176293</link>
		<dc:creator>mixusr</dc:creator>
		<pubDate>Mon, 22 Sep 2008 05:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-176293</guid>
		<description>Wasn&#039;t there a post about hiding conf&#039;s or something of that nature last year? I actually tried searching for it and couldn&#039;t find it.</description>
		<content:encoded><![CDATA[<p>Wasn&#8217;t there a post about hiding conf&#8217;s or something of that nature last year? I actually tried searching for it and couldn&#8217;t find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Montoya</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-176160</link>
		<dc:creator>Montoya</dc:creator>
		<pubDate>Wed, 17 Sep 2008 13:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-176160</guid>
		<description>Just FYI, you can use the new mysqli extension for PHP instead of the old mysql, which has object-oriented query methods that use escaping. You can bind parameters and force them to be integers or strings, and when you bind strings, they are forced to be contained, so even a wayward quotation mark won&#039;t be able to expose or modify the query. I&#039;ve been using mysqli instead of mysql for almost a year now and I&#039;m never going back!</description>
		<content:encoded><![CDATA[<p>Just FYI, you can use the new mysqli extension for PHP instead of the old mysql, which has object-oriented query methods that use escaping. You can bind parameters and force them to be integers or strings, and when you bind strings, they are forced to be contained, so even a wayward quotation mark won&#8217;t be able to expose or modify the query. I&#8217;ve been using mysqli instead of mysql for almost a year now and I&#8217;m never going back!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Design - standards based web design, development and training &#187; Some links for light reading (17/9/08)</title>
		<link>http://www.devlounge.net/code/php-security/comment-page-1#comment-176148</link>
		<dc:creator>Max Design - standards based web design, development and training &#187; Some links for light reading (17/9/08)</dc:creator>
		<pubDate>Wed, 17 Sep 2008 05:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1757#comment-176148</guid>
		<description>[...] Basic PHP Hacks and How to Secure your App [...]</description>
		<content:encoded><![CDATA[<p>[...] Basic PHP Hacks and How to Secure your App [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
