<?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: Creating a Usable, Memorable and Secure Password</title>
	<atom:link href="http://blog.softlayer.com/2012/creating-a-usable-memorable-and-secure-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.softlayer.com/2012/creating-a-usable-memorable-and-secure-password/</link>
	<description>A Behind the Scenes Look at the Best Hosting Provider in the World</description>
	<lastBuildDate>Mon, 20 May 2013 22:26:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: Risk Management: Securing Your Servers &#8211; SoftLayer Blog</title>
		<link>http://blog.softlayer.com/2012/creating-a-usable-memorable-and-secure-password/comment-page-1/#comment-44763</link>
		<dc:creator>Risk Management: Securing Your Servers &#8211; SoftLayer Blog</dc:creator>
		<pubDate>Wed, 14 Nov 2012 22:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9207#comment-44763</guid>
		<description>[...] lock the door you leave from, and you head off to your destination. If Phil is right about &#8220;locks keeping honest people honest,&#8221; simply locking your front door may not be enough. When my family moved into a new house [...]</description>
		<content:encoded><![CDATA[<p>[...] lock the door you leave from, and you head off to your destination. If Phil is right about &#8220;locks keeping honest people honest,&#8221; simply locking your front door may not be enough. When my family moved into a new house [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Gite</title>
		<link>http://blog.softlayer.com/2012/creating-a-usable-memorable-and-secure-password/comment-page-1/#comment-42557</link>
		<dc:creator>Vivek Gite</dc:creator>
		<pubDate>Sun, 16 Sep 2012 06:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9207#comment-42557</guid>
		<description>Good intro from Google about how to create a strong password:
http://youtu.be/0RCsHJfHL_4</description>
		<content:encoded><![CDATA[<p>Good intro from Google about how to create a strong password:<br />
<span style="text-align:center; display: block;"><a href="http://blog.softlayer.com/2012/creating-a-usable-memorable-and-secure-password/"><img src="http://img.youtube.com/vi/0RCsHJfHL_4/2.jpg" alt="" /></a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://blog.softlayer.com/2012/creating-a-usable-memorable-and-secure-password/comment-page-1/#comment-42364</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Tue, 11 Sep 2012 13:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9207#comment-42364</guid>
		<description>Great stuff.

I don think using l33t adds much entropy to your password.
Since you take an interest to passwords, I&#039;m also sure you&#039;ve seen this comic by XKCD: http://xkcd.com/936/
It contains some good hints that may be helpful (as a simple variant of Diceware)

Also, use an encrypting password safe wherever possible. I don&#039;t even know most of my passwords and I don&#039;t miss them</description>
		<content:encoded><![CDATA[<p>Great stuff.</p>
<p>I don think using l33t adds much entropy to your password.<br />
Since you take an interest to passwords, I&#8217;m also sure you&#8217;ve seen this comic by XKCD: <a href="http://xkcd.com/936/" rel="nofollow">http://xkcd.com/936/</a><br />
It contains some good hints that may be helpful (as a simple variant of Diceware)</p>
<p>Also, use an encrypting password safe wherever possible. I don&#8217;t even know most of my passwords and I don&#8217;t miss them</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.softlayer.com/2012/creating-a-usable-memorable-and-secure-password/comment-page-1/#comment-42339</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 10 Sep 2012 22:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9207#comment-42339</guid>
		<description>This is also a very good security checker for password strength:
https://dl.dropbox.com/u/209/zxcvbn/test/index.html

It measures password entropy based on dictionary/bruteforce attacks.

Using this tool you can see that the entropy of &quot;SoftLayer Private Clouds, no assembly required.&quot; is about 120 and &quot;S0L@Y#Rpr!Vcl0udN)#mblyR#Q&quot; is 124 although &quot;SoftLayer Private Clouds, no assembly required.&quot; is much easier to remember.

Even if we lower the original password length to 26 characters and have &quot;SoftLayer Private Clouds, &quot; because of the methods of brute force attack algorithms the password will take centuries to break. For an even stronger password it&#039;s best if the words are unrelated (thus &quot;SoftLayer Private Clouds&quot; would most likely not be a good password to have on your SoftLayer server).</description>
		<content:encoded><![CDATA[<p>This is also a very good security checker for password strength:<br />
<a href="https://dl.dropbox.com/u/209/zxcvbn/test/index.html" rel="nofollow">https://dl.dropbox.com/u/209/zxcvbn/test/index.html</a></p>
<p>It measures password entropy based on dictionary/bruteforce attacks.</p>
<p>Using this tool you can see that the entropy of &#8220;SoftLayer Private Clouds, no assembly required.&#8221; is about 120 and &#8220;S0L@Y#Rpr!Vcl0udN)#mblyR#Q&#8221; is 124 although &#8220;SoftLayer Private Clouds, no assembly required.&#8221; is much easier to remember.</p>
<p>Even if we lower the original password length to 26 characters and have &#8220;SoftLayer Private Clouds, &#8221; because of the methods of brute force attack algorithms the password will take centuries to break. For an even stronger password it&#8217;s best if the words are unrelated (thus &#8220;SoftLayer Private Clouds&#8221; would most likely not be a good password to have on your SoftLayer server).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.softlayer.com/2012/creating-a-usable-memorable-and-secure-password/comment-page-1/#comment-42338</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 10 Sep 2012 21:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9207#comment-42338</guid>
		<description>Perhaps you should read this --&gt; http://xkcd.com/936/</description>
		<content:encoded><![CDATA[<p>Perhaps you should read this &#8211;&gt; <a href="http://xkcd.com/936/" rel="nofollow">http://xkcd.com/936/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter M Abraham</title>
		<link>http://blog.softlayer.com/2012/creating-a-usable-memorable-and-secure-password/comment-page-1/#comment-42324</link>
		<dc:creator>Peter M Abraham</dc:creator>
		<pubDate>Mon, 10 Sep 2012 14:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9207#comment-42324</guid>
		<description>http://www.dynamicnet.net/2012/03/weak-passwords-open-doors/ is our take on the issue.

The key to remember is that each application / device should have its own unique password.</description>
		<content:encoded><![CDATA[<p><a href="http://www.dynamicnet.net/2012/03/weak-passwords-open-doors/" rel="nofollow">http://www.dynamicnet.net/2012/03/weak-passwords-open-doors/</a> is our take on the issue.</p>
<p>The key to remember is that each application / device should have its own unique password.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
