<?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: Numeric Password Follies</title>
	<atom:link href="http://blogs.cisco.com/security/numeric-password-follies/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.cisco.com/security/numeric-password-follies/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 05:32:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Dr. Jose A. Wong - Perez</title>
		<link>http://blogs.cisco.com/security/numeric-password-follies/#comment-669147</link>
		<dc:creator>Dr. Jose A. Wong - Perez</dc:creator>
		<pubDate>Wed, 26 Sep 2012 13:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=83674#comment-669147</guid>
		<description><![CDATA[...Thanks for the good article and Per Thorsheim links to enhance this particular keynote...Thanks for sharing]]></description>
		<content:encoded><![CDATA[<p>&#8230;Thanks for the good article and Per Thorsheim links to enhance this particular keynote&#8230;Thanks for sharing
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',669147)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-669147">0</span> likes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Thorsheim</title>
		<link>http://blogs.cisco.com/security/numeric-password-follies/#comment-668900</link>
		<dc:creator>Per Thorsheim</dc:creator>
		<pubDate>Wed, 26 Sep 2012 04:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=83674#comment-668900</guid>
		<description><![CDATA[Sure, having a 4-digit PIN on your phone and a real password at the website would be much better. Together with Jeremi Gosney we created some infographics on the Linkedin leak, clearly showing that many people use association elements to the service in question when creating their passwords, or PINs in general. In the Linkedin case, the use of &quot;blue&quot; in passwords were much higher than any other color word. The primary logo color of Linkedin is .... blue. :-)

Blacklisting top100 PINs, like the list created by Bonneau/Cambridge, would be somewhat reasonable today - from a isolated security perspective. That is; until users start complaining (by phone/mail), and/or start initiating password resets that may genereate extra cost for them and the service provider. Even without any financial cost, I&#039;ll bet users won&#039;t be happy, no matter how you explain security to them.

I fully believe that implementing better rate-limiting on the server side will give better security than applying restrictions onto end users.

Instead of putting restrictions on end users, why not give them the ability to use &lt;= length 64 passwords and explain to them why using long &amp; unique passwords is a good idea, perhaps in combination with a password manager?

There is lots more to be told, which is why I am organizing this passwords conference for the third consecute year. :-)]]></description>
		<content:encoded><![CDATA[<p>Sure, having a 4-digit PIN on your phone and a real password at the website would be much better. Together with Jeremi Gosney we created some infographics on the Linkedin leak, clearly showing that many people use association elements to the service in question when creating their passwords, or PINs in general. In the Linkedin case, the use of &#8220;blue&#8221; in passwords were much higher than any other color word. The primary logo color of Linkedin is &#8230;. blue. <img src='http://blogs.cisco.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Blacklisting top100 PINs, like the list created by Bonneau/Cambridge, would be somewhat reasonable today &#8211; from a isolated security perspective. That is; until users start complaining (by phone/mail), and/or start initiating password resets that may genereate extra cost for them and the service provider. Even without any financial cost, I&#8217;ll bet users won&#8217;t be happy, no matter how you explain security to them.</p>
<p>I fully believe that implementing better rate-limiting on the server side will give better security than applying restrictions onto end users.</p>
<p>Instead of putting restrictions on end users, why not give them the ability to use &lt;= length 64 passwords and explain to them why using long &amp; unique passwords is a good idea, perhaps in combination with a password manager?</p>
<p>There is lots more to be told, which is why I am organizing this passwords conference for the third consecute year. <img src='http://blogs.cisco.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',668900)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-668900">0</span> likes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Balinsky</title>
		<link>http://blogs.cisco.com/security/numeric-password-follies/#comment-668681</link>
		<dc:creator>Andy Balinsky</dc:creator>
		<pubDate>Tue, 25 Sep 2012 21:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=83674#comment-668681</guid>
		<description><![CDATA[Excellent comments, Per. I agree that usability is a key concern. In the case that prompted this article, it does not seem necessary for the PIN to be identical on the phone and the website to achieve usability. Could it not be similarly usable if you had a numerical PIN on the phone, and a more complex, but still memorable password for the website? 

Your list of resources is excellent. I enjoyed the paper by Joseph Bonneau on user-selected PINs. It confirms my assertions that users are terrible at choosing strong numerical PINs, but also indicates that blacklisting common PINs can be effective in cases where 1) attackers get only a small number of guesses (e.g. 3 or 6 tries at an ATM for a bank card) and 2)attackers do not know the birthdate of the victim.
        
They recommend that users do not base PINs on birthdays, and that banks may need to prevent users choosing PINs to completely avoid birthday-based guessing attacks. 

I wish you luck with your Passwords 12 conference in December. Hopefully it will serve to raise awareness of the importance of password policies.]]></description>
		<content:encoded><![CDATA[<p>Excellent comments, Per. I agree that usability is a key concern. In the case that prompted this article, it does not seem necessary for the PIN to be identical on the phone and the website to achieve usability. Could it not be similarly usable if you had a numerical PIN on the phone, and a more complex, but still memorable password for the website? </p>
<p>Your list of resources is excellent. I enjoyed the paper by Joseph Bonneau on user-selected PINs. It confirms my assertions that users are terrible at choosing strong numerical PINs, but also indicates that blacklisting common PINs can be effective in cases where 1) attackers get only a small number of guesses (e.g. 3 or 6 tries at an ATM for a bank card) and 2)attackers do not know the birthdate of the victim.</p>
<p>They recommend that users do not base PINs on birthdays, and that banks may need to prevent users choosing PINs to completely avoid birthday-based guessing attacks. </p>
<p>I wish you luck with your Passwords 12 conference in December. Hopefully it will serve to raise awareness of the importance of password policies.
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',668681)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-668681">0</span> likes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Thorsheim</title>
		<link>http://blogs.cisco.com/security/numeric-password-follies/#comment-668619</link>
		<dc:creator>Per Thorsheim</dc:creator>
		<pubDate>Tue, 25 Sep 2012 19:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=83674#comment-668619</guid>
		<description><![CDATA[Andy;
Good article, although I do not agree on everything. Usability, or should I say security usability, should be a key concern for almost all service providers who considers using PINs as part of the authentication process.

There is more research on PINs available:
Joseph Bonneau (&amp; others) from Cambridge have done some nice work in this area: http://www.cl.cam.ac.uk/~jcb82/

Presentation on PIN codes at Passwords^10 by Howard Smith (Oracle UK): http://ftp.ii.uib.no/pub/passwords10/Howard_Smith_at_Passwords10.mp4 (720p MP4 file, 509MB)

Last but not least:
Passwords^12. A 3-day conference *only* about passwords &amp; PIN codes. December 3-5, Oslo, Norway. Some of the very best password crackers &amp; more coming together to discuss and present more than you ever knew about passwords. More info here:
http://securitynirvana.blogspot.no/p/passwords12-practical-info.html

Best regards,
Per Thorsheim]]></description>
		<content:encoded><![CDATA[<p>Andy;<br />
Good article, although I do not agree on everything. Usability, or should I say security usability, should be a key concern for almost all service providers who considers using PINs as part of the authentication process.</p>
<p>There is more research on PINs available:<br />
Joseph Bonneau (&amp; others) from Cambridge have done some nice work in this area: <a href="http://www.cl.cam.ac.uk/~jcb82/" rel="nofollow">http://www.cl.cam.ac.uk/~jcb82/</a></p>
<p>Presentation on PIN codes at Passwords^10 by Howard Smith (Oracle UK): <a href="http://ftp.ii.uib.no/pub/passwords10/Howard_Smith_at_Passwords10.mp4" rel="nofollow">http://ftp.ii.uib.no/pub/passwords10/Howard_Smith_at_Passwords10.mp4</a> (720p MP4 file, 509MB)</p>
<p>Last but not least:<br />
Passwords^12. A 3-day conference *only* about passwords &amp; PIN codes. December 3-5, Oslo, Norway. Some of the very best password crackers &amp; more coming together to discuss and present more than you ever knew about passwords. More info here:<br />
<a href="http://securitynirvana.blogspot.no/p/passwords12-practical-info.html" rel="nofollow">http://securitynirvana.blogspot.no/p/passwords12-practical-info.html</a></p>
<p>Best regards,<br />
Per Thorsheim
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',668619)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-668619">0</span> likes</p>
]]></content:encoded>
	</item>
</channel>
</rss>
