<?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>Ajaxmint - Endless Ajax samples on jQuery, MooTools, ExtJS, Dojo, Prototype and PHP &#187; password</title>
	<atom:link href="http://ajaxmint.com/tag/password/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajaxmint.com</link>
	<description>Endless Ajax Resources</description>
	<lastBuildDate>Fri, 25 Nov 2011 19:14:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>PassShark – iPhone style password masking MooTools</title>
		<link>http://ajaxmint.com/2010/01/passshark-%e2%80%93-iphone-style-password-masking-mootools/</link>
		<comments>http://ajaxmint.com/2010/01/passshark-%e2%80%93-iphone-style-password-masking-mootools/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 06:01:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[passshark]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1681</guid>
		<description><![CDATA[PassShark is a free and easy-to-implement password masking class developed using MooTools. Inspired and based on the excellent iPhone and iPod touch password dialog.]]></description>
			<content:encoded><![CDATA[<p>PassShark is a free and easy-to-implement password masking class developed<br />
using MooTools. Inspired and based on the excellent iPhone and iPod touch<br />
password dialog.<a href="http://www.queridodesign.net/blog/passshark"><img class="aligncenter size-medium wp-image-1683" title="PassShark" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2010/01/PassShark-450x128.jpg" alt="" width="450" height="128" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2010/01/passshark-%e2%80%93-iphone-style-password-masking-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Strength Meter &#124; jQuery</title>
		<link>http://ajaxmint.com/2009/12/password-strength-meter-jquery/</link>
		<comments>http://ajaxmint.com/2009/12/password-strength-meter-jquery/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 09:57:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password strength]]></category>
		<category><![CDATA[strength]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=1064</guid>
		<description><![CDATA[Password Strength shows the strength of you passwords by telling you how long time it would take to brute force them. It tries to calculate how many possibilities the hacker needs to try to guess your password.]]></description>
			<content:encoded><![CDATA[<p>Password Strength shows the strength of you passwords by telling you how long time it would take to brute force them. It tries to calculate how many possibilities the hacker needs to try to guess your password.<a href="http://www.unwrongest.com/projects/password-strength/#demo"><img class="aligncenter size-medium wp-image-1065" title="password strength" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2009/12/password-strength-450x135.jpg" alt="password strength" width="450" height="135" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2009/12/password-strength-meter-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a Password Strength Meter Like Google</title>
		<link>http://ajaxmint.com/2009/11/make-a-password-strength-meter-like-google/</link>
		<comments>http://ajaxmint.com/2009/11/make-a-password-strength-meter-like-google/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:18:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password meter]]></category>
		<category><![CDATA[password strength]]></category>
		<category><![CDATA[strenght meter]]></category>

		<guid isPermaLink="false">http://ajaxmint.com/?p=230</guid>
		<description><![CDATA[Password strength meters are becoming more and more popular amongst web services. Google uses one when creating a Google account. One can argue how useful these meters really are, but non-the-less they are fairly cool for users. So how does one go about making one of these meters? Well it’s fairly straight forward.]]></description>
			<content:encoded><![CDATA[<p>Password strength meters are becoming more and more popular amongst web services. Google uses one when creating a Google account. One can argue how useful these meters really are, but non-the-less they are fairly cool for users. So how does one go about making one of these meters? Well it’s fairly straight forward.<br />
<a href="http://www.codeandcoffee.com/2007/06/how-to-make-a-password-strength-meter-like-google/" target="_blank"><img class="aligncenter size-medium wp-image-231" src="http://ajaxmint.com/wp-content/uploads/ajaxmint/2009/11/pass_strength-308x120.png" alt="" width="308" height="120" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ajaxmint.com/2009/11/make-a-password-strength-meter-like-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

