<?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>Light Blue Touchpaper</title>
	<atom:link href="http://www.lightbluetouchpaper.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lightbluetouchpaper.org</link>
	<description>Security Research, Computer Laboratory, University of Cambridge</description>
	<lastBuildDate>Thu, 12 Aug 2010 12:31:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Capsicum: practical capabilities for UNIX</title>
		<link>http://www.lightbluetouchpaper.org/2010/08/12/capsicum-practical-capabilities-for-unix/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/08/12/capsicum-practical-capabilities-for-unix/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 02:57:37 +0000</pubDate>
		<dc:creator>Robert N. M. Watson</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Awards]]></category>
		<category><![CDATA[Operating systems]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2349</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Capsicum%3A+practical+capabilities+for+UNIX&amp;rft.aulast=Watson&amp;rft.aufirst=Robert&amp;rft.subject=Academic+papers&amp;rft.subject=Awards&amp;rft.subject=Operating+systems&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-08-12&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/08/12/capsicum-practical-capabilities-for-unix/&amp;rft.language=English"></span>
Today, Jonathan Anderson, Ben Laurie, Kris Kennaway, and I presented Capsicum: practical capabilities for UNIX at the 19th USENIX Security Symposium in Washington, DC; the slides can be found on the Capsicum web site. We argue that capability design principles fill a gap left by discretionary access control (DAC) and mandatory access control (MAC) in [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Capsicum%3A+practical+capabilities+for+UNIX&amp;rft.aulast=Watson&amp;rft.aufirst=Robert&amp;rft.subject=Academic+papers&amp;rft.subject=Awards&amp;rft.subject=Operating+systems&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-08-12&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/08/12/capsicum-practical-capabilities-for-unix/&amp;rft.language=English"></span>
<p>Today, Jonathan Anderson, Ben Laurie, Kris Kennaway, and I presented <a href="http://www.cl.cam.ac.uk/research/security/capsicum/papers/2010usenix-security-capsicum-website.pdf">Capsicum: practical capabilities for UNIX</a> at the <a href="http://www.usenix.org/events/sec10/">19th USENIX Security Symposium</a> in Washington, DC; the <a href="http://www.cl.cam.ac.uk/research/security/capsicum/slides/20100811-usenix-capsicum.pdf">slides</a> can be found on the <a href="http://www.cl.cam.ac.uk/research/security/capsicum/">Capsicum web site</a>. We argue that capability design principles fill a gap left by discretionary access control (DAC) and mandatory access control (MAC) in operating systems when supporting security-critical and security-aware applications.</p>
<p>Capsicum responds to the trend of application compartmentalisation (sometimes called privilege separation) by providing strong and well-defined isolation primitives, and by facilitating rights delegation driven by the application (and eventually, user). These facilities prove invaluable, not just for traditional security-critical programs such as tcpdump and OpenSSH, but also complex security-aware applications that map distributed security policies into local primitives, such as Google&#8217;s Chromium web browser, which implement the same-origin policy when sandboxing JavaScript execution.</p>
<p>Capsicum extends POSIX with a new <i>capability mode</i> for processes, and <i>capability</i> file descriptor type, as well as supporting primitives such as <i>process descriptors</i>. Capability mode denies access to global operating system namespaces, such as the file system and IPC namespaces: only delegated rights (typically via file descriptors or more refined capabilities) are available to sandboxes. We prototyped Capsicum on FreeBSD 9.x, and have extended a variety of applications, including Google&#8217;s Chromium web browser, to use Capsicum for sandboxing. Our paper discusses design trade-offs, both in Capsicum and in applications, as well as a performance analysis. Capsicum is available under a BSD license.</p>
<p>Capsicum is collaborative research between the University of Cambridge and Google, and has been sponsored by Google, and will be a foundation for future work on application security, sandboxing, and security usability at Cambridge and Google. Capsicum has also been backported to FreeBSD 8.x, and Heradon Douglas at Google has an in-progress port to Linux.</p>
<p>We&#8217;re also pleased to report the Capsicum paper won Best Student Paper award at the conference!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/08/12/capsicum-practical-capabilities-for-unix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Passwords in the wild, part IV: the future</title>
		<link>http://www.lightbluetouchpaper.org/2010/07/30/passwords-in-the-wild-part-iv-the-future/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/07/30/passwords-in-the-wild-part-iv-the-future/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 17:58:24 +0000</pubDate>
		<dc:creator>Joseph Bonneau</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[Security economics]]></category>
		<category><![CDATA[Security engineering]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2219</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Passwords+in+the+wild%2C+part+IV%3A+the+future&amp;rft.aulast=Bonneau&amp;rft.aufirst=Joseph&amp;rft.subject=Academic+papers&amp;rft.subject=Protocols&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-30&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/30/passwords-in-the-wild-part-iv-the-future/&amp;rft.language=English"></span>
This is the fourth and final part in a series on password implementations at real websites, based on my paper at WEIS 2010 with Sören Preibusch.
Given the problems associated with passwords on the web outlined in the past few days, for years academics have searched for new technology to replace passwords. This thinking can at [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Passwords+in+the+wild%2C+part+IV%3A+the+future&amp;rft.aulast=Bonneau&amp;rft.aufirst=Joseph&amp;rft.subject=Academic+papers&amp;rft.subject=Protocols&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-30&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/30/passwords-in-the-wild-part-iv-the-future/&amp;rft.language=English"></span>
<p><em>This is the fourth and final part in a series on password implementations at real websites, based on my paper at <a href="http://www.cl.cam.ac.uk/%7Ejcb82/doc/password_thicket_bonneau_preibusch.pdf">WEIS 2010</a></em><em> with Sören Preibusch.</em></p>
<p>Given the problems associated with passwords on the web outlined in the past few days, for years academics have searched for new technology to replace passwords. This thinking can at times be counter-productive, as no silver bullets have yet materialised and this has distracted attention away from fixing the most pressing problems associated with passwords. Currently, the trendiest proposed solution is to use federated identity protocols to greatly reduce the number of websites which must collect passwords (as we&#8217;ve argued would be a <a href="http://www.lightbluetouchpaper.org/2010/07/27/passwords-in-the-wild-part-i-the-gap-between-theory-and-implementation/">very positive step</a>). Much focus has been given to OpenID, yet it is still struggling to gain widespread adoption. OpenID was deployed at less than 3% of websites we observed, with only <a href="https://www.mixx.com/register">Mixx</a> and <a href="http://www.livejournal.com/">LiveJournal</a> giving it much prominence.</p>
<p>Nevertheless, we optimistically feel that real changes will happen in the next few years, as password authentication on the web seems to be becoming increasingly unsustainable due to the increasing scale and interconnectivity of websites collecting passwords. We actually think we are already in the early stages of a password revolution, just not of the type predicted by academia.</p>
<p><span id="more-2219"></span>The question of why passwords still dominate was discussed at a panel 18 months ago at <a href="http://research.microsoft.com/apps/pubs/?id=80199">Financial Crypto 2009</a>, and already several of the major stumbling blocks to password replacement are quickly fading:</p>
<ul>
<li><strong>Reluctance to deploy new technology-</strong>While few websites have replaced passwords as a primary means of authentication, there has been considerable innovation by large authentication services in the past year, mostly in backup authentication. Google has rolled out <a href="https://www.google.com/accounts/UpdateAccountRecoveryOptions">SMS-based password recovery</a>, Microsoft is planning to do the same for <a href="http://www.marketwire.com/press-release/Microsoft-Previews-Reinvented-Windows-Live-Hotmail-NASDAQ-MSFT-1261956.htm">one-time use at untrusted terminals</a>, Facebook has rolled out backup authentication by <a href="http://www.insidefacebook.com/2010/07/26/facebook-photos-verify">identifying friends tagged in photographs</a>, and Amazon has quietly introduced its novel <a href="https://www.amazon.com/gp/payphrase/claim/whats-this.html">Payphrases system</a>.</li>
<li><strong>Lack of public evidence of risk<strong>-</strong></strong>There have been a few high publicity password incidents in the last year, notably the <a href="http://techcrunch.com/2009/12/14/rockyou-hack-security-myspace-facebook-passwords/">RockYou hack</a> and <a href="http://status.twitter.com/post/367671822/reason-4132-for-changing-your-password">Twitter account compromises</a> which led to forced reset of past users. These attacks are larger in scale than previous hacks but not qualitatively different (consider the now all-but-forgotten <a href="http://web.archive.org/web/20070109023445/http%3A//reddit.com/blog/theft">Reddit password compromise</a> of 2007). Twitter is proving to be an interesting driver of change, however. While there have been  high-profile account takeovers of other celebrity accounts, such as <a href="http://en.wikipedia.org/wiki/Sarah_Palin_email_hack">Sarah Palin&#8217;s email</a>, or <a href="http://www.theregister.co.uk/2005/02/21/paris_hacked/">Paris Hilton&#8217;s mobile phone</a>, celebrity Twitter account hacks have become routine, happening to basketball player <a href="http://blog.taragana.com/index.php/archive/ray-allen-twitter-account-hacked-reopened/">Ray Allen</a>, singer <a href="http://mashable.com/2010/02/27/jason-mraz-twitter-hacked/">Jason Mraz</a>, astronauts with <a href="http://www.coated.com/nasa-astronauts-twitter-account-hacked/">NASA</a>, and even President <a href="http://news.bbc.co.uk/1/hi/world/europe/8586269.stm">Barack Obama</a> (of course, some claims of account takeover are <a href="http://news.bbc.co.uk/1/hi/uk_politics/8517278.stm">quite dubious</a>). The most interesting thing about these attacks is that they increasingly seem to be financially motivated, as a high-audience compromised account is used to insert spam advertising. If account takeover becomes industrialised (along the lines of phishing and spam), it will put real pressure on changes to web authentication.</li>
<li><strong>No organisation with sufficient leverage to move the market</strong>-With the <a href="http://www.guardian.co.uk/technology/2010/jul/21/facebook-500-million-users">meteoric rise of Facebook</a>, this assumption is increasingly dated. Facebook is increasingly gaining the power to impose its preferred identity solution, Facebook Connect, with some <a href="http://techcrunch.com/2010/03/04/yahoo-contacts-gets-facebook-connect/">large identity providers getting on board</a>.</li>
</ul>
<p>This leaves one major problem in place, competing stakeholders in the market, to which our study provides valuable data. Why do small websites, particularly news websites, still collect their own passwords instead of relying on a federated identity provider? There seems to be little security reason for doing so, as reliance on email providers for backup authentication is already nearly universal. Excluding webmail providers themselves, over 97% of websites we studied used external email addresses as login identifiers and performed password reset using email as a trusted channel.</p>
<p>Considering newspaper websites as the prime example of password deployments with questionable utility, we found that they were significantly more likely than other websites to collect marketing data at the time of password collection. They also nearly universally, with only a single exception, insist on verifying the validity of a user&#8217;s email address as a pre-requisite for an account (this was equally true at sites which also require CAPTCHAs, so we don&#8217;t think false account prevention is the primary reason). At this point, users may be trained to accept the idea of inputting personal data along with a password. A password input field may serve as a ceremonial cue that entering personal data into a form is safe (verifying this with behavioural experiments is an important future research question).</p>
<p>Thus, collecting passwords provides cover for collecting personal data, which provides tangible benefits to a site operator. The costs of password collection, however, aren&#8217;t primarily borne by the server. As <a href="http://www.lightbluetouchpaper.org/2010/07/28/passwords-in-the-wild-part-ii-failures-in-the-market/">discussed Wednesday</a>, the costs of insecurity are largely borne by higher-security websites. The usability costs, in contrast are borne by users themselves. Users have a limited capability to remember and manage multiple passwords securely, which deteriorates as each additional website which requests a password, but each of those websites gains unilaterally from collection. Thus, over-collection can be viewed as a <a href="http://en.wikipedia.org/wiki/Tragedy_of_the_commons">tragedy of the commons</a>, as each website races to capitalise on users&#8217; limited resources. As a result, 85% of the <a href="http://www.alexa.com/topsites">500 most popular websites</a> collect passwords, and the average web user has over <a href="http://research.microsoft.com/apps/pubs/?id=74164">25 password-protected accounts</a>.</p>
<p>OpenID may be being held back by market forces. For users, removing the requirement of registering personal information with the site is an advantage, but for many websites, removing the ability to collect personal data eliminates a major justification for deploying passwords at all. This may explain why we saw over twice as many websites in our study which accepted Facebook Connect, a proprietary protocol which is very similar to OpenID. In addition to being simpler for users to understand, Facebook Connect allows relying websites to send data to and from the user&#8217;s Facebook profile, more than replacing the previous motivation for collecting passwords. Tapping into Facebook&#8217;s unique arsenal of user data has proved irresistible even to large websites like <a href="http://www.telegraph.co.uk/technology/facebook/7914188/Amazon-integrates-Facebook-Connect-to-improve-its-recommendations.html">Amazon</a>.</p>
<p>Of all places on the web though, I think the American gossip website <a href="http://www.tmz.com/">TMZ</a> may be the clearest picture of the future. Authentication on the site is seamless, just as OpenID advocates hope it can be. Objects on the site can be dragged and dropped into one of several external identity providers (Facebook, Google, Twitter, and Yahoo), each with heavy customisation and use of OAuth to share data, but no option to use other OpenID providers. Whether OpenID is used or similar protocols, the future may be dominated by a small oligopoly of identity providers with large amounts of personal data, in contrast to the design goals of OpenID. The economics make it inevitable, however, that most sites don&#8217;t really care about who you are, but what they can gain from who you are.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 433px; width: 1px; height: 1px; overflow: hidden;">http://www.tmz.com/</div>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/07/30/passwords-in-the-wild-part-iv-the-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passwords in the wild, part III: password standards for the Web</title>
		<link>http://www.lightbluetouchpaper.org/2010/07/29/web-password-standards-2/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/07/29/web-password-standards-2/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 22:54:46 +0000</pubDate>
		<dc:creator>Sören Preibusch</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Security economics]]></category>
		<category><![CDATA[Security engineering]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2214</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Passwords+in+the+wild%2C+part+III%3A+password+standards+for+the+Web&amp;rft.aulast=Preibusch&amp;rft.aufirst=S%C3%B6ren&amp;rft.subject=Academic+papers&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-29&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/29/web-password-standards-2/&amp;rft.language=English"></span>
This is the third part in a series on password implementations at real websites, based on my paper at WEIS 2010 with Joseph Bonneau.
In our analysis of 150 password deployments  online, we observed a surprising diversity of  implementation choices. Whilst sites can be ranked by the overall  security of their password scheme, [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Passwords+in+the+wild%2C+part+III%3A+password+standards+for+the+Web&amp;rft.aulast=Preibusch&amp;rft.aufirst=S%C3%B6ren&amp;rft.subject=Academic+papers&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-29&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/29/web-password-standards-2/&amp;rft.language=English"></span>
<p><em>This is the third part in a series on password implementations at real websites, based on my paper at <a href="http://www.cl.cam.ac.uk/%7Ejcb82/doc/password_thicket_bonneau_preibusch.pdf">WEIS 2010</a></em><em> with Joseph Bonneau.</em></p>
<p>In our analysis of 150 password deployments  online, we observed a surprising diversity of  implementation choices. Whilst sites can be ranked by the overall  security of their password scheme, there is a vast <a href="http://preibusch.de/publications/Bonneau_Preibusch__password_thicket.pdf#page=28">middle group</a> in which sites make seemingly incongruous security decisions. We also found almost no evidence of commonality in implementations. Examining  the details of Web forms (variable names, etc.) and the format of  automated emails, we found little evidence that sites are re-using a common  code base. This lack  of consistency in technical choices suggests that standards and guidelines could improve security.</p>
<p>Numerous RFCs concern themselves with one-time passwords and other relatively sophisticated authentication  protocols. Yet, traditional password-based authentication remains the most  prevalent authentication protocol on the Internet, as the International  Telecommunication Union&#8211;itself a United Nations specialized agency to  standardise telecommunications on a worldwide basis&#8211;observes in their <a href="http://www.itu.int/rec/T-REC-X.1151-200711-I/en">ITU-T Recommendation X.1151</a>,  &#8220;Guideline on secure password-based, authentication protocol with key  exchange.&#8221; Client PKI has not seen wide-spread  adoption and tokens or smart-cards are prohibitively cost-inefficient or  inconvenient for most websites. While passwords have many shortcomings, it is essential deploy them as carefully and securely as possible. Formal standards and guidelines of best  practices are essential to help developers.</p>
<p><span id="more-2214"></span><br />
<h2>Where Web standards come from</h2>
<p>Traditionally, standards for secure IT systems have been developed by national standardisation agencies, such as <a href="http://www.din.de">DIN</a>, and federal IT agencies,  such as the <a href="http://www.bsigroup.com/">BSI</a> or <a href="http://www.nist.gov/index.html">NIST</a> whose recommendations and guidelines first  applied to government IT and whose scope was then extended to commercial  installations. With the harmonisation of standardisation efforts,  national standards then became European Norms (EN) or international standards (of the <a href="http://www.iso.org">ISO</a>). In some cases, technical specifications made it into codified law.</p>
<p>Second, new cross-national standardisation organisations have  emerged, specifically targeted at the Internet and the Web. Most  relevant are the Internet Engineering Task Force (<a href="http://www.ietf.org/">IETF</a>), with its committee the Internet Architecture Board (<a href="http://www.iab.org/">IAB</a>), and the World Wide Web Consortium (<a href="http://www.w3c.org/">W3C</a>).  Both are characterised by a fairly quick standards track and an impetus  of &#8220;making things work.&#8221; More importantly, their standards are  universally accessible for free. Other Internet standards bodies, such  as the Internet Assigned Numbers Authority (<a href="http://www.iana.org/">IANA</a>) would not include passwords on the Web into their scope of work.</p>
<p>Third, there are industry consortia such as Organization for the Advancement of Structured Information Standards (<a href="http://www.oasis-open.org/">OASIS</a>) and professional associations such as the Institute of Electrical and Electronics Engineers (<a href="http://ieee.org/">IEEE</a>) that shape Internet developments on an applications and a technical level, but their work does not include password advice.</p>
<p>Fourth, commercial entities that certify the security of websites and  issue seals for a fee have (presumably) developed their own  checklists. However, these lists are not publicly available and their quality cannot be the scrutinised. All the same,  blatant security breaches at certified websites have cast doubt on the  quality of these certification procedures (e.g. <a href="http://www.netzpolitik.org/2009/exklusiv-die-buecher-der-anderen/">TÜV SÜD s@fer-shopping and Libri.de case</a>, <a href="http://www.ftc.gov/opa/2010/02/controlscan.shtm">ControlScan</a>), as has <a href="http://www.benedelman.org/publications/advsel-trust-draft.pdf">academic research</a> into their effectiveness.  Moreover, it is unclear if an evaluation checklist can also serve as a guideline during development.</p>
<p>Finally, large software vendors, providers of software  development environments, website toolkits and  frameworks can effectively shape the technical landscape on the  Web. Defaults in such solutions are the most powerful way to establish a de-facto standard  and potentially exercise positive paternalism.</p>
<h2>Standards on password technologies</h2>
<h3>Government standards</h3>
<p>Most government-track standards focus on systems security, but  the recommendations on password security they contain could be analogously applied  to the Web. In the United States, NIST published <a href="http://www.itl.nist.gov/fipspubs/fip112.htm">FIPS 112</a> on &#8220;Password Usage&#8221; in 1985, which gave very specific advice on  password implementations. The standard includes encrypting all passwords  during transmission and storage, forcing users to change passwords  every year, and forcing users to pick a new password after forgetting  the previous one. <!-- This advice pre-dates the consumer Internet, and some of the standard has been specifically recommended against by more recent academic work [14, 41]. --> The guidelines also motivate a password length of 5 to 8 characters as a  compromise between memorability, security, and ease of typing, and supporting  several potential character sets. <!-- FIPS 112 requires a six character minimum without imposing non-alphabetic characters, though users must be directly warned not to pick dictionary words or information relating to them personally. --></p>
<p>More recently, NIST published <a href="http://csrc.nist.gov/publications/drafts/800-63-rev1/SP800-63-Rev1_Dec2008.pdf">SP 800-63</a> &#8220;Electronic Authentication Guideline&#8221; in 2008.  This document contains fewer specifics about password authentication,  instead defining four assurance levels for remote authentication, for  which only the lowest two levels can be based solely on passwords. It  provides general requirements for password security, such as encryption  during transmission and storage, but is not intended for website  developers and provides no guidance on the interaction of password  authentication with Web protocols. The standard also avoids recommending  any specific password requirements, but does mandate upper limits on  password guessability and provides a detailed algorithm for  approximating the required entropy with length and character classes.</p>
<p>Amongst international standards, <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=42103">ISO/IEC 27001:2005</a> mandates that a secure system requires strong  passwords, but provides no technical details; buyers of the accompanying  implementation guide <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50297">ISO/IEC 27002:2005</a> get some additional details on &#8220;access control,&#8221; including password considerations. The German <a href="https://www.bsi.bund.de/cln_156/sid_852E06410EEDAD09AD83EADF3453D5E2/EN/TheBSI/thebsi_node.html">BSI</a> (Federal Office for Information Security) published technical standards  for satisfying ISO 27001 which do contain specific recommendations. The <a href="https://www.bsi.bund.de/cln_156/DE/Themen/ITGrundschutz/itgrundschutz_node.html">IT-Grundschutz</a> (IT Baseline Protection) Catalogues are organised by modules and  provide details on threats and security safeguards; they can be  downloaded for free. Now in its <a href="https://www.bsi.bund.de/cae/servlet/contentblob/478418/publicationFile/54741/it-grundschutz-kataloge_2009_EL11_de.pdf">eleventh edition</a>,  it has been translated into several languages, and  has grown to more than 4000 pages. On the subject of passwords, the  compromise between security and usability is acknowledged again. Alphanumeric  passwords should be made up of at least eight characters, and  numbers-only passwords should have a minimum length of six. Further, error  messages should be unspecific with no indication whether username and/or  password were wrong and account locking should happen silently.</p>
<p>None of these standards deals with password recovery, assuming that an administrative  help desk and a secure channel are available. Also they  abstract away many implementation issues on the Web, such as the choice between HTTP  authentication and form-based submission of  login credentials.</p>
<h3>HTTP and HTML standards</h3>
<p>In HTTP authentication, the server detects that the requested  resource requires authentication and sends an HTTP 401 status code along  with a &#8220;WWW-Authenticate&#8221; header. According to <a href="http://www.ietf.org/rfc/rfc2617.txt">RFC 2617</a>,  the browser then displays a (modal) dialog that prompts for username and  password before any content is displayed. In the &#8220;Basic&#8221; variant, the  credentials are submitted unencrypted; in &#8220;Digest&#8221; mode, introduced with  HTTP/1.1 to &#8220;avoid the most serious flaws of Basic authentication&#8221;,  salted MD5 hashes with incremental nonces can be used. Regardless of  security considerations, HTTP authentication suffers from usability  drawbacks and the inability to style the password prompt. As a result,  we did not see a single instance of HTTP authentication in our survey.</p>
<p>In form-based authentication, the implementation is site-specific. The HTML (XHTML, WML, …) page includes a  form with input fields for username and password. The data the user  enters is submitted just as any other HTTP request, either as part of  the request (GET) or in the body (POST). Consequently, transmission is unprotected by default unless the connection is encrypted via TLS (HTTPS) or hashing is done with  a client-side script (we observed three websites doing so). The relevant  standards are the HTML specifications that define the markup for Web  forms and input fields; these elements were already part of <a href="http://tools.ietf.org/html/rfc1866#section-8.1">HTML 2.0</a> in 1995. They came with &#8220;security considerations,&#8221; noting that the  &#8220;widely deployed methods for submitting forms requests &#8212; HTTP and SMTP  &#8212; provide little assurance of confidentiality.  Information providers  who request sensitive information via forms &#8212; especially by way of the  `PASSWORD&#8217; type input field &#8212; should be aware and make their users  aware of the lack of confidentiality.&#8221; This advice was dropped in <a href="http://www.w3.org/TR/REC-html32#fields">HTML 3.2</a>,  where it was instead said to obfuscate user input &#8220;using a character  like * to hide the text from prying eyes when entering passwords&#8221;  (suggesting a shift in the threat model). Incidentally, the example  provided in the specification included a password field of &#8220;size=12&#8243;  with no &#8220;maxlength&#8221; restriction. <a href="http://www.w3.org/TR/REC-html40-971218/interact/forms.html#h-17.4.1">HTML 4.0</a> saw the re-introduction of a note that a plaintext password &#8220;affords  only light security protection&#8221; as it is &#8220;transmitted to the server in  clear text&#8221;. Similar but even more explicit caveats are also included in  <a href="http://www.w3.org/TR/2009/REC-xforms-20091020/#ui-secret">XForms</a>. Security notes have disappeared again from <a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#password-state">HTML5</a>, with the exception of a vague and potentially  misleading hint that a &#8220;user agent should obscure the value so that  people other than the user cannot see it.&#8221;</p>
<p>Developers are thus unable to glean concrete help  from the HTML specifications on how to implement a good password prompt.  Given the strong effort  to revamp forms in HTML5, it seems a lost opportunity to add better  security functionality to the password input field through client-side  scripting, as it was done for many other of the input fields. As early  as 1999, a W3C Note on <a href="http://www.w3.org/TR/NOTE-authentform">User Agent Authentication Forms</a> proposed &#8220;new HTML capability to aid in the development of  authenticated Web user interfaces&#8221;, that came down to combining the  security advantages of HTTP Digest authentication with the superior user  experience of Web forms (the interplay between HTTP and form-based  authentication has been <a href="http://tools.ietf.org/id/draft-broyer-http-cookie-auth-00.txt">revisited recently</a> from a usability perspective, resulting in a rather obscure cookie-based scheme).</p>
<h3>IETF standards</h3>
<p>Meanwhile, the IETF published requests for comments on  stronger authentication protocols and has spent more time on password  replacements than actual passwords – there are many RFCs on Internet Key  Exchange (RFCs 2409, 3526, 3664, 3706, &#8230;, 5903) but not a single one on  &#8220;how to do traditional passwords.&#8221; Anecdotally, the most relevant RFC on password technology is RFC 972 (from 1986). It describes a <a href="http://www.rfc-editor.org/rfc/rfc972.txt">&#8220;Password Generator Protocol&#8221;</a> that is a service to generate and suggest to the user six strong but  memorable 8-character passwords from which the user may then choose one.</p>
<p>More recently, the prevalence of plaintext passwords on the Web has been acknowledged. The <a href="http://www.ietf.org/id/draft-iab-auth-mech-07.txt">Survey of Authentication Mechanisms</a> by the Internet Architecture Board, currently in its 7th draft,  provides a valuable critical review of authentication technologies,  including (plain) passwords and their alternatives. The section on  passwords lists numerous problems, with countermeasures for each, such  as dictionary attacks and phishing. Resistance against brute force  attacks by guessing common passwords is also discussed with  countermeasure alternatives such as incorporating a limited try  capability with lock-down or an increasing delay for each additional  guess. In a sense, this collection of problems and countermeasures it  can be read as best-practices, but requires an attentive reader to  transform suggested alternatives into real resolutions. Also, this  review still fails to recognise that password reset and recovery have important implications for  overall system security.</p>
<p>Following the &#8220;log-in metaphor,&#8221; authentication on the Web is often  expected to last for a session rather than for a single request. This  calls for preservation and replay of credentials. When using HTTP  authentication, the user agent can include authentication  information in the request headers. Otherwise, cookies are the universal  technique for replaying client identification, as our survey has  confirmed. However RFC <a href="http://www.rfc-editor.org/rfc/rfc2964.txt">2964</a> states that &#8220;it is generally inappropriate to use the HTTP State Management protocol as an authentication mechanism,&#8221;  since cookies are transmitted in an unencrypted manner. RFC <a href="http://www.rfc-editor.org/rfc/rfc2965.txt">2965</a> states that &#8220;While it is  common practice to use them this way, cookies are not designed or  intended to be used to hold authentication information, such as account  names and passwords. Unless such cookies are exchanged over an encrypted  path, the account information they contain is highly vulnerable to  perusal and theft.&#8221; This advice suggests a troubling divide between IETF standards and near-universal practice on the Web.</p>
<h3>Industry libraries and practical guidelines</h3>
<p>Good drop-in solutions exist for content management systems like <a href="http://drupal.org/project/password-reset">Drupal</a> and Web frameworks like <a href="http://docs.djangoproject.com/en/dev/topics/auth/#module-django.contrib.auth.forms">Django</a>, <a href="http://wiki.rubyonrails.org/howtos/authentication-authorization/restful-authentication">Ruby on Rails</a>, or <a href="http://msdn.microsoft.com/en-us/library/ms178329.aspx">ASP.NET</a> which cover most elements of the password life cycle. The Apache project has <a href="http://httpd.apache.org/docs/2.2/howto/auth.html">authentication modules</a>, but only for the uncommon HTTP authentication mechanism and not form-based authentication. Because passwords interface with many areas of a website, it remains <a href="http://www.aidanf.net/rails_user_authentication_tutorial">debated</a> whether re-using an existing password module reduces development   effort for a highly customised site. Certainly, many of the professional websites we observed in our survey made mistakes not found in the modules listed above (though there are certainly dubious password modules as well), indicating that large websites prefer developing their own password solution in contrast to other elements like TLS authentication.</p>
<p>For developers re-inventing the wheel, formal guidelines are harder to find, being largely spread across blogs from <a href="http://www.symantec.com/connect/articles/auditing-web-site-authentication-part-one">industry</a>, <a href="http://guides.rubyonrails.org/security.html">open-source projects</a>, and <a href="http://jeremiahgrossman.blogspot.com/2009/10/all-about-website-password-policies.html">Web security experts</a>. There does not appear to be a canonical set of guidelines online which emerges highly in search engine results. Academic  research on traditional passwords has mostly focused on user studies; a  literature review can  be found in <a href="http://preibusch.de/publications/password_market/">our paper</a>. In search of scientific results, internal validity competes with external validity: the   better controlled a laboratory scenario, the less similar it becomes to   real-world deployments. Consequently, conclusions from academic studies   often cannot be translated easily into actual code. Although very concrete <a href="http://portal.acm.org/citation.cfm?id=1267631">dos and dont&#8217;s</a> of password deployments sometimes arise in academia, the main body of knowledge in academic   papers is generally not accessible to developers as it resides outside   their normal fora (and may be behind pay walls).</p>
<h2>Conclusions</h2>
<p>The value of password standards lies in them being read by developers for help in deploying better password  schemes on their websites. Whilst good standards appeal as is, they aren&#8217;t l&#8217;art pour l&#8217;art. Government standards for system  security tend to ignore new Web-specific pitfalls and do not cover the  entire lifecycle of passwords, especially reset and recovery with no  availability of inherently secure channels. Advice in existing standards  may also be too general to be turned into implementations easily.  Standards bodies dedicated to the Web have not embraced the  pragmatic questions of password security, devoting more effort to password replacements.</p>
<p>Password implementation is a very common task implemented by thousands of websites, but standards are doing little to improve the process. Until good standards become available, their role is partially  fulfilled by industry de-facto standards or community-driven guidelines which remain scattered on the Web amidst much noise.</p>
<p><!-- FIN --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/07/29/web-password-standards-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Passwords in the wild, part II: failures in the market</title>
		<link>http://www.lightbluetouchpaper.org/2010/07/28/passwords-in-the-wild-part-ii-failures-in-the-market/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/07/28/passwords-in-the-wild-part-ii-failures-in-the-market/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:15:02 +0000</pubDate>
		<dc:creator>Joseph Bonneau</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Security economics]]></category>
		<category><![CDATA[Security engineering]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2218</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Passwords+in+the+wild%2C+part+II%3A+failures+in+the+market&amp;rft.aulast=Bonneau&amp;rft.aufirst=Joseph&amp;rft.subject=Academic+papers&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-28&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/28/passwords-in-the-wild-part-ii-failures-in-the-market/&amp;rft.language=English"></span>
This is the second part in a series on password implementations at real websites, based on my paper at WEIS 2010 with Sören Preibusch.
As we discussed yesterday, dubious practices abound within real sites&#8217; password implementations. Password insecurity isn&#8217;t only due to random implementation mistakes, though. When we scored sites&#8217; passwords implementations on a 10-point aggregate [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Passwords+in+the+wild%2C+part+II%3A+failures+in+the+market&amp;rft.aulast=Bonneau&amp;rft.aufirst=Joseph&amp;rft.subject=Academic+papers&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-28&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/28/passwords-in-the-wild-part-ii-failures-in-the-market/&amp;rft.language=English"></span>
<p><em>This is the second part in a series on password implementations at real websites, based on my paper at <a href="http://www.cl.cam.ac.uk/%7Ejcb82/doc/password_thicket_bonneau_preibusch.pdf">WEIS 2010</a></em><em> with Sören Preibusch.</em></p>
<p>As we <a href="http://www.lightbluetouchpaper.org/2010/07/27/passwords-in-the-wild-part-i-the-gap-between-theory-and-implementation/">discussed yesterday</a>, dubious practices abound within real sites&#8217; password implementations. Password insecurity isn&#8217;t only due to random implementation mistakes, though. When we scored sites&#8217; passwords implementations on a 10-point aggregate scale it became clear that a wide spectrum of implementation quality exists. Many web authentication giants (Amazon, eBay, Facebook, Google, LiveJournal, Microsoft, MySpace, Yahoo!) scored near the top, joined by a few unlikely standouts (IKEA, CNBC). At the opposite end were a slew of lesser-known merchants and news websites. Exploring the factors which lead to better security confirms the basic tenets of security economics: sites with more at stake tend to do better. However, doing better isn&#8217;t enough. Given users&#8217; <a href="http://research.microsoft.com/apps/pubs/?id=74164">well-documented tendency</a> to <a href="http://portal.acm.org/citation.cfm?id=1143127">re-use passwords</a>, the varying levels of security may represent a serious market failure which is undermining the security of password-based authentication.</p>
<p><span id="more-2218"></span>For websites, popularity (measured by Alexa traffic data), maturity (measured by years of existence), and technical skill and expenditure (measured by low average server latency) all positively correlate with better security. The simplest explanation is that global sites can afford more (and more skilled) developers to work out the details of their password implementation than local players like the The Nashville Scene can. Controlling for this influence though, we still see sharp differences between market segments. We studied three major use-cases for passwords online: content websites like newspapers, which use them to customise content for frequent readers and speed up commenting (sometimes making them mandatory), e-commerce websites which use passwords to protect shipping and payment data and allow for order-tracking, and &#8220;identity&#8221; websites like email and social networks which use passwords to protect persistent online identities. Below is a plot of password scores showing both traffic rank and market category for each site:</p>
<p style="text-align: left;">
<p style="text-align: center;"><a href="http://www.lightbluetouchpaper.org/wp-content/uploads/2010/07/pspvc2.png"><img class="size-full wp-image-2276  aligncenter" title="Password scores vs. site traffic, categories color-coded" src="http://www.lightbluetouchpaper.org/wp-content/uploads/2010/07/pspvc2.png" alt="Password scores vs. site traffic, categories color-coded" width="440" height="340" /></a></p>
<p>Many significant trends emerged between categories. E-commerce websites are significantly  more likely to deploy TLS and notify users of changes to their account.  Identity websites are significantly more likely to prevent brute-forcing  of users and passwords, to block the use of dictionary words as  passwords, and to require CAPTCHAs to make account changes. These  differences probably relate to the core implementation skills required  to succeed in the two segments: social networks and webmail providers  have to block automated interaction to prevent spam and false account  creation while e-commerce sites have to use encryption to protect  payment details. The sites we studied which store payment card details  (not only e-commerce sites, but many social networking and email sites)  we see significant improvement across the board. Such sites bear a  direct risk of fraud if passwords are compromised, so this isn&#8217;t  surprising.News websites, unfortunately, fare worse than average in every measurable aspect of security, and indeed represented most of the worst practices we found. Interestingly, news sites offering premium content behind pay-walls didn&#8217;t fare significantly better despite having a revenue stream from limiting access. They even managed to take some very simple measures less often, like <a href="http://www.bugmenot.com/report.php">opting-out of the Bugmenot database</a> to prevent users sharing subscriptions.</p>
<p>We only studied websites offering free accounts, so we missed a few important segments. <a href="http://portal.acm.org/citation.cfm?id=1408664.1408680">Falk et al.</a> studied bank websites specifically in 2008, and found problems at a rate comparable to the e-commerce websites we studied. <a href="http://research.microsoft.com/apps/pubs/?id=132623">Flôrencio and Herley</a> recently compared the password policies at government and university  websites to commercial ones and found that commercial websites impose  less strict password strength requirements because usability is more  critical to their business. This was confirmed by our data-we found no  significant variation in password strength  requirements between the segments we studied (all commercial).</p>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } -->It&#8217;s not surprising that sites with different security motivations perform differently. Password security is not an isolated phenomenon though and bad practices at one site can affect unrelated websites because users reuse passwords. It&#8217;s <a href="http://portal.acm.org/citation.cfm?id=975820">long been said in the security community</a> that password re-use is dangerous because it enables attackers to compromise an account at a low-security site and gain access to a higher-security one. This is increasingly true as most websites today use email addresses as identifiers (87% in our study), meaning an email/password combination can unlock many online accounts. The RockYou hacker indicated that <a href="http://www.readwriteweb.com/archives/rockyou_hacker_30_of_sites_store_plain_text_passwords.php">10% of the email/password combinations</a> registered at RockYou were also PayPal accounts (external compromise isn&#8217;t the only threat here: a malicious insider could certainly try to profit from a database at sites like this). This very attack scenario played out earlier <a href="http://www.eweek.com/c/a/Security/Twitter-Details-Phishing-Attacks-Behind-Password-Reset-273647/">this year at Twitter</a>, which forced many users to change their accounts after a torrent website&#8217;s database of email/password pairs was hacked and used to take over Twitter accounts en masse.</p>
<p>News websites may have very little to lose through poor password security, but they can undermine the efforts made by other sites. This is a classic negative externality; with few corrective mechanisms the market is failing as news websites are doing a shoddy job with password security. Removing these externalities is hard; it requires putting a real price tag on hosting an insecure password deployment. RockYou may have endured a <a href="http://techcrunch.com/2009/12/14/rockyou-hack-security-myspace-facebook-passwords/">public shaming</a> on tech blogs, but its gaming business has continued along fine. One approach would be strict punitive laws for websites if user passwords are compromised due to negligence, modeled on data breach notification laws. This is problematic, as aside from public, large-scale attacks, the public may not know when passwords have been compromised (tracer accounts might be useful here). A second approach would be to raise the price of collecting passwords at all, for example by requiring sites to submit to outside auditing or to send users written annual reports about their password security. It would be a successful outcome if fewer sites chose to register passwords in the first place-currently many sites are doing so which are unable to do so securely. In the meantime, technical aids like <a href="https://www.pwdhash.com/">PwdHash</a> to generate site-specific passwords automatically, or <a href="http://www.bugmenot.com/">Bugmenot</a> to re-use credentials at very low-security sites may be the best way to alleviate the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/07/28/passwords-in-the-wild-part-ii-failures-in-the-market/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passwords in the wild, part I: the gap between theory and implementation</title>
		<link>http://www.lightbluetouchpaper.org/2010/07/27/passwords-in-the-wild-part-i-the-gap-between-theory-and-implementation/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/07/27/passwords-in-the-wild-part-i-the-gap-between-theory-and-implementation/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:16:04 +0000</pubDate>
		<dc:creator>Joseph Bonneau</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[Security economics]]></category>
		<category><![CDATA[Security engineering]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2197</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Passwords+in+the+wild%2C+part+I%3A+the+gap+between+theory+and+implementation&amp;rft.aulast=Bonneau&amp;rft.aufirst=Joseph&amp;rft.subject=Academic+papers&amp;rft.subject=Protocols&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-27&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/27/passwords-in-the-wild-part-i-the-gap-between-theory-and-implementation/&amp;rft.language=English"></span>
Sören Preibusch and I have finalised our in-depth report on password practices in the wild, The password thicket: technical and market failures in human authentication on the web, presented in Boston last month for WEIS 2010. The motivation for our report was a lack of technical research into real password deployments. Passwords have been studied [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Passwords+in+the+wild%2C+part+I%3A+the+gap+between+theory+and+implementation&amp;rft.aulast=Bonneau&amp;rft.aufirst=Joseph&amp;rft.subject=Academic+papers&amp;rft.subject=Protocols&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-27&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/27/passwords-in-the-wild-part-i-the-gap-between-theory-and-implementation/&amp;rft.language=English"></span>
<p>Sören Preibusch and I have finalised our in-depth report on password practices in the wild, <a href="http://www.cl.cam.ac.uk/%7Ejcb82/doc/password_thicket_bonneau_preibusch.pdf">The password thicket: technical and market failures in human authentication on the web</a>, presented in Boston last month for <a href="http://weis2010.econinfosec.org/">WEIS 2010</a>. The motivation for our report was a lack of technical research into real password deployments. Passwords have been studied as an authentication mechanism quite intensively for the last 30 years, but we believe ours was the first large study into how Internet sites actually implement them. We studied 150 sites, including the most visited overall sites plus a random sample of mid-level sites. We signed up for free accounts with each site, and using a mixture of scripting and patience, captured all visible aspects of password deployment, from enrolment and login to reset and attacks.</p>
<p>Our data (<a href="http://preibusch.de/publ/password-market">which is now publicly available</a>) gives us an interesting picture into the current state of password deployment. Because the dataset is huge and the paper is quite lengthy, we&#8217;ll be discussing our findings and their implications from a series of different perspectives. Today, we&#8217;ll focus on the preventable mistakes. In academic literature, it&#8217;s assumed that passwords will be encrypted during transmission, hashed before storage, and attempts to guess usernames or passwords will be throttled. None of these is widely true in practice.</p>
<p><span id="more-2197"></span>Storing passwords without hashing (and salting) is the first cardinal sin of password implementation; late last year it enabled the theft of <a href="http://techcrunch.com/2009/12/14/rockyou-hack-security-myspace-facebook-passwords/">32 M RockYou users&#8217; passwords</a>. Yet the practice remains common: at least 29% of the sites we studied sent cleartext passwords via email, meaning that they must be stored without proper hashing (they may be stored encrypted, but this makes little difference-if the server gets rooted, the encryption keys are likely to be available).  It&#8217;s impossible to know how the rest store passwords without auditing their databases, but another telling indicator is that at least 40% of sites imposed a short maximum password length or restrictions on special characters. These are both warning signs that passwords are being stored directly in a database table without hashing, which would reduce arbitrarily long input passwords to a constant storage size. Only 1 site of 150 successfully hashed passwords in the browser using JavaScript, giving us confidence that passwords aren&#8217;t stored in a recoverable format (two other sites tried but botched the details).</p>
<p>Using TLS to authenticate the server and encrypt passwords in transmission is another essential aspect of password security. 41% of sites failed to use any TLS, though what&#8217;s more surprising is the number that implemented TLS inconsistently. A full password implementation will contain up to four separate forms for password entry: enrolment, login, update, and password reset. Of sites implementing TLS, 28% forgot to protect at least one of these forms (usually the update form or the enrolment form), including some big names like Facebook, MySpace, Twitter, and WordPress. Not implementing any TLS may be a (questionable) security trade-off, but implementing it inconsistently is certainly an oversight. Only 39% of sites had a complete, working TLS deployment.</p>
<p>For authentication by an online server, two other important security practices are preventing user probing attacks and password guessing attacks. User probing allows attackers to build up a large list  of users registered with the site. Attackers can use such a list in a <em>trawling attack</em>, where a few popular passwords are guessed for a large number of accounts in the hope of compromising a small number of them. 19% of sites give an &#8220;email address not registered&#8221; error message upon log-in with a bogus email address, making user probing trivial. A much more common mistake, however, made by 80% of sites, is to give an &#8220;email address not registered&#8221; error message when requesting a password reset email for a bogus email address. This is an easy detail to overlook, but it means it is trivial to collect a large membership list at most password-collecting sites.</p>
<p>The risk of a trawling attack, however, is predicated on the assumption that repeated password guessing for an individual account will be limited. In fact, the large majority of sites (84%) did not appear to rate-limit password guessing at all, allowing our automated script to guess 100 incorrect passwords at the rate of one per second before successfully logging in to a test account. There is some research suggesting against <a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=2&amp;ved=0CBYQFjAB&amp;url=http%3A%2F%2Fciteseerx.ist.psu.edu%2Fviewdoc%2Fdownload%3Fdoi%3D10.1.1.8.2500%26rep%3Drep1%26type%3Dpdf&amp;ei=0E9MTMqyCcWe4QbY_aiaDA&amp;usg=AFQjCNGcgu8EnE31ASWmCcnXS4vrflkvrw&amp;sig2=2yX2KThMj9mfcwW5DY-k3A">low guessing cutoffs</a>, but we saw no cutoff values greater than 20, and it seems safe to assume very few of the sites which didn&#8217;t block us after 100 attempts would do so at a later point.</p>
<p>In the security research community, we generally assume web-based password authentication includes basic security measures: encryption during transmission, hashing for storage, and prevention of brute force attacks or user probing. There are still many ways that passwords can fail, notably key-loggers and phishing, for which we have no consensus solution. Yet implementing the basics is surprisingly rare-just 3 of  150 studied sites managed to do so successfully (Google, Microsoft Live, and ShopBop). The sites we studied were, for the most part, professionally-done sites representing multi-million dollar businesses.</p>
<p>In a few cases, sites may be making a defensible security/usability tradeoff. Amazon, for example, didn&#8217;t block our brute force attempts, but there&#8217;s ample reason to believe they detect account takeover by other means. On the whole though, the level of security implemented is dramatically lower than security researchers might expect. There&#8217;s an interesting parallel here. At first the insecurity of passwords was blamed on users not behaving the way security engineers wanted them to: choosing weak passwords, forgetting them, writing them down, sharing them, and typing them in to the wrong domains. It&#8217;s now generally accepted that we should design <a href="http://portal.acm.org/citation.cfm?id=322806">password security around users</a>, and that users may <a href="http://research.microsoft.com/users/cormac/papers/2009/SoLongAndNoThanks.pdf">even be wise to ignore security advice</a>.</p>
<p>Web developers are people too, <a href="http://emergentchaos.com/archives/2010/07/soups-keynote-slides.html">as was recently argued at SOUPS</a>, and they don&#8217;t behave the way security engineers would like either when it comes to passwords. Right or wrong, we should update our thinking to take this into account.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/07/27/passwords-in-the-wild-part-i-the-gap-between-theory-and-implementation/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Who controls the off switch?</title>
		<link>http://www.lightbluetouchpaper.org/2010/07/26/who-controls-the-off-switch/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/07/26/who-controls-the-off-switch/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 17:18:06 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[Security economics]]></category>
		<category><![CDATA[Security engineering]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2204</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Who+controls+the+off+switch%3F&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Politics&amp;rft.subject=Protocols&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-26&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/26/who-controls-the-off-switch/&amp;rft.language=English"></span>
We have a new paper on the strategic vulnerability created by the plan to replace Britain&#8217;s 47 million meters with smart meters that can be turned off remotely. The energy companies are demanding this facility so that customers who don&#8217;t pay their bills can be switched to prepayment tariffs without the hassle of getting court [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Who+controls+the+off+switch%3F&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Politics&amp;rft.subject=Protocols&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-07-26&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/07/26/who-controls-the-off-switch/&amp;rft.language=English"></span>
<p>We have a <a href="http://www.cl.cam.ac.uk/~rja14/Papers/meters-offswitch.pdf">new paper</a> on the strategic vulnerability created by the plan to replace Britain&#8217;s 47 million meters with smart meters that can be turned off remotely. The energy companies are demanding this facility so that customers who don&#8217;t pay their bills can be switched to prepayment tariffs without the hassle of getting court orders against them. If the Government buys this argument &ndash; and I&#8217;m not convinced it should &ndash; then the off switch had better be closely guarded. You don&#8217;t want the nation&#8217;s enemies to be able to turn off the lights remotely, and eliminating that risk could just conceivably be a little bit more complicated than you might at first think. (This paper follows on from our earlier paper <a href="http://www.cl.cam.ac.uk/~rja14/Papers/meters-weis.pdf">On the security economics of electricity metering</a> at <a href="http://www.lightbluetouchpaper.org/2010/06/07/workshop-on-the-economics-of-information-security-2010/">WEIS 2010</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/07/26/who-controls-the-off-switch/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Security and Human Behaviour 2010</title>
		<link>http://www.lightbluetouchpaper.org/2010/06/28/security-and-human-behaviour-2010/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/06/28/security-and-human-behaviour-2010/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 09:50:20 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Security economics]]></category>
		<category><![CDATA[Security psychology]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2185</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Security+and+Human+Behaviour+2010&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Security+economics&amp;rft.subject=Security+psychology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-06-28&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/06/28/security-and-human-behaviour-2010/&amp;rft.language=English"></span>
I’m at SHB 2010, which brings security engineers together with psychologists, behavioral economists and others interested in deception, fraud, fear, risk perception and how we make security systems more usable. 
Here is the agenda. I will be liveblogging the event in comments below this post. Here are the liveblogs for SHB 2009 and SHB 2008.
]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Security+and+Human+Behaviour+2010&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Security+economics&amp;rft.subject=Security+psychology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-06-28&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/06/28/security-and-human-behaviour-2010/&amp;rft.language=English"></span>
<p>I’m at SHB 2010, which brings security engineers together with psychologists, behavioral economists and others interested in deception, fraud, fear, risk perception and how we make security systems more usable. </p>
<p>Here is the <a href="http://www.cl.cam.ac.uk/~rja14/shb10/schedule10.html">agenda</a>. I will be liveblogging the event in comments below this post. Here are the liveblogs for <a href="http://www.lightbluetouchpaper.org/2009/06/11/security-and-human-behaviour-2009/">SHB 2009</a> and <a href="http://www.lightbluetouchpaper.org/2008/06/30/security-psychology/">SHB 2008</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/06/28/security-and-human-behaviour-2010/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Database state &#8211; latest!</title>
		<link>http://www.lightbluetouchpaper.org/2010/06/17/database-state-latest/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/06/17/database-state-latest/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 07:33:10 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Legal issues]]></category>
		<category><![CDATA[News coverage]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Security engineering]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2167</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Database+state+%26ndash%3B+latest%21&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-06-17&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/06/17/database-state-latest/&amp;rft.language=English"></span>
Today sees the publication of a report by Professor Trisha Greenhalgh into the Summary Care Record (SCR). There is a summary of the report in the BMJ, which also has two discussion pieces: one by Sir Mark Walport of the Wellcome Trust arguing that the future of medical records is digital, and one by me [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Database+state+%26ndash%3B+latest%21&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-06-17&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/06/17/database-state-latest/&amp;rft.language=English"></span>
<p>Today sees the publication of a <a href="https://www.ucl.ac.uk/news/scriefullreport.pdf">report</a> by Professor Trisha Greenhalgh into the Summary Care Record (SCR). There is a <a href="http://www.bmj.com/cgi/doi/10.1136/bmj.c3111">summary of the report in the BMJ</a>, which also has two discussion pieces: one by Sir Mark Walport of the Wellcome Trust arguing that <a href="http://www.bmj.com/cgi/content/full/340/jun16_4/c3022">the future of medical records is digital</a>, and one by me which agrees but argues that <a href="http://www.bmj.com/cgi/content/full/bmj.c3020?ijkey=Wsy5oDMvrvr2JWB&#038;keytype=ref">as the SCR is unsafe and unlawful, it should be abandoned</a>. </p>
<p>Two weeks ago I <a href="http://www.lightbluetouchpaper.org/2010/06/04/a-very-rapid-betrayal/">reported here</a> how the coalition government planned to retain the SCR, despite pre-election promises from both its constituent parties to do away with it. These promises followed our <a href="http://www.lightbluetouchpaper.org/2009/03/23/database-state/">Database State</a> report last year which demonstrated that many of the central systems built by the previous government contravened human-rights law. The government&#8217;s U-turn provoked considerable anger among doctors. NGOs and backbench MPs, prompting health minister Simon Burns to promise a <a href="http://www.ehiprimarycare.com/news/5998/greenhalgh_slams_burns_scr_review">review</a>.</p>
<p>Professor Greenhalgh&#8217;s review, which was in fact completed before the election, finds that the SCR fails to do what it was supposed to. It isn&#8217;t used much; it doesn&#8217;t fit in with how doctors and nurses actually work; it doesn&#8217;t make consultations shorter but longer; and the project was extremely badly managed. In fact, <a href="https://www.ucl.ac.uk/news/scriefullreport.pdf">her report</a> should be read by all serious students of software engineering; like the London Ambulance Service report almost twenty years ago, this document sets out in great detail what not to do.</p>
<p>For now, there is some press coverage in the <a href="http://www.telegraph.co.uk/health/healthnews/7833021/Millions-have-online-medical-records-without-knowing-it.html">Telegraph</a>, the <a href="http://www.dailymail.co.uk/news/article-1287263/Millions-patients-dark-medical-records-online.html?ito=feeds-newsxml">Mail</a>, <a href="http://www.e-health-insider.com/news/6006/scr_evaluation_finds_few_benefits">E-health Insider</a> and <a href="http://www.computerworlduk.com/management/government-law/public-sector/news/index.cfm?newsId=20722">Computerworld UK</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/06/17/database-state-latest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Workshop on the economics of information security 2010</title>
		<link>http://www.lightbluetouchpaper.org/2010/06/07/workshop-on-the-economics-of-information-security-2010/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/06/07/workshop-on-the-economics-of-information-security-2010/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:15:07 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Security economics]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2157</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Workshop+on+the+economics+of+information+security+2010&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Security+economics&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-06-07&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/06/07/workshop-on-the-economics-of-information-security-2010/&amp;rft.language=English"></span>
Here is a liveblog of WEIS which is being held today and tomorrow at Harvard. It has 125 attendees: 59% academic, 15% govt/NGO, and 26% industry; the split of backgrounds of 47% CS, 35% econ/management and 18% policy/law. The paper acceptance rate was 24/72: 10 empirical papers, 8 theory and 6 on policy.
The workshop kicked [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Workshop+on+the+economics+of+information+security+2010&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Security+economics&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-06-07&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/06/07/workshop-on-the-economics-of-information-security-2010/&amp;rft.language=English"></span>
<p>Here is a liveblog of <a href="http://weis2010.econinfosec.org/program.html">WEIS</a> which is being held today and tomorrow at Harvard. It has 125 attendees: 59% academic, 15% govt/NGO, and 26% industry; the split of backgrounds of 47% CS, 35% econ/management and 18% policy/law. The paper acceptance rate was 24/72: 10 empirical papers, 8 theory and 6 on policy.</p>
<p>The workshop kicked off with a keynote talk from Tracey Vispoli of Chubb Insurance. In early 2000s, insurance industry thought cyber would be big. It isn&#8217;t yet, but it is starting to grow rapidly. There is still little actuarial data. But the tndustry can shape behaviour by being in the gap between risk aversion and risk tolerance. Its technical standards can make a difference (as with buildings, highways, &#8230;). So far a big factor is the insurance response to notification requirements: notification costs of $50-60 per compromised record mean that a 47m compromise like TJX is a loss you want to insure! So she expects healthy supply and demand model for cyberinsurance in coming years. This will help to shape standards, best practices and culture.</p>
<p>Questions: are there enough data to model? So far no company has enough; ideally we should bring data together from industry to one central shared point. Government has a role as with highways. Standards? Client prequalification is currently a fast-moving target. Insurers&#8217; competitive advantage is understanding the intersection between standards and pricing. Reinsurance? Sure, where a single event could affect multiple policies. Tension between auditability and security in the power industry (NERC) &ndash; is there any role for insurance? Maybe, but legal penalties are in general uninsurable. How do we get insurers to come to WEIS? It would help if we had more specificity in our research papers, if we did not just talk about  &#8220;breaches&#8221; but &#8220;breaches resulting in X&#8221; (the industry is not interested in national security, corporate espionage and other things that do not result in claims). Market evolution? She predicts the industry will follow its usual practice of lowballing a new market until losses mount, then cut back coverage terms. (E.g. employment liability insurance grew rapidly over last 20 years but became unprofitable because of class actions for discrimination etc &#8211; so industry cut coverage, but that was OK as it helped shape best employment practice). Data sharing by industry itself? Client confidentiality stops ad-hoc sharing but it would be good to have a properly regulated central depository. Who&#8217;s the Ralph Nader of this? Broad reform might come from the FTC; it&#8217;s surprising the SEC hasn&#8217;t done anything (HIPAA and GLB are too industry-specific). Quantifiability of best practice? Not enough data. How much of biz is cyber? At present it&#8217;s 5% of Chubb&#8217;s insurance business, but you can expect 8-9% in 2010-11 &ndash; rapid growth!</p>
<p>Future sessions will be covered in additional posts&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/06/07/workshop-on-the-economics-of-information-security-2010/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>A very rapid betrayal</title>
		<link>http://www.lightbluetouchpaper.org/2010/06/04/a-very-rapid-betrayal/</link>
		<comments>http://www.lightbluetouchpaper.org/2010/06/04/a-very-rapid-betrayal/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 14:07:32 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[Legal issues]]></category>
		<category><![CDATA[News coverage]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=2145</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=A+very+rapid+betrayal&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-06-04&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/06/04/a-very-rapid-betrayal/&amp;rft.language=English"></span>
The coalition Government plans to keep the Summary Care Record, despite pre-election pledges by both the Conservatives and the Liberal Democrats to rip up the system &#8211;  which is not compliant with the I v Finland judgement of the European Court of Human Rights.
Last year colleagues and I wrote Database State, a report for [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=A+very+rapid+betrayal&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2010-06-04&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2010/06/04/a-very-rapid-betrayal/&amp;rft.language=English"></span>
<p>The coalition Government <a href="http://www.pulsetoday.co.uk/story.asp?sectioncode=35&#038;storycode=4126219&#038;c=1">plans to keep the Summary Care Record</a>, despite pre-election pledges by both the <a href="http://www.kable.co.uk/conservative-nhs-national-programme-review-obrien-10aug09">Conservatives</a> and the <a href="http://www.kingsfund.org.uk/general_election_2010/party_policies/liberal_democrats.html">Liberal Democrats</a> to rip up the system &ndash;  which is not compliant with the <a href="http://www.lightbluetouchpaper.org/2008/07/23/finland-privacy-judgment/">I v Finland</a> judgement of the European Court of Human Rights.</p>
<p>Last year colleagues and I wrote <a href="http://www.lightbluetouchpaper.org/2009/03/23/database-state/">Database State</a>, a report for the Joseph Rowntree Reform Trust, which studied 46 systems that keep information on all of us, or at least a significant minority of us. We concluded that eleven of them were almost certainly illegal under human-rights law, and most of the rest had problems. Our report was well received by both Conservatives and Lib Dems; many of its recommendations were adopted as policy. </p>
<p>Old-timers may recall that back in 1996-7, many of us geeks supported New Labour enthusiastically, as Blair promised not to introduce  <a  href="http://www.crypto.com/papers/escrowrisks98.pdf">key escrow</a>. It took him almost a year to renege on that promise; it has taken the coalition less than a month.</p>
<p>Blair&#8217;s U-turn on key escrow in 1998 led to the establishment of <a href="http://www.fipr.org">FIPR</a>, and a two-year fight against what became the RIP Act (where at least we limited escrow to the powers in part 3).  What&#8217;s the appropriate response now to Cameron and Clegg?</p>
<p>It&#8217;s inconceivable that assurances given to farmers, or to soldiers, or to teachers would be tossed aside so casually. Yet half a million of us earn our living in IT in Britain &#8211; there&#8217;s a lot more of us than of any of them! And many people in other jobs care about privacy, copyright, and other digital issues. So do those of us who care about digital policy have to become more militant? Or do we have to raise money and bribe the ruling parties? Or, now that all three major parties are compromised, should we downgrade our hopes for parliament and operate through the courts and through Europe instead?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2010/06/04/a-very-rapid-betrayal/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
