<?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>AdrianHannah.net &#187; script</title>
	<atom:link href="http://adrianhannah.net/tag/script/feed" rel="self" type="application/rss+xml" />
	<link>http://adrianhannah.net</link>
	<description>This Space Intentionally Left Blank</description>
	<lastBuildDate>Fri, 13 Aug 2010 13:29:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Password Policies: Good or Evil?</title>
		<link>http://adrianhannah.net/password-policies-good-or-evil</link>
		<comments>http://adrianhannah.net/password-policies-good-or-evil#comments</comments>
		<pubDate>Sun, 01 Nov 2009 20:57:37 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[batch script]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Windows Domain]]></category>

		<guid isPermaLink="false">http://adrianhannah.net/?p=705</guid>
		<description><![CDATA[Have you ever been forced to change your password on a regular basis, more frequently than you feel you should have to?  Have you ever tried to set your password only to be told that the password didn&#8217;t meet some &#8230; <a href="http://adrianhannah.net/password-policies-good-or-evil">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you ever been forced to change your password on a regular basis, more frequently than you feel you should have to?  Have you ever tried to set your password only to be told that the password didn&#8217;t meet some requirement?  I&#8217;ve been thinking about this topic quite a bit lately because both of these situations have arisen in the last month for me.</p>
<p>At my job, I am required (by Windows Domain Policy implemented by our system administrator) to change my password every 45 days.  I understand the mentality behind forcing password changes on a regular basis.  Changing your password on a regular basis means that if your password is ever compromised it&#8217;s only compromised until the next password change.  Unfortunately, if a person is required to change their password too often, more than likely they&#8217;ll make it something easy to remember as opposed to making it a password that&#8217;s difficult to crack.  I&#8217;ve found that changing my password every 3 months is a good balance for me.</p>
<p>Like most of my generation, I use the Internet for a LOT of things.  I have accounts on numerous websites (some I don&#8217;t even remember).  So believe me when I say, I&#8217;ve seen some pretty ridiculous password policies.  I&#8217;ve seen:</p>
<ul>
<li>sites that require 1 capital letter, 1 number, and 1 special character, but only allow a password to be 8 characters long,</li>
<li>sites that require 1 capital letter, 1 number, and 1 special character, but the number can&#8217;t be the first character and the special character can&#8217;t be the last character,</li>
<li>sites that don&#8217;t broadcast the password policy, just tell you that you&#8217;re password doesn&#8217;t fit,</li>
<li>sites that have a max length for the password but don&#8217;t tell you, and there is no error when you set it.</li>
</ul>
<p>and these are just a few of the more ridiculous ones.</p>
<p>Implementing policies like this can lead to security breaches or lax password management.  For instance, to circumvent the password policy at work, I wrote a batch script that would change my domain password a specified number of times (this is because in Windows you can set a policy to keep password history and disallow you from using the same password within the history, in my office its 25) and back to the original password.</p>
<p>A friend and I schemed up an idea for password policy a few years ago.   First off, there is no policy with regards to minimum length, required character sets, or placement of characters.  The enforced changing of  the password would be dependent on the strength of the current password.  If you have a weak password, you&#8217;ll have to reset your password sooner.  If you have a ridiculously strong password (64 characters with alphanumeric and special characters including capital letter and minimal entropy, because that&#8217;s how I roll) you would never have to change your password.</p>
<p>I suppose the moral of my story is that password policies <span style="text-decoration: underline;">can</span> be good if implemented <em>sanely</em>.  If not, they can cause more problems than they prevent.  In short:  password policies GOOD, moronic IT managers BAD</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianhannah.net/password-policies-good-or-evil/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
