<?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: Check Password Strength with JavaScript and Regular Expressions</title>
	<atom:link href="http://marketingtechblog.com/2007/08/27/javascript-password-strength/feed/" rel="self" type="application/rss+xml" />
	<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/</link>
	<description>new media strategies and other marketing gems</description>
	<lastBuildDate>Sun, 05 Jul 2009 05:48:19 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ayo Celestine</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-284984</link>
		<dc:creator>Ayo Celestine</dc:creator>
		<pubDate>Thu, 04 Jun 2009 05:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-284984</guid>
		<description>Thanks for this little code i can now use it to test my password strength when my visitors .enters their passwords,</description>
		<content:encoded><![CDATA[<p>Thanks for this little code i can now use it to test my password strength when my visitors .enters their passwords,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Ankerl</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-284526</link>
		<dc:creator>Martin Ankerl</dc:creator>
		<pubDate>Tue, 02 Jun 2009 12:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-284526</guid>
		<description>Hi, thanks for that! I am using it in a script to generate SHA encrypted passwords for apache&#039;s .htpasswd online: http://martin.ankerl.com/2009/05/22/online-password-encrypter-for-apache/</description>
		<content:encoded><![CDATA[<p>Hi, thanks for that! I am using it in a script to generate SHA encrypted passwords for apache&#8217;s .htpasswd online: <a href="http://martin.ankerl.com/2009/05/22/online-password-encrypter-for-apache/" rel="nofollow">http://martin.ankerl.com/2009/05/22/online-password-encrypter-for-apache/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wonea</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-260586</link>
		<dc:creator>wonea</dc:creator>
		<pubDate>Tue, 20 Jan 2009 17:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-260586</guid>
		<description>Works great in XULRunner with a little altering around.  Thanks!</description>
		<content:encoded><![CDATA[<p>Works great in XULRunner with a little altering around.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-202129</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Wed, 03 Sep 2008 13:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-202129</guid>
		<description>&quot;P@s$w0rD&quot; shows at strong, although it would be cracked fairly quickly with a dictionnary attack... 
To deploy such a feature on a professionnal solution, I believe it is important to combine this algorithm with a dictionnary check.</description>
		<content:encoded><![CDATA[<p>&#8220;P@s$w0rD&#8221; shows at strong, although it would be cracked fairly quickly with a dictionnary attack&#8230;<br />
To deploy such a feature on a professionnal solution, I believe it is important to combine this algorithm with a dictionnary check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regular expression to check password strength &#171; Andrew Chaa: simple life uk</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-191449</link>
		<dc:creator>Regular expression to check password strength &#171; Andrew Chaa: simple life uk</dc:creator>
		<pubDate>Mon, 11 Aug 2008 14:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-191449</guid>
		<description>[...] server validation, but errored on IE which does client-side validation. I googled a bit and found a similar expression by Douglas Karr&#160; var strongRegex = new [...]</description>
		<content:encoded><![CDATA[<p>[...] server validation, but errored on IE which does client-side validation. I googled a bit and found a similar expression by Douglas Karr&#160; var strongRegex = new [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micky</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-176647</link>
		<dc:creator>micky</dc:creator>
		<pubDate>Thu, 17 Jul 2008 06:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-176647</guid>
		<description>very nice job....

Thanks Douglas, I use it for my current job.</description>
		<content:encoded><![CDATA[<p>very nice job&#8230;.</p>
<p>Thanks Douglas, I use it for my current job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mont</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-149237</link>
		<dc:creator>mont</dc:creator>
		<pubDate>Fri, 13 Jun 2008 05:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-149237</guid>
		<description>great job! exactly how it should be done on the client</description>
		<content:encoded><![CDATA[<p>great job! exactly how it should be done on the client</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-100339</link>
		<dc:creator>Jaap</dc:creator>
		<pubDate>Sun, 13 Apr 2008 20:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-100339</guid>
		<description>Hey, I like your script! I translated it into dutch, and I posted it at my forum &lt;a href=&quot;http://phpsteun.nl/viewtopic.php?f=11&amp;t=23&quot;&gt;here!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey, I like your script! I translated it into dutch, and I posted it at my forum <a href="http://phpsteun.nl/viewtopic.php?f=11&amp;t=23">here!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Impress your Web Visitors with real-time Form Validation &#124; The Marketing Technology Blog</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-61220</link>
		<dc:creator>Impress your Web Visitors with real-time Form Validation &#124; The Marketing Technology Blog</dc:creator>
		<pubDate>Sun, 28 Oct 2007 22:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-61220</guid>
		<description>[...] Password Strength - If you require a certain password strength (combination of alphanumeric characters or cases), then provide some feedback for me while I&#8217;m typing my password in. Don&#8217;t wait for me to submit before telling me it failed. [...]</description>
		<content:encoded><![CDATA[<p>[...] Password Strength &#8211; If you require a certain password strength (combination of alphanumeric characters or cases), then provide some feedback for me while I&#8217;m typing my password in. Don&#8217;t wait for me to submit before telling me it failed. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Check Email Address with JavaScript and Regular Expressions &#124; The Marketing Technology Blog</title>
		<link>http://marketingtechblog.com/2007/08/27/javascript-password-strength/comment-page-1/#comment-61217</link>
		<dc:creator>Check Email Address with JavaScript and Regular Expressions &#124; The Marketing Technology Blog</dc:creator>
		<pubDate>Sun, 28 Oct 2007 22:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://marketingtechblog.com/2007/08/27/javascript-password-strength/#comment-61217</guid>
		<description>[...] and you will get an offer that&#039;s only available to folks that read my feed!A while ago I put up a Password Strength Checker using JavaScript and Regular Expressions. On that same note, you can also check the structure of an email address utilizing the same [...]</description>
		<content:encoded><![CDATA[<p>[...] and you will get an offer that&#8217;s only available to folks that read my feed!A while ago I put up a Password Strength Checker using JavaScript and Regular Expressions. On that same note, you can also check the structure of an email address utilizing the same [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
