<?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>PHPSuperBLOG &#187; Password</title>
	<atom:link href="http://www.phpsuperblog.com/tag/password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Lot of IT, Lot of Fun</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:34:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Generate random password with PHP rand function</title>
		<link>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/</link>
		<comments>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/#comments</comments>
		<pubDate>Sat, 07 May 2011 16:19:22 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Random-number]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1007</guid>
		<description><![CDATA[In system designing, there are many cases which requires user to login in order to access some restricted areas. And so, we might need to generate an initial password for the user. Here I am going to show you how to generate random passwords with integers In order to generate a random password we have [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML form &#8211; Password Text Field</title>
		<link>http://www.phpsuperblog.com/html/html-form-password-text-field/</link>
		<comments>http://www.phpsuperblog.com/html/html-form-password-text-field/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 04:22:56 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=59</guid>
		<description><![CDATA[In some cases such as login system, the HTML form should contains a text field for the user to type in the password. But when the user types in the password, other might see the password from behind the user. To avoid from this happening, a password text field is needed. A password text field [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/html-form-password-text-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MD5 &#8211; insert an encrypted string or password to the MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/md5-insert-an-encrypted-string-or-password-to-the-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/md5-insert-an-encrypted-string-or-password-to-the-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Fri, 16 May 2008 12:13:16 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Submit-button]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=31</guid>
		<description><![CDATA[Editor&#8217;s note: In a login system, there are user names and passwords stored in the MySQL database. The passwords are normally stored as strings inside the database. To have a more security way to store the passwords in the database, it is better to store an encrypted version of the password, therefore only the password [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/md5-insert-an-encrypted-string-or-password-to-the-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

