<?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: When have you last changed you password (and is it complex enough)?</title>
	<atom:link href="http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/feed/" rel="self" type="application/rss+xml" />
	<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/</link>
	<description>Nerdette ravings</description>
	<lastBuildDate>Mon, 02 Jan 2012 20:36:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: BUGabundo</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1521</link>
		<dc:creator>BUGabundo</dc:creator>
		<pubDate>Sun, 12 Apr 2009 01:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1521</guid>
		<description>I change my passwords 2 or 3 times per here, or more, when some actual leak.
I have a diff pass for every service.
I just create an algorithm that somehow relates a master pass and the service, so each pass is unique.</description>
		<content:encoded><![CDATA[<p>I change my passwords 2 or 3 times per here, or more, when some actual leak.<br />
I have a diff pass for every service.<br />
I just create an algorithm that somehow relates a master pass and the service, so each pass is unique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Duminil</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1516</link>
		<dc:creator>Eric Duminil</dc:creator>
		<pubDate>Fri, 10 Apr 2009 15:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1516</guid>
		<description>Andy, you might want to check pwdhash : https://www.pwdhash.com/</description>
		<content:encoded><![CDATA[<p>Andy, you might want to check pwdhash : <a href="https://www.pwdhash.com/" rel="nofollow">https://www.pwdhash.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Carlyle-Clarke</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1515</link>
		<dc:creator>John Carlyle-Clarke</dc:creator>
		<pubDate>Fri, 10 Apr 2009 08:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1515</guid>
		<description>Felt motivated to comment because of the great choice of Radiohead song!  I&#039;ve used this method in the past, although I do like your enhancements a lot.

I wanted to mention Keepassx ( http://www.keepassx.org/ ).  This is a really *awesome* tool, and I&#039;m trying to get into the habit of using it more.  It&#039;s such a well designed piece of free software, it&#039;s cross platform, it&#039;s easy to use and understand and has a bunch of neat security features.  You can use it with a master keyfile or passphrase.  The only thing it lacks is a CLI.</description>
		<content:encoded><![CDATA[<p>Felt motivated to comment because of the great choice of Radiohead song!  I&#8217;ve used this method in the past, although I do like your enhancements a lot.</p>
<p>I wanted to mention Keepassx ( <a href="http://www.keepassx.org/" rel="nofollow">http://www.keepassx.org/</a> ).  This is a really *awesome* tool, and I&#8217;m trying to get into the habit of using it more.  It&#8217;s such a well designed piece of free software, it&#8217;s cross platform, it&#8217;s easy to use and understand and has a bunch of neat security features.  You can use it with a master keyfile or passphrase.  The only thing it lacks is a CLI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1512</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 10 Apr 2009 00:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1512</guid>
		<description>My philosophy has been to have one really long password which I remember, which I use only on devices that I&#039;m in complete control of. I don&#039;t see any value in changing it at all - if it gets found out, then I&#039;m already stuffed anyway, and changing the password won&#039;t get me anything.

For things where I don&#039;t control the password checker (e.g. logins to websites, internet banking passwords, etc), it is a bit tougher. I have two strategies, one for sites I care about (internet banking), one for sites I don&#039;t (most websites). Both strategies are similar, I take a master password, and the domain name of the site, and apply a function to them which spits out a password. The low security one is a simple function (anyone could easily work it out in their head). The high security one involves an md5sum.

This way, I use different passwords everywhere, and I only have to remember a few easy to remember words or phrases.</description>
		<content:encoded><![CDATA[<p>My philosophy has been to have one really long password which I remember, which I use only on devices that I&#8217;m in complete control of. I don&#8217;t see any value in changing it at all &#8211; if it gets found out, then I&#8217;m already stuffed anyway, and changing the password won&#8217;t get me anything.</p>
<p>For things where I don&#8217;t control the password checker (e.g. logins to websites, internet banking passwords, etc), it is a bit tougher. I have two strategies, one for sites I care about (internet banking), one for sites I don&#8217;t (most websites). Both strategies are similar, I take a master password, and the domain name of the site, and apply a function to them which spits out a password. The low security one is a simple function (anyone could easily work it out in their head). The high security one involves an md5sum.</p>
<p>This way, I use different passwords everywhere, and I only have to remember a few easy to remember words or phrases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KC</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1511</link>
		<dc:creator>KC</dc:creator>
		<pubDate>Fri, 10 Apr 2009 00:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1511</guid>
		<description>Every 60 days? That&#039;s impressive. I make really strong passwords for important stuff, but I don&#039;t change them more once every year or two. Especially for my web accounts that have somewhat weaker passwords, there are just too many to change my pass all the time. If only more of them used OpenID...</description>
		<content:encoded><![CDATA[<p>Every 60 days? That&#8217;s impressive. I make really strong passwords for important stuff, but I don&#8217;t change them more once every year or two. Especially for my web accounts that have somewhat weaker passwords, there are just too many to change my pass all the time. If only more of them used OpenID&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougie</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1510</link>
		<dc:creator>Dougie</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1510</guid>
		<description>The method we employee for our users is that they need to choose a new password every 30 days. Now this introduces the likelihood they wont learn it and will write it down.

So we give them the choice of three generated passwords and they pick the most memorable.

The script generates three sets of three characters all in the format consonant-vowel-consonant. This tends to generate a group of three syllable that people seem to remember.

Seems to work well.</description>
		<content:encoded><![CDATA[<p>The method we employee for our users is that they need to choose a new password every 30 days. Now this introduces the likelihood they wont learn it and will write it down.</p>
<p>So we give them the choice of three generated passwords and they pick the most memorable.</p>
<p>The script generates three sets of three characters all in the format consonant-vowel-consonant. This tends to generate a group of three syllable that people seem to remember.</p>
<p>Seems to work well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mez</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1509</link>
		<dc:creator>Mez</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1509</guid>
		<description>Alberto, that&#039;s just an extra source of entropy :P</description>
		<content:encoded><![CDATA[<p>Alberto, that&#8217;s just an extra source of entropy :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mez</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1508</link>
		<dc:creator>Mez</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1508</guid>
		<description>Loving the 2(oa) bit!

Maybe we should also use regex&#039;s in our passwords :D

(oa){,2}</description>
		<content:encoded><![CDATA[<p>Loving the 2(oa) bit!</p>
<p>Maybe we should also use regex&#8217;s in our passwords :D</p>
<p>(oa){,2}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1507</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Thu, 09 Apr 2009 18:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1507</guid>
		<description>The song method is definitely a good one. I use of version of this as well. Thanks for the instructions to tell other people.</description>
		<content:encoded><![CDATA[<p>The song method is definitely a good one. I use of version of this as well. Thanks for the instructions to tell other people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto</title>
		<link>http://myrtti.fi/blog/2009/04/09/when-have-you-last-changed-you-password-and-is-it-complex-enough/comment-page-1/#comment-1506</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Thu, 09 Apr 2009 17:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://myrtti.fi/blog/?p=660#comment-1506</guid>
		<description>Hi:

   I use a method similar to yours but with a little bit more of random. I turn on a radio station and surf until I find a song I know and I use that song.

Yours.

Alberto.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>   I use a method similar to yours but with a little bit more of random. I turn on a radio station and surf until I find a song I know and I use that song.</p>
<p>Yours.</p>
<p>Alberto.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

