<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rayhan's blog (raynux.com) &#187; web security</title>
	<atom:link href="http://raynux.com/blog/tag/web-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://raynux.com/blog</link>
	<description>Rayhan's Personal Web Blog Site</description>
	<lastBuildDate>Fri, 16 Oct 2009 06:07:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Is my application secure from hacker</title>
		<link>http://raynux.com/blog/2007/08/15/is-my-application-secure-from-hacker/</link>
		<comments>http://raynux.com/blog/2007/08/15/is-my-application-secure-from-hacker/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 11:21:14 +0000</pubDate>
		<dc:creator>rayhan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://raynux.com/blog/?p=7</guid>
		<description><![CDATA[To make my application secure I apply the following: 1. protect hammering by blocking host 2. use shttp to send unser information encrypted 3. Apply tocken along with PHP session id 4. hash password in a good meaner 5. use session timeout to a lower value like 10 min. 6. sanitize user input &#38; apply [...]]]></description>
			<content:encoded><![CDATA[<p>To make my application secure I apply the following:</p>
<p>1. protect hammering by blocking host<br />
2. use shttp to send unser information encrypted<br />
3. Apply tocken along with PHP session id<br />
4. hash password in a good meaner<br />
5. use session timeout to a lower value like 10 min.<br />
6. sanitize user input &amp; apply protection against SQL injection</p>
<p>After applying all these methods now I am confused about security of my application. How secure am I from all aspect of security issues.</p>
<p>I read some articles on security of PHP application and I found all these listed above. Now I want to know what are the additional techniques I should apply to protect my application. What are the techniques all secure sites follow like yahoo or gmail or e-commerce sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://raynux.com/blog/2007/08/15/is-my-application-secure-from-hacker/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
	</channel>
</rss>
