<?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: User-Selected PassPoints Images</title>
	<atom:link href="http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/</link>
	<description>Every system has a user.</description>
	<pubDate>Thu, 20 Nov 2008 21:39:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Richard M. Conlan</title>
		<link>http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/#comment-103</link>
		<dc:creator>Richard M. Conlan</dc:creator>
		<pubDate>Fri, 08 Jul 2005 03:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/#comment-103</guid>
		<description>The attacker gets the picture by attempting a single login on the user's computer. Given, this assumes a local attacker, but that is clearly a threat. Will the system support remote login? If so then the remote login window would present the picture to the attacker as well. Otherwise the user would have to somehow validate against the remote login before seeing the picture...but that'd take another password or PIN...though perhaps that is an acceptable complication for a remote login.

I think that just shoulder surfing if a very realistic threat model. I don't have to write down the coordinates - the same thing that makes it easy for the user to remember makes it easy for me to remember. If I watch you click five points, and making the reasonable assumption that you're not just clicking coordinates in a blank field, I can associate the objects in the picture and likely remember them. At the least, much easier than I could remember even a halfway decent password. This entry method does not seem extendable to any meaningful variant of password masking.

For phishing and the like it is probably better. It is probably also stronger against being cracked on/offline (then again...the entropy is relatively low if just the point coordinates are used in the hash...I think you'd want to hash the points along with the entire picture...elsewise a single dictionary of coordinate hashes would map to all pictures of equiv size). For remote login it depends somewhat on the response to my above inquiry and who is doing the attack, but it is probably better more often than it is worse. I think for the local attack model this scheme is actually less secure than a relatively well-chosen conventional password.</description>
		<content:encoded><![CDATA[<p>The attacker gets the picture by attempting a single login on the user&#8217;s computer. Given, this assumes a local attacker, but that is clearly a threat. Will the system support remote login? If so then the remote login window would present the picture to the attacker as well. Otherwise the user would have to somehow validate against the remote login before seeing the picture&#8230;but that&#8217;d take another password or PIN&#8230;though perhaps that is an acceptable complication for a remote login.</p>
<p>I think that just shoulder surfing if a very realistic threat model. I don&#8217;t have to write down the coordinates - the same thing that makes it easy for the user to remember makes it easy for me to remember. If I watch you click five points, and making the reasonable assumption that you&#8217;re not just clicking coordinates in a blank field, I can associate the objects in the picture and likely remember them. At the least, much easier than I could remember even a halfway decent password. This entry method does not seem extendable to any meaningful variant of password masking.</p>
<p>For phishing and the like it is probably better. It is probably also stronger against being cracked on/offline (then again&#8230;the entropy is relatively low if just the point coordinates are used in the hash&#8230;I think you&#8217;d want to hash the points along with the entire picture&#8230;elsewise a single dictionary of coordinate hashes would map to all pictures of equiv size). For remote login it depends somewhat on the response to my above inquiry and who is doing the attack, but it is probably better more often than it is worse. I think for the local attack model this scheme is actually less secure than a relatively well-chosen conventional password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ping</title>
		<link>http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/#comment-102</link>
		<dc:creator>Ping</dc:creator>
		<pubDate>Fri, 08 Jul 2005 02:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/#comment-102</guid>
		<description>&lt;blockquote&gt;Personal pictures introduce a couple of additional problems.  For one, it is possible that the user may select pictures that are waaaaay too predictable.&lt;/blockquote&gt;

But how is the attacker going to get the picture?  The scheme described in this post uses a user-selected picture stored only on the user's computer, rather than a common or server-supplied picture.

If you don't have a camera and you don't have the picture, shoulder-surfing someone's PassPoints coordinates is going to be non-trivial.  You can't easily write down the coordinates on a piece of paper, for example.

I think you have to start with a realistic threat model.  If your threat model includes an attacker standing nearby making a video recording of me interacting with my computer, that's a significantly higher bar than most situations in which people use passwords.  I agree that, given that threat, you are going to need to take some more serious protection measures.  But I think the scheme described here could offer some interesting advantages over passwords (at a cost, of course).</description>
		<content:encoded><![CDATA[<blockquote><p>Personal pictures introduce a couple of additional problems.  For one, it is possible that the user may select pictures that are waaaaay too predictable.</p></blockquote>
<p>But how is the attacker going to get the picture?  The scheme described in this post uses a user-selected picture stored only on the user&#8217;s computer, rather than a common or server-supplied picture.</p>
<p>If you don&#8217;t have a camera and you don&#8217;t have the picture, shoulder-surfing someone&#8217;s PassPoints coordinates is going to be non-trivial.  You can&#8217;t easily write down the coordinates on a piece of paper, for example.</p>
<p>I think you have to start with a realistic threat model.  If your threat model includes an attacker standing nearby making a video recording of me interacting with my computer, that&#8217;s a significantly higher bar than most situations in which people use passwords.  I agree that, given that threat, you are going to need to take some more serious protection measures.  But I think the scheme described here could offer some interesting advantages over passwords (at a cost, of course).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard M. Conlan</title>
		<link>http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/#comment-100</link>
		<dc:creator>Richard M. Conlan</dc:creator>
		<pubDate>Fri, 08 Jul 2005 02:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/#comment-100</guid>
		<description>I don't think that addresses the problems I pointed out during the discussion. In general, I still see this approach as being very susceptible to shoulder-surfing or being surreptitiously recorded, either by something tracking the mouse, doing rapid screen grabs, or a video camera. In these regards it is much less secure than a password, because the image is visible from a distance the same memory properties that make it appealing to the user also make it appealing to the attacker.

Personal pictures introduce a couple of additional problems. For one, it is possible that the user may select pictures that are waaaaay too predictable. I can see countless mothers and fathers bringing in family pictures and then just clicking on the heads of their family members and the like. Or how about this: http://www.freepoollessons.com/lessons/lessons1/L1images/img_P1010087.JPG
Wanna bet that just about everybody clicks on the numbers on the pool balls?

Also, there is the danger of co-workers, even without having observed a login, knowing enough about the user to make a reasonably educated guess at the sorts of things the user would click on.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that addresses the problems I pointed out during the discussion. In general, I still see this approach as being very susceptible to shoulder-surfing or being surreptitiously recorded, either by something tracking the mouse, doing rapid screen grabs, or a video camera. In these regards it is much less secure than a password, because the image is visible from a distance the same memory properties that make it appealing to the user also make it appealing to the attacker.</p>
<p>Personal pictures introduce a couple of additional problems. For one, it is possible that the user may select pictures that are waaaaay too predictable. I can see countless mothers and fathers bringing in family pictures and then just clicking on the heads of their family members and the like. Or how about this: <a href="http://www.freepoollessons.com/lessons/lessons1/L1images/img_P1010087.JPG" rel="nofollow">http://www.freepoollessons.com/lessons/lessons1/L1images/img_P1010087.JPG</a><br />
Wanna bet that just about everybody clicks on the numbers on the pool balls?</p>
<p>Also, there is the danger of co-workers, even without having observed a login, knowing enough about the user to make a reasonably educated guess at the sorts of things the user would click on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emergent Chaos</title>
		<link>http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/#comment-96</link>
		<dc:creator>Emergent Chaos</dc:creator>
		<pubDate>Thu, 07 Jul 2005 21:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://usablesecurity.com/2005/07/07/user-selected-passpoints-images/#comment-96</guid>
		<description>&lt;strong&gt;Ping Flood&lt;/strong&gt;

 Over at Usable Security, Ping is blogging about the SOUPS conference, which I'm unfortunately missing. Alan Schiffman is also blogging a little. However, Ping is posting so much that his first posts today have already scrolled off the top...</description>
		<content:encoded><![CDATA[<p><strong>Ping Flood</strong></p>
<p> Over at Usable Security, Ping is blogging about the SOUPS conference, which I&#8217;m unfortunately missing. Alan Schiffman is also blogging a little. However, Ping is posting so much that his first posts today have already scrolled off the top&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
