<?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: Most Password Policies Are Bad</title>
	<atom:link href="http://blog.damianbrady.com.au/2008/07/02/most-password-policies-are-bad/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.damianbrady.com.au/2008/07/02/most-password-policies-are-bad/</link>
	<description>ramblings of a late 20s IT nerd / volleyball junkie / semi-professional drinker</description>
	<lastBuildDate>Mon, 26 Apr 2010 01:56:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: nickf</title>
		<link>http://blog.damianbrady.com.au/2008/07/02/most-password-policies-are-bad/comment-page-1/#comment-379</link>
		<dc:creator>nickf</dc:creator>
		<pubDate>Thu, 03 Jul 2008 04:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damianbrady.com.au/?p=68#comment-379</guid>
		<description>In my own personal experience, and corroborated by some other things I&#039;ve read about common passwords (http://www.modernlifeisrubbish.co.uk/article/top-10-most-common-passwords), there&#039;s a few places to start if you want to try to guess someone&#039;s password:
a) the name of their favourite football team. at a job I once worked at where virtually the entire userbase was situated in Adelaide, just out of interest I queried the database: SELECT * FROM users WHERE password LIKE MD5(&#039;crows&#039;) OR password LIKE MD5(&#039;power&#039;)... unbelievable how many people had this.
b) their own first name.
c) their pet&#039;s name. (obviously, you&#039;ll need to know them personally for this one)

If none of these three work, add a &quot;1&quot; to the end. If that doesn&#039;t work, add &quot;123&quot;.

On a personal level, I&#039;ve been really frustrated by some sites which enforce a minimum length, as well as a MAXIMUM length (sometimes only 8 characters)!! It&#039;s shockingly poor form on at least three counts:
a) I need to create an entirely new password just for this site, so I need to make it even easier to remember or guess if I forget it
b) It means that any potential hackers only have to run brute force attacks for strings of a defined length.
c) It tends to suggest that my password is now sitting somewhere unencrypted. scary.</description>
		<content:encoded><![CDATA[<p>In my own personal experience, and corroborated by some other things I&#8217;ve read about common passwords (<a href="http://www.modernlifeisrubbish.co.uk/article/top-10-most-common-passwords" rel="nofollow">http://www.modernlifeisrubbish.co.uk/article/top-10-most-common-passwords</a>), there&#8217;s a few places to start if you want to try to guess someone&#8217;s password:<br />
a) the name of their favourite football team. at a job I once worked at where virtually the entire userbase was situated in Adelaide, just out of interest I queried the database: SELECT * FROM users WHERE password LIKE MD5(&#8216;crows&#8217;) OR password LIKE MD5(&#8216;power&#8217;)&#8230; unbelievable how many people had this.<br />
b) their own first name.<br />
c) their pet&#8217;s name. (obviously, you&#8217;ll need to know them personally for this one)</p>
<p>If none of these three work, add a &#8220;1&#8243; to the end. If that doesn&#8217;t work, add &#8220;123&#8243;.</p>
<p>On a personal level, I&#8217;ve been really frustrated by some sites which enforce a minimum length, as well as a MAXIMUM length (sometimes only 8 characters)!! It&#8217;s shockingly poor form on at least three counts:<br />
a) I need to create an entirely new password just for this site, so I need to make it even easier to remember or guess if I forget it<br />
b) It means that any potential hackers only have to run brute force attacks for strings of a defined length.<br />
c) It tends to suggest that my password is now sitting somewhere unencrypted. scary.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
