<?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"
	>
<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>
	<pubDate>Fri, 21 Nov 2008 17:38:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: nickf</title>
		<link>http://blog.damianbrady.com.au/2008/07/02/most-password-policies-are-bad/#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've read about common passwords (http://www.modernlifeisrubbish.co.uk/article/top-10-most-common-passwords), there's a few places to start if you want to try to guess someone'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('crows') OR password LIKE MD5('power')... unbelievable how many people had this.
b) their own first name.
c) their pet's name. (obviously, you'll need to know them personally for this one)

If none of these three work, add a "1" to the end. If that doesn't work, add "123".

On a personal level, I've been really frustrated by some sites which enforce a minimum length, as well as a MAXIMUM length (sometimes only 8 characters)!! It'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 (http://www.modernlifeisrubbish.co.uk/article/top-10-most-common-passwords), 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(&#8217;crows&#8217;) OR password LIKE MD5(&#8217;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>

<!-- Dynamic Page Served (once) in 0.192 seconds -->
