<?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>Fri, 24 May 2013 22:31:43 +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>Revisiting secure introduction via hyperlinks</title>
		<link>http://www.lightbluetouchpaper.org/2013/05/24/revisiting-secure-introduction-via-hyperlinks/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/05/24/revisiting-secure-introduction-via-hyperlinks/#comments</comments>
		<pubDate>Fri, 24 May 2013 22:31:43 +0000</pubDate>
		<dc:creator>Joseph Bonneau</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[Security engineering]]></category>
		<category><![CDATA[Web security]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5345</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=Revisiting+secure+introduction+via+hyperlinks&amp;rft.aulast=Bonneau&amp;rft.aufirst=Joseph&amp;rft.subject=Academic+papers&amp;rft.subject=Protocols&amp;rft.subject=Security+engineering&amp;rft.subject=Web+security&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-05-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/05/24/revisiting-secure-introduction-via-hyperlinks/&amp;rft.language=English"></span>
Today at W2SP I presented a new paper making the case for distributing security policy in hyperlinks. The basic idea is old, but I think the time is right to re-examine it. After the DigiNotar debacle, the community is getting serious about fixing PKI on the web. It was hot topic at this week&#8217;s IEEE Security &#38; Privacy [...]]]></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=Revisiting+secure+introduction+via+hyperlinks&amp;rft.aulast=Bonneau&amp;rft.aufirst=Joseph&amp;rft.subject=Academic+papers&amp;rft.subject=Protocols&amp;rft.subject=Security+engineering&amp;rft.subject=Web+security&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-05-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/05/24/revisiting-secure-introduction-via-hyperlinks/&amp;rft.language=English"></span>
<p>Today at <a href="http://w2spconf.com/2013/">W2SP</a> I <a href="https://docs.google.com/presentation/d/1QNZ7Bd2_js6RdQOCFljlsz7AHw8RU-pvcfIjaymjSLA/edit?usp=sharing">presented</a> a <a href="http://research.google.com/pubs/pub41138.html">new paper making the case</a> for distributing security policy in hyperlinks. The basic idea is old, but I think the time is right to re-examine it. After the <a href="http://en.wikipedia.org/wiki/DigiNotar#Issuance_of_fraudulent_certificates">DigiNotar debacle</a>, the community is getting serious about fixing PKI on the web. It was hot topic at this week&#8217;s <a href="http://www.ieee-security.org/TC/SP2013/">IEEE Security &amp; Privacy (Oakland)</a>, highlighted by Jeremy Clark and Paul van Oorschot&#8217;s <a href="http://www.scs.carleton.ca/research/tech_reports/index.php?abstract=TR-13-01&amp;Year=2013">excellent survey paper</a>. There are a slew of protocols under development like <a href="http://tools.ietf.org/html/draft-ietf-websec-key-pinning-04">key pinning</a> (HPKP), <a href="http://www.certificate-transparency.org/">Certificate Transparency</a>, <a href="http://tack.io/">TACK</a>, and others. To these I add <a href="http://www.secure-links.org/">s-links</a>, a complementary mechanism to declare support for new proposals in HTML links.<span id="more-5345"></span></p>
<p>Though it&#8217;s unclear which proposals will take hold, deployment will probably be fragmented: some servers will require HTTPS (using <a href="http://tools.ietf.org/html/rfc6797">HSTS</a>), some may pin keys or use another new protocol, and many will continue to not support HTTPS at all. Clients must know what the server supports prior to initially connecting, or else a middleperson attacker can simulate a server which only supports insecure HTTP (often called a <a href="http://www.thoughtcrime.org/software/sslstrip/">stripping attack</a>). Thus hardening HTTPS includes an enormous policy distribution problem.</p>
<p>The consensus is that querying a new out-of-band trusted server to learn security policy is a non-starter. <a href="http://tools.ietf.org/html/rfc2560">OCSP</a>, a protocol to check if certificates are revoked, provides a painful example. It was never reliable enough for browsers to fail closed if OCSP servers couldn&#8217;t be reached, so it provided negligible security and Chrome <a href="http://www.imperialviolet.org/2012/02/05/crlsets.html">eventually disabled it</a>. This leaves very few channels to distribute security policy prior to initial connections. <a href="http://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.json?view=markup">Browser preloads</a> are great, but can&#8217;t scale indefinitely. <a href="http://datatracker.ietf.org/wg/dnssec/charter/">DNSSEC</a> (via extensions like <a href="https://datatracker.ietf.org/wg/dane/charter/">DANE</a>) is a promising approach, but many deployment issues remain.</p>
<p>This leaves secure introduction: if a user agent is referred to a new domain by an already-trusted domain, the referring domain can indicate a minimum security policy required for the initial connection. <a href="http://www.secure-links.org/">S-links</a> are a proposal to enable secure introduction in HTML. A stricter HTTPS policy (such as key pins) can be declared in a new &#8220;link-security&#8221; attribute, which will apply only to requests caused by that element itself (for example, clicks on a link or loading a JavaScript library).</p>
<p>S-links aren&#8217;t a panacea: they can&#8217;t protect users who manually type a new URL. Still, compared to the alternatives s-links are an efficient and easy-to-deploy channel for security policy. An important lesson from past PKI failures is to build for robustness: multiple protocols will have to be supported and we should build multiple ways of advertising security upgrades. S-links is still a very early-stage project with important details to get right about the user experience and some subtle interactions with the browser&#8217;s same-origin policy. I would greatly appreciate feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/05/24/revisiting-secure-introduction-via-hyperlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A search engine for code</title>
		<link>http://www.lightbluetouchpaper.org/2013/05/14/a-search-engine-for-code/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/05/14/a-search-engine-for-code/#comments</comments>
		<pubDate>Tue, 14 May 2013 13:56:16 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Security engineering]]></category>
		<category><![CDATA[Seminars]]></category>
		<category><![CDATA[Useful software]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5338</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+search+engine+for+code&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Security+engineering&amp;rft.subject=Seminars&amp;rft.subject=Useful+software&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-05-14&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/05/14/a-search-engine-for-code/&amp;rft.language=English"></span>
In a seminar today, we will unveil Rendezvous, a search engine for code. Built by Wei-Ming Khoo, it will analyse an unknown binary, parse it into functions, index them, and compare them with a library of code harvested from open-source projects. 
As time goes on, the programs we need to reverse engineer get ever larger, [...]]]></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+search+engine+for+code&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Academic+papers&amp;rft.subject=Security+engineering&amp;rft.subject=Seminars&amp;rft.subject=Useful+software&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-05-14&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/05/14/a-search-engine-for-code/&amp;rft.language=English"></span>
<p>In a <a href="http://talks.cam.ac.uk/talk/index/45372">seminar</a> today, we will unveil <a href="http://www.cl.cam.ac.uk/~rja14/Papers/rendezvous.pdf">Rendezvous</a>, a search engine for code. Built by <a href="http://www.cl.cam.ac.uk/~wmk26/">Wei-Ming Khoo</a>, it will analyse an unknown binary, parse it into functions, index them, and compare them with a library of code harvested from open-source projects. </p>
<p>As time goes on, the programs we need to reverse engineer get ever larger, so we need better tools. Yet most code nowadays is not written from scratch, but cut and pasted. Programmers are not an order of magnitude more efficient than a generation ago; it&#8217;s just that we have more and better libraries to draw on nowadays, and a growing shared heritage of open software. So our idea is to reframe the decompilation problem as a search problem, and harness search-engine technology to the task.</p>
<p>As with a text search engine, Rendezvous uses a number of different techniques to index a target binary, some of which are described in this paper, along with the main engineering problems. As well as reverse engineering suspicious binaries, code search engines could be used for many other purposes such as monitoring GPL compliance, plagiarism detection, and quality control. On the dark side, code search can be used to find new instances of disclosed vulnerabilities. Every responsible software vendor or security auditor should build one. If you&#8217;re curious, here is the <a href="http://www.rendezvousalpha.com/">demo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/05/14/a-search-engine-for-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Traceability in the Queen&#8217;s Speech</title>
		<link>http://www.lightbluetouchpaper.org/2013/05/08/traceability-in-the-queens-speech/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/05/08/traceability-in-the-queens-speech/#comments</comments>
		<pubDate>Wed, 08 May 2013 13:21:19 +0000</pubDate>
		<dc:creator>Richard Clayton</dc:creator>
				<category><![CDATA[Legal issues]]></category>
		<category><![CDATA[News coverage]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5327</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=Traceability+in+the+Queen%26%238217%3Bs+Speech&amp;rft.aulast=Clayton&amp;rft.aufirst=Richard&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-05-08&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/05/08/traceability-in-the-queens-speech/&amp;rft.language=English"></span>
The Queen&#8217;s speech at today&#8217;s state opening of Parliament includes the prediction:
&#8220;In relation to the problem of matching Internet protocol addresses, my Government will bring forward proposals to enable the protection of the public and the investigation of crime in cyberspace&#8221;
This is all that remains of the Home Office&#8217;s ambition to bring forward a revised [...]]]></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=Traceability+in+the+Queen%26%238217%3Bs+Speech&amp;rft.aulast=Clayton&amp;rft.aufirst=Richard&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-05-08&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/05/08/traceability-in-the-queens-speech/&amp;rft.language=English"></span>
<p>The Queen&#8217;s speech at today&#8217;s state opening of Parliament <a href="http://www.bbc.co.uk/news/uk-politics-22449209">includes the prediction</a>:</p>
<blockquote><p>&#8220;In relation to the problem of matching Internet protocol addresses, my Government will bring forward proposals to enable the protection of the public and the investigation of crime in cyberspace&#8221;</p></blockquote>
<p>This is all that remains of the Home Office&#8217;s ambition to bring forward a revised version of the Draft Communications Data Bill that two Parliamentary Select Committees were <a href="http://isc.independent.gov.uk/news-archive/5february2013">so</a> <a href="http://www.parliament.uk/business/committees/committees-a-z/joint-select/draft-communications-bill/news/full-publication-of-report/">unimpressed</a> by, and which the Liberal Democrats have <a href="http://www.guardian.co.uk/world/2013/apr/25/snoopers-charter-nick-clegg-agreement">declined to support</a>.</p>
<p>The sole issue on which there appears to be political consensus is that &#8220;<a href="http://en.wikipedia.org/wiki/Politician's_syllogism">something must be done</a>&#8221; about the traceability failure that regularly occurs when the Internet is accessed from a smartphone. The <a href="http://www.potaroo.net/tools/ipv4/">shortage of IPv4 addresses</a> means that the mobile companies cannot give each smartphone a unique IP address &#8212; so hundreds of users share the same IP address with only the TCP/UDP source port number distinguishing their traffic. Because this sharing is done very dynamically the mobile phone companies find it problematic to record the source port mapping, and they have argued that the way the EU Data Retention Directive is written they have no obligation to make and keep such records.</p>
<p>I wrote about this issue <a href="http://www.lightbluetouchpaper.org/2010/01/12/extending-the-requirements-for-traceability/">at</a> <a href="http://www.lightbluetouchpaper.org/2010/01/13/practical-mobile-internet-access-traceability/">some</a> <a href="http://www.lightbluetouchpaper.org/2010/01/14/mobile-internet-access-data-retention-not/">length</a> on this blog in January 2010, although until very recently the Home Office considered it to be tantamount to a state secret and were extremely coy about discussing it in the public.</p>
<p>The Queen&#8217;s <em>&#8220;bring forward proposals&#8221;</em> phrase appears to cover a range of options:</p>
<ul>
<li>the mobile companies decide that they can manage to log the source port mapping data after all;</li>
<li>the Home Office pays for new kit at the mobile companies that will allow source port mapping to be done;</li>
<li>there is a short bill (or clause in another bill) that requires the logging to be done (this might avoid any question of payments being <em>ultra vires</em>, or would ensure compliance by companies (possibly broadband suppliers) that looked like becoming stragglers;</li>
<li>there are discussions but nothing happens at all &#8212; perhaps because the tide turns against Data Retention as being a necessary and proportionate policy. A number of other EU countries have found it to be <a href="https://www.eff.org/issues/mandatory-data-retention/eu">incompatible with fundamental human rights</a>.</li>
</ul>
<p>The Open Rights Group (<a href="http://www.openrightsgroup.org/">ORG</a>) have recently produced a pamphlet (<a href="http://www.openrightsgroup.org/ourwork/reports/digital-surveillance/">available online here</a>) setting out how surveillance might be better approached in this century. I contributed the chapter on the technical issues&#8230;</p>
<p>&#8230; if you don&#8217;t have time to read the whole thing then the New Statesman has an <a href="http://www.newstatesman.com/politics/2013/04/snoopers-charter-showed-just-what-government-capable">edited version</a> of my chapter; and you can watch <a href="http://www.youtube.com/watch?feature=player_embedded&#038;v=UOpNCgyXndk">a short video</a> of myself (and two other contributors) explaining the major issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/05/08/traceability-in-the-queens-speech/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How Privacy is Lost</title>
		<link>http://www.lightbluetouchpaper.org/2013/04/28/how-privacy-is-lost/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/04/28/how-privacy-is-lost/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 17:45:55 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[Legal issues]]></category>
		<category><![CDATA[News coverage]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Privacy technology]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5306</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=How+Privacy+is+Lost&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Privacy+technology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-28&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/28/how-privacy-is-lost/&amp;rft.language=English"></span>
On Friday I went to a fascinating lobbying meeting on the new EU data protection regulation. Europe is by default the world&#8217;s privacy regulator, as America doesn&#8217;t care and no-one else is big enough to matter; so this is really important. Some 3000 amendments have been proposed and the regulation is in the final stages [...]]]></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=How+Privacy+is+Lost&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Privacy+technology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-28&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/28/how-privacy-is-lost/&amp;rft.language=English"></span>
<p>On Friday I went to a fascinating lobbying meeting on the <a href="http://ec.europa.eu/justice/newsroom/data-protection/news/120125_en.htm">new EU data protection regulation</a>. Europe is by default the world&#8217;s privacy regulator, as America doesn&#8217;t care and no-one else is big enough to matter; so this is really important. Some <a href="http://www.europarl.europa.eu/oeil/popups/ficheprocedure.do?reference=2012/0011%28COD%29">3000 amendments</a> have been proposed and the regulation is in the final stages of the committee process; the rapporteurs of the various parties are negotiating compromise amendments which should be ready for a vote within weeks. So the pressure is really on.</p>
<p>Friday was extraordinary because all the lobbyists came together in one room to argue their cases. This is because the liberal shadow rapporteur Alexander Alvaro was injured in a car crash last month, so Sarah Ludford, a London MEP, took over at the last minute. Normally lobbyists see MEPs singly or in small groups, but as time was short Sarah called a mass meeting at Europa House in London. So we all got to hear what the others were pushing for. Campaigners for open government say we&#8217;d have better laws if more if the process was public; here&#8217;s an example where that happened (literally) by accident. </p>
<p>I am posting my notes of the meeting here, as it&#8217;s a good case history of how lobbying works, as well as of how our privacy is being lost. There were about 100 people present, of which only 5 were from civil society. Most were corporate lobbyists: good-looking, articulate and impressive, but pushing some jaw-dropping agendas. For example the lovely lady from the Association of British Insurers found it painful that the regulation might ban profiling that was unfair or discriminatory.</p>
<p><span id="more-5306"></span></p>
<p><strong>Sarah Ludford DPR meeting, 3–6 PM, 26/4/13, Europa House, Smith Square.</strong></p>
<p>Sarah says the shadows&#8217; meeting has not so far gone through the articles in order but cherry-picked; started with articles 2, 3, 81, 83. LIBE committee now realising they have to go back to fundamentals. Sympathises with Beith and McNally at Justice SC and ministry who wrote the brief for the Council and are also Lib Dems.</p>
<p><strong>1. Risk and context-based approach</strong></p>
<p>David Smith of the ICO wants to remove a lot of the prescription in the proposals about how many data protection officers a business should have and the documentation it should keep. Art 6 controller and process obligations: should just say &#8220;appropriate&#8221;.</p>
<p>Emma Butler, Reed Elsevier: risk ties to many things in the proposal, so it should articulate what risk is (tangible harm, societal harm).</p>
<p>Mumbling Frenchman (Schwarzbert?)  about virtues of profiling.</p>
<p>Razvan Antemir, EMOTA, ecommerce association in Brussels. Small businesses, excessive to have a DP officer for firms under 10 people. Members already pay for all sorts of trust marks.</p>
<p>Leo Baumann, Nokia and trade association. Location stuff burdensome as don&#8217;t want to have to document millions of processing operations. Need<br />
what&#8217;s deemed to be risky.</p>
<p>Jeremy Wilson, BA and Assoc Eur Airlines and IATA. Risk-based vs context.</p>
<p>Yves Schwarzbert, Advertising association: ditto; this is a blanket,<br />
binary approach which defines almost all data as personal data; need a more granular approach so businesses can enhance its approach to protection. Pseudonymisation?</p>
<p>.. James Nation, CBI, wants to maintain discretion, proportionality; worried about commission&#8217;s power to come in later by delegated acts.</p>
<p><strong>2. Anonymisation. Recital that anonymised data out of scope. ICO guidance.</strong></p>
<p>Ross Anderson: Anonymisation doesn&#8217;t work. Example of postcode and date of birth, and encrypted ANPR data. How to square increase or decrease in risk? Best ensure that liability remains.</p>
<p>Anna Fielder, Privacy International: best to leave out pseudonymisation! As for definitions, best leave them broad and put any exceptions in articles further down. Even things like IP addresses have been used to single people out!</p>
<p>Brad Bryant, Aon. Need to process sensitive health data for a lot of things and it&#8217;s hard to pseudonymise it. But we need it for modelling. We want an incentive to pseudonymise.</p>
<p>Kimon Zorbas, IAB Europe: Harmonise definitions across Europe, such as IP addresses. Defining an/pseud-onymous data would provide clarity. Germany does and the definition is stricter than other countries. Be realistic about regulators, stop fights about what is or is not psuedonymsation.</p>
<p>Emma Ascroft, Yahoo: some data very personal such as name and dob, while other data let you single out a user. The use of pseudonymous data is privacy-enhancing for users but the incentives are not there. Need (a) definitions for everybody (b) legal basis – consent not<br />
workable [you have to authenticate the user which means collecting personal data] (c) data subject rights such as access; all linked to article 20 on profiling which seems to make consent the only basis for profiling, which in turn makes many business models illegal</p>
<p>Mark Purvis from Weber Shandwick, representing MasterCard. Lighter regime for pseudonymised data. Right of access 15, rectification 16, be forgotten 17, portability 18. [Sarah Ludford: art 10 already says that if data don't allow identification, you don't have to collect more information just for compliance].</p>
<p>Ian Roy, Telefonica UK: incentivise PETs, Emma describes well. Wants definition to exclude pseudonymous data [Sarah Ludford: that is not going to happen!]</p>
<p>Beth Thompson, Wellcome: &#8220;singling out&#8221; is a big issue for medical research as in clinical trials you have line data with a line for each patient. Duty on controller / regulator to make anonymisation robust. Code makes it complex</p>
<p>Unknown speaker – &#8220;singled out&#8221; adds nothing.</p>
<p>David Smith: still doesn&#8217;t know what personal data is after 20y. Don&#8217;t tinker with the definition; it&#8217;s just the way we operate that has changed. Art 29 WP has had a view on what &#8220;identify&#8221; means. A cookie singles you out as it gives you different ads; that&#8217;s &#8220;identifiable information&#8221; and &#8220;personal data&#8221;. Are IP addresses pseudonyms? No. But do you apply the full data protection regime? Disproportionate. Pseudonymise? If the same person holds the key it may help security but not protection. It&#8217;s a big range, mindblowing, and struggling with<br />
definitions won&#8217;t help. Apply a risk based approach and be proportionate.</p>
<p>Emma Ascroft: important to define it to get incentives even if hard. Echoed by French guy.</p>
<p>James Leaton Grey, BBC: has many ways to get consent, and is told that their mechanisms aren&#8217;t enough for the Dutch. In any case you get only the computer&#8217;s consent.</p>
<p>Michael Smith, Experian: consent can&#8217;t be the be-all and end-all as the legitimate interest must also work. Credit reference essential for protecting people from excessive credit, and fraud, and free flow of credit. Many statutory provisions for consumers&#8217; rights. Legitimate interest must not be curtailed</p>
<p>James Milligan, Direct Marketing Association. As Richard Thomas said<br />
we&#8217;re turning ourselves into a nation of liars with opt-in boxes. Need multiple levels for the uninterested, the curious and the experts.</p>
<p>Anna Fielder, Privacy International: the proposals are only a small change in a landscape that almost everyone accepts isn&#8217;t working well. Consent technologies are evolving too.</p>
<p>Robbie Williams, BEERG, employee relations: HR will be made impossible by art 7(4) which rules out consent where there is a significant imbalance. Sarah Ludford: consent must be &#8220;freely given&#8221;</p>
<p>Fabrizio Ferraro, IG: art 17 and right to be forgotten – what&#8217;s workable solution for financial services?</p>
<p>Heather Wallet, Barclays: if no legitimate interest, then need carve-out for preventing and detecting fraud and crime.</p>
<p>Andrew, Equifax: important for legitimate interests of third parties</p>
<p>Zoltan Precsenyi, Symantec: can&#8217;t build an information society from the presumption that processing data &#8220;isn&#8217;t permitted unless&#8221;</p>
<p>Victoria Eva, Pearson: prescriptive stuff, burden of proof, means consent requirements hard to deal with in contexts such as education as parents have to consent to most of what kids do. This isn&#8217;t right.</p>
<p>Kim Smouter (?), Esomar, marketing association: some countries treat consent as written so we can&#8217;t do phone surveys. JURI said consent should be appropriate</p>
<p>Ed Simpson, Finance and Leasing Association: conflict between the draft and other regulations requiring we know our customer.</p>
<p>Juergen Baensch, ISFE, Eur videogame industry: parental consent in article 8; advocates retention of age 13 to be consistent with the US. But parental consent should not be applied where there are &#8220;legitimate interests&#8221;</p>
<p>Matilde Fiquet, FEDMA Eur direct marketing: need to extend legitimate interest to third parties.</p>
<p>Ross Anderson: be careful in two cases: legitimate interest of more distant third parties; OK for a third party who subcontracts for the data controller but not OK to sell my data to fifty behavioural advertising firms. Second problem is monopolies which are pervasive in information industries</p>
<p>Julien Fafleur, World federation of advertisers: lawful processing without prejudice to art 10 (not asking for more data for compliance)</p>
<p>Katy Thomas, GMC: right to be forgotten should not apply to medical<br />
records, in relation to possible litigation; and doesn&#8217;t want to see consent between two unattractive options not to be seen as free.</p>
<p>Kathryn Whelan from Intel/McAfee: welcome amendments around security as a legitimate interests. Can have security without privacy but cannot have privacy without security.</p>
<p>Helen Wallace: if genome data are retained, particularly by the state, then the proposed amendments on health data are hazardous as genetic data are biometric.</p>
<p>Rachel Merrett, BMA: supports that forgetting must not apply to medical records; and explicit consent applies already to med data so would prefer &#8220;explicit&#8221; to &#8220;meaningful&#8221;</p>
<p>James Nation, CBI again: article 5f duty to demonstrate compliance &#8220;for each processing operation&#8221; cannot stand.</p>
<p>Anna Hansell, Imperial College London: explicit consent hard for med research on records of millions of people, to whom we can&#8217;t go back for consent. Already tightly regulated under UK law (balance against GMC explicit consent)</p>
<p>Beth Williams, Wellcome: move to broad consent will allow use of consent more often but also need another legal basis.</p>
<p>Emma Ascroft about legitimate interest and pseudonyms again.</p>
<p>Kim Smouter, ESOMAR(?) – e-privacy directive still applies.</p>
<p><strong>3. Data subject rights arts 11-19</strong></p>
<p>Jennie Weaver, ABI, art 12: lack of proportionality compared to DPA around rigid timeframe to provide data, exempting third-party data.</p>
<p>Ed Simpson, Finance and Leasing: wants lenders to charge a small fee to deter vexatious inquiries by claims management companies.</p>
<p>Mita Mitra, BT: agrees on a nominal fee to curb excessive requests as things get more electronic. General worry about authentication and about portability (where the new right seems aimed at social networks)</p>
<p>Anna Fielder: her husband was the victim of ID theft last year and had to make subject access requests of fifteen companies. The total bill came to over £250. Some companies don&#8217;t charge for subject access, and don&#8217;t suffer. A fee is also an issue for pensioners and other<br />
vulnerable people.</p>
<p>Unknown: think of sensitive business data.</p>
<p>Unknown: currently the controller can ask the data subject for help to find the data, and this seems to have fallen by the wayside.</p>
<p>Gordon Nardell, general council of the bar: large number of amendments tabled to 14, 15 by legal professions elsewhere in Europe, which would be too broad as they remove all obligations by people under professional secrecy (so it would extend to doctors and priests as well as lawyers). If person A tells a lawyer to do something nasty to person B, then what happens if B does a subject access request?<br />
Client-attorney confidentiality is protected anyway; the concern is that people park nasty stuff with lawyers as a loophole. The Bar Council takes the view that this should be done by national derogations under 21(5)f, which could be strengthened. Can we please do this in a compromise amendment?</p>
<p>Unknown: how do you square the right to be forgotten with cookies? Figuring out what information is linked to a cookie is often very hard. The user can exercise this right himself much more easily by deleting the cookie, so there should be a derogation from article 17<br />
(right to be forgotten) where the user can do this themselves.</p>
<p>Helen Wallace: we need to beware that data protection applies to police and other state bodies as well, and we have to be careful about the crossover (e.g. if your genome is in your med record, can&#8217;t be deleted, and the police demand access).</p>
<p><strong>4. Profiling</strong></p>
<p>Michael Smith, Experian: be careful with profiling restrictions in article 20 as this would catch a lot of long-established and beneficial uses such as credit scoring, prevention of ID theft, etc.<br />
+1: a Frenchman.</p>
<p>Mark Purvis, Mastercard: Firms like theirs also do fraud profiling under regulatory obligations and following guidelines of ECB, which should count as lawful processing.</p>
<p>James Milligan, UK Direct Marketing Association: ad targeting and profiling should only be limited insofar as it does actual harm.</p>
<p>Barry Ryan, UK Market Research Society: the text just talks about &#8220;the automatic processing of data&#8221; so will apply (e.g.) to the use of statistics in research – particularly if the Albrecht amendments prevail</p>
<p>Helen Wallace: profiling is not always helpful, such as health data being used to profile customers to deny them insurance.</p>
<p>Unknown: pseudonymous data could work here, and for website optimisation, so long as there&#8217;s a rule not to link back to clear data</p>
<p>Unknown: we have so much more data / analytics nowadays, and it&#8217;s not really an optional extra any more. Most doesn&#8217;t go anywhere, but some ends up being applied to individuals where rights such as transparency and access become important.</p>
<p>Tim Pethick, Saga/AA: 18 million customers, personalised marketing important, and to insurance in particular. If we couldn&#8217;t do risk/fraud detection it would add 4% to premiums.</p>
<p>Victoria Eva, Pearson: worried about restrictions on profiling for education products.</p>
<p>Jennie Weaver, ABI: relationship between policyholder profile risk and expected claims, so the attempts to expand profiling controls (such as those which forbid &#8220;unfair and discriminatory&#8221; processing) would be a pain</p>
<p>Mark Purvis, Mastercard: art 24 on joint controllers. Making MC a JC with most banks they work with in Europe implies equal access to subject and equal amounts of data, and equal liability for breach. The controller with the most contact with the data subject should be the main point of contact. (Sarah: art 24 says that joint controllers shall determine their joint responsibilities.)</p>
<p>Zoltan Precsenyi, Symantec: security essential for privacy but wants short para obliging people to take appropriate measures; Sarah&#8217;s amendments for powers of national authorities would be fine provide they don&#8217;t diverge significantly. He prefers Alvaro&#8217;s amendment on that.</p>
<p>Siada el Ramly, European Digital Media Assoc: controller-processor responsibilities</p>
<p>Vincent Feiner, Unisys, is worried about art 82, the employment contract. They assess the cost on Eurobiz as €3.2bn, falling on HR functions, and this is consistent with figures Lord McNally put in the House of Lords, and has not been rebutted by the Commission. Delete<br />
article 82, as Voss suggests; it will lead to 20-odd pieces of legislation in Member States.</p>
<p>Leo Baumann, Nokia: amendments to art 22-3 define the accountability principle saying that companies take responsibility for privacy approach, and this is better than detailed requirements for documentation etc that make it harder to do the right thing.</p>
<p>Rosina Robson from FSB, fed of small biz: risk-based approach please.</p>
<p>Unknown: same as Unisys above.</p>
<p>Yves Schwarzbert, advertising association: privacy impact assessments don&#8217;t do anything. If they&#8217;re in, best include legal privilege as it will be the same lawyers.</p>
<p>Anna Fielder: if you talk about increased accountability you strong possibilities for redress and enforcement. Welcome 73 which allows associations to take up complaints on behalf of many subjects. Stops short of collective redress which BEUC etc want and would be a great<br />
way of getting redress. Collective ADR exists but the vanilla version is out (thanks to JURI – the Frenchman says this was because consumers&#8217; assocs said going to court was too hard)</p>
<p>Unknown: duplicating work between controllers and processors increases costs without providing benefits to customers, especially in cloud situations</p>
<p>Unknown: art 26 is unduly prescriptive, so leave it to contract between controller and processor. Too prescriptive to require that the processor &#8220;hand over all the results to the controller&#8221;. What does this mean? Also 26(1)f – obligation of processor to assist controller in compliance.</p>
<p>Mita Mitra, BT: breach notification, need flexibility on art 31, 32 (don&#8217;t want notification fatigue).</p>
<p><strong>* (1730–1800, after most others left) Medical data – art 81 and 83 for which compromise amendments are already agreed</strong></p>
<p>Sarah Ludford: It was challenging to get them right. May have to revisit after doing things the wrong way round. Got agreement to some wording on S81 that I supplied, to the extent that these are &#8220;necessary and proportional and foreseeable by the data subject&#8221;. Talking of adding a one-time consent sufficient. Selective opt-out afterwards (or rely on<br />
article 7). Safeguards in 83, involves consent in para 2. National derogation for research with high public interest (Albrecht had &#8220;extremely high&#8221;). Research data should be anonymised or pseudonymised to highest technical standards. We&#8217;ll curtail the power to adopt delegated acts so as to require public consultation and EDP (this might go into a general provision); and notification.</p>
<p>Ross: many but not all of our concerns about privacy in the NHS have been dealt with by Caldicott committee thanks for campaigning by people like Helen here. However that leaves private medicine, industrial medicine, prison and armed forces medical services, and<br />
also colleagues in NL, Austria, etc. We cannot say that just because the UK has more or less adequate regulation we can slack off and exempt medical stuff from data protection. </p>
<p>Beth Thompson, Wellcome: art 83 has moved some way on from Albrecht but the wording there is such that all Section 251 HSCA uses of medical data will become illegal. [Ross Anderson disagrees.] Beth says the DoH agrees. [Anna Fielder: art 21 also has an override for exceptional public interest]</p>
<p>Rachel Merrett, BMA: supports right to opt out but wants complete audit trail in direct care. Supports section 251 and wants to use identifiable data for research when needed but doesn&#8217;t want the current measures around consent to be weakened and has concerns about seeking consent just once (as<br />
commissioning, research and 100 other secondary uses are getting more complex).</p>
<p>Helen Wallace, Genewatch: who is a researcher? Helsinki declaration requires transparency, and people want to know which companies have access. They might be happy for universities to be doing it but not Google or other private companies. There&#8217;s a bigig difference between care data and research, especially once you&#8217;ve got genome stuff. People need to be able to get some stuff deleted.</p>
<p>Ross Anderson: agreed, and this goes to legitimate interests of third parties discussed earlier. If NHS has my genetic data and I become a suspect in a crime then they can get my data; if I then get acquitted I have a right to block their access. The UK has a bad record ofgetting the police to delete  DNA data and I need to rely on European law for<br />
that.</p>
<p>Sarah Ludford on Art83: ethics committee taken out yesterday. &#8220;Translational and clinical&#8221; phraseology and public-health stuff will be kept entirely in Art 81. &#8220;Health&#8221; as a specific concern out of Art 83. Amendment to 83(1)b about identifying data being kept separate and using the highest technical standards to prevent unwarranted re-identification.</p>
<p>Unknown: need bridge between art 5 and art 83, see  Art29WP opinion 3/2/2013</p>
<p>Sarah Ludford: does not like the wording that processing shall not result in data being processed by others such as banking companies; this sort of wording should not appear in legislation. Maybe we should instead have &#8220;Consent or member state or union law&#8221;</p>
<p>Ross Anderson: research can be an enormous loophole. Does medical research stretch to encompass market research, and drive coach and horses through the whole regulation?</p>
<p>Sarah Ludford: wants to stick to broad horizontal principles</p>
<p>Helen Wallace: all this is precisely why we need consent.</p>
<p>Sarah Ludford: her husband was chair of diabetes assoc, by way of declaration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/04/28/how-privacy-is-lost/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Liveblog – MedConfidential.org launch</title>
		<link>http://www.lightbluetouchpaper.org/2013/04/24/liveblog-%e2%80%93-medconfidential-org-launch/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/04/24/liveblog-%e2%80%93-medconfidential-org-launch/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 09:21:59 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[Legal issues]]></category>
		<category><![CDATA[News coverage]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Security economics]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5294</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=Liveblog+%E2%80%93+MedConfidential.org+launch&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Security+economics&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/24/liveblog-%e2%80%93-medconfidential-org-launch/&amp;rft.language=English"></span>
I&#8217;m at the launch in London of the new campaign for medical privacy, MedConfidential.org. Sam Smith and I will be liveblogging the day&#8217;s events in comments below. For background, see here, here, here and here. Most of today&#8217;s audience are from groups for whom medical privacy is particularly important, such as charities dealing with rape [...]]]></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=Liveblog+%E2%80%93+MedConfidential.org+launch&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Security+economics&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/24/liveblog-%e2%80%93-medconfidential-org-launch/&amp;rft.language=English"></span>
<p>I&#8217;m at the launch in London of the new campaign for medical privacy, <a href="http://www.medconfidential.org">MedConfidential.org</a>. Sam Smith and I will be liveblogging the day&#8217;s events in comments below. For background, see <a href="http://www.lightbluetouchpaper.org/2011/12/04/here-we-go-again/">here</a>, <a href="http://www.lightbluetouchpaper.org/2012/08/28/the-rush-to-anonymised-data/">here</a>, <a href="http://www.lightbluetouchpaper.org/2013/01/16/privacy-considered-harmful/">here</a> and <a href="http://www.lightbluetouchpaper.org/2013/03/08/health-record-privacy-in-scotland/">here</a>. Most of today&#8217;s audience are from groups for whom medical privacy is particularly important, such as charities dealing with rape victims, substance abuse, sexual health and child wefare.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/04/24/liveblog-%e2%80%93-medconfidential-org-launch/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Is the US Government losing it again?</title>
		<link>http://www.lightbluetouchpaper.org/2013/04/20/is-the-us-government-losing-it-again/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/04/20/is-the-us-government-losing-it-again/#comments</comments>
		<pubDate>Sat, 20 Apr 2013 08:51:36 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[News coverage]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Security psychology]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5275</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=Is+the+US+Government+losing+it+again%3F&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Security+psychology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-20&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/20/is-the-us-government-losing-it-again/&amp;rft.language=English"></span>
Those of us who love America and have many friends there were delighted at President Obama&#8217;s initial reaction to the Boston bombings. He said if whoever attacked the city sought to intimidate victims or shake American values, &#8220;it should be pretty clear by now that they picked the wrong city to do it.&#8221; It seemed [...]]]></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=Is+the+US+Government+losing+it+again%3F&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Security+psychology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-20&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/20/is-the-us-government-losing-it-again/&amp;rft.language=English"></span>
<p>Those of us who love America and have many friends there were delighted at President Obama&#8217;s initial reaction to the Boston bombings. He said if whoever attacked the city sought to intimidate victims or shake American values, <a href="http://www.cbc.ca/news/world/story/2013/04/18/obama-boston-marathon.html">&ldquo;it should be pretty clear by now that they picked the wrong city to do it.&rdquo;</a> It seemed that <a href="http://www.theatlantic.com/national/archive/2013/04/the-boston-marathon-bombing-keep-calm-and-carry-on/275014/">sanity</a> had at last returned, after all the scaremongering of the &#8220;War on terror&#8221;, and the ghost of 9/11 was finally being laid to rest.</p>
<p>One day later, a million people were under virtual <a href="http://www.guardian.co.uk/world/2013/apr/19/boston-lockdown-bombings-suspect">house arrest</a>; the 19-year-old fugitive from justice happened to be a Muslim. Whatever happened to the doctrine that infringements of one liberty to protect another should be necessary and proportionate?</p>
<p>In the London bombings, four idiots killed themselves in the <a href="http://en.wikipedia.org/wiki/7_July_2005_London_bombings">first incident </a> with a few dozen bystanders, but the second four <a href="http://en.wikipedia.org/wiki/21_July_2005_London_bombings">failed</a> and ran for it when their bombs didn&#8217;t go off. It didn&#8217;t occur to anyone to lock down London. They were eventually tracked down and arrested, together with their <a href="http://www.guardian.co.uk/uk/2008/feb/04/terrorism.world">support team</a>. Digital forensics played a big role; the last bomber to be caught left the country and <a href="http://news.bbc.co.uk/1/hi/technology/4738219.stm">changed his SIM, but not his IMEI</a>. It&#8217;s <a href="http://edition.cnn.com/2013/03/16/opinion/schneier-internet-surveillance">next to impossible</a> for anyone to escape nowadays if the authorities try hard.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/04/20/is-the-us-government-losing-it-again/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Current issues in payments (part 2)</title>
		<link>http://www.lightbluetouchpaper.org/2013/04/15/current-issues-in-payments-part-2/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/04/15/current-issues-in-payments-part-2/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 11:34:07 +0000</pubDate>
		<dc:creator>Bernardo Bátiz-Lazo</dc:creator>
				<category><![CDATA[Banking security]]></category>
		<category><![CDATA[News coverage]]></category>
		<category><![CDATA[Seminars]]></category>
		<category><![CDATA[Web security]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5260</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=Current+issues+in+payments+%28part+2%29&amp;rft.aulast=B%C3%A1tiz-Lazo&amp;rft.aufirst=Bernardo&amp;rft.subject=Banking+security&amp;rft.subject=News+coverage&amp;rft.subject=Seminars&amp;rft.subject=Web+security&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-15&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/15/current-issues-in-payments-part-2/&amp;rft.language=English"></span>
With some delay here is the second and final part  on our impressions of David Birch’s Tomorrow’s Transactions Forum (TTF13), which we attended thanks to Dave’s generosity (See full agenda and PowerPoint presentations here). See part 1 here. 
NOTE: Although written in first person, what follows results from a combination of Laurent Simon’s and [...]]]></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=Current+issues+in+payments+%28part+2%29&amp;rft.aulast=B%C3%A1tiz-Lazo&amp;rft.aufirst=Bernardo&amp;rft.subject=Banking+security&amp;rft.subject=News+coverage&amp;rft.subject=Seminars&amp;rft.subject=Web+security&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-15&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/15/current-issues-in-payments-part-2/&amp;rft.language=English"></span>
<p>With some delay here is the second and final part  on our impressions of David Birch’s Tomorrow’s Transactions Forum (TTF13), which we attended thanks to Dave’s generosity (See full agenda and PowerPoint presentations <a href="http://www.chyp.com/tomorrows-transactions/agenda-2013">here</a>). See part 1 <a href="http://www.lightbluetouchpaper.org/2013/03/28/current-issues-in-payments-part-1/">here</a>. </p>
<p>NOTE: Although written in first person, what follows results from a combination of Laurent Simon’s and my notes.</p>
<p>The theme of day 2 at TTF13 was social inclusion. The kick off question was &#8220;How to develop tools to help people deal with money?&#8221; (people with no financial culture and based on a transactional account).</p>
<p>This was followed by presentations on &#8220;Comic Relief&#8221; (the day before &#8216;the big day&#8217;), &#8220;Universal Credit&#8221; and expert panel on financial inclusion.<br />
<span id="more-5260"></span><br />
Of the above the one that caught my attention was Claudia Wood of <a href="http://www.chyp.com/assets/uploads/Files/Claudia%20Wood%20-%20demos%20prepaid%20presentation%20-10_45am(1).pdf">DEMOS</a>, who presented a summary of her research on the use of prepaid cards to distribute benefits.</p>
<p>They claimed it was the first piece of research into electronic payments in the social care space. I wonder if that is the case. I will appreciate pointers (either privately or as a comment). </p>
<p>Dating back to circa 1905, when pensions were paid through postal offices, now a number of local authorities are using prepaid cards to distribute benefits as giro payments are phased out together with the Treasury&#8217;s budget squeeze. There are apparent cost savings lowering red tape to ascertain when and how benefits were spent (as local authorities have an statutory duty to monitor the expense) as well as easier to credit recipients and opening possibilities to combine multiple budgets (as a range of payments for vulnerable people are fragmented).</p>
<p>Some prepaid seems to be used as ID by young people and she noted the importance of telephone support for the well functioning of the schemes. </p>
<p>Yet a large number of people can&#8217;t or won&#8217;t take benefits through prepaid cards.</p>
<p>During the afternoon we were privy to the pre-launch of <a href="https://www.mybankpayments.eu/">MyBank</a>. An  initiative of the European Union to create a pan-European online payments platform. This was interesting for two reasons</p>
<p>a) It seems that what merchants are looking for is to have direct access to the customer&#8217;s IP address at the point of the transaction (overcoming credit cards, PayPal, banks and everybody else). This solution was not quite there but seemed, to me, one more step in disintermediating Visa and Mastercard (which Bernardo reckons has been a desired outcome from Brussels for some time).</p>
<p>b) The solution is activated at the end of the transaction. The browser simply follows links embedded in the merchant&#8217;s page (via the MyBank button). Think of it as a PayPal button or a Facebook Like. You are then taken to your online banking account log-on page. You log on to the  secure online banking environment of your bank following your usual procedure, confirm the details of the transaction and authorise your bank to process the payment. The merchant then received realtime confirmation.</p>
<p>MyBank thus lets the bank deal with security, untrusted websites,  and the rest of it. This was surprising because</p>
<p>i) The day before, comments were made about the loss of business by extra &#8220;clicks&#8221; and people being at awe on Amazon&#8217;s &#8220;one click&#8221; purchase.</p>
<p>ii) Many made comments that this was perhaps a perfect set up for a new wave of phising scams as scammers will use it to get your online banking account credentials. Maybe MyBank will also add some two-factor authentication later (with phone or CAP reader). But nothing else for the moment.</p>
<p>So it will be interesting if at some point there are some stats on the transactions involving MyBank are released. At the moment, though, it seems Bitcoin is getting more attention from the press than the March 25th launch of MyBank.</p>
<p>Finally and to be honest, some of the delay to post this brief summary of day two responds to the fact that I was expecting more of the <a href="http://www.icbi-ips.com/">International Payments Summit 2013</a> and make this into a three part blog. But although it advertises itself as &#8220;Europe&#8217;s most prestigious payments conference&#8221;, I think it covered about the same range of topics as TTF13. So I gave up the idea of a third instalment for this blog. But you might want to read David Birch&#8217;s version of the <a href="http://www.readability.com/articles/2a8wuyva">Payments Bootcamp</a>, featuring a presentation by Bernardo in which we discussed the importance of shared narratives between &#8220;technologists&#8221; and business people.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/04/15/current-issues-in-payments-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Job ad: pre- and post-doctoral posts in processor, operating system, and compiler security</title>
		<link>http://www.lightbluetouchpaper.org/2013/04/09/job-ad-pre-and-post-doctoral-posts-in-processor-operating-system-and-compiler-security/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/04/09/job-ad-pre-and-post-doctoral-posts-in-processor-operating-system-and-compiler-security/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 11:57:32 +0000</pubDate>
		<dc:creator>Robert N. M. Watson</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Programmable logic]]></category>
		<category><![CDATA[Programming languages]]></category>
		<category><![CDATA[Security engineering]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5250</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=Job+ad%3A+pre-+and+post-doctoral+posts+in+processor%2C+operating+system%2C+and+compiler+security&amp;rft.aulast=Watson&amp;rft.aufirst=Robert&amp;rft.subject=Jobs&amp;rft.subject=Operating+systems&amp;rft.subject=Processors&amp;rft.subject=Programmable+logic&amp;rft.subject=Programming+languages&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-09&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/09/job-ad-pre-and-post-doctoral-posts-in-processor-operating-system-and-compiler-security/&amp;rft.language=English"></span>
The CTSRD Project is advertising two posts in processor, operating system, and compiler security. The first is a research assistant position, suitable for candidates who may not have a research background, and the second is a post-doctoral research associate position suitable for candidates who have completed (or will shortly complete) a PhD in computer science [...]]]></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=Job+ad%3A+pre-+and+post-doctoral+posts+in+processor%2C+operating+system%2C+and+compiler+security&amp;rft.aulast=Watson&amp;rft.aufirst=Robert&amp;rft.subject=Jobs&amp;rft.subject=Operating+systems&amp;rft.subject=Processors&amp;rft.subject=Programmable+logic&amp;rft.subject=Programming+languages&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-09&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/09/job-ad-pre-and-post-doctoral-posts-in-processor-operating-system-and-compiler-security/&amp;rft.language=English"></span>
<p>The <a href="http://www.cl.cam.ac.uk/research/security/ctsrd/">CTSRD Project</a> is advertising two posts in processor, operating system, and compiler security. The first is a <a href="http://www.jobs.cam.ac.uk/job/-27772/">research assistant position</a>, suitable for candidates who may not have a research background, and the second is a <a href="http://www.jobs.cam.ac.uk/job/-27782/">post-doctoral research associate position</a> suitable for candidates who have completed (or will shortly complete) a PhD in computer science or a related field.</p>
<p>The CTSRD Project is investigating fundamental improvements to CPU architecture, operating system (OS) design, and programming language structure in support of computer security. The project is a collaboration between the University of Cambridge and SRI International, and part of the DARPA CRASH research programme on clean-slate computer system design.</p>
<p>These positions will be integral parts of an international team of researchers spanning multiple institutions across academia and industry. Successful candidate will provide support for the larger research effort by contributing to low-level hardware and system-software implementation and experimentation. Responsibilities will include extending Bluespec-based CHERI processor designs, modifying operating system kernels and compiler suites, administering test and development systems, as well as performing performance measurements. The position will also support and engage with early adopter communities for our open-source research platform in the UK and abroad.</p>
<p>Candidates should have strong experience with at least one of Bluespec HDL, OS kernel development (FreeBSD preferred), or compiler internals (LLVM preferred); strong experience with the C programming language and use of revision control in large, collaborative projects is essential. Some experience with computer security and formal methods is also recommended.</p>
<p>Further details on the two posts may be found in job ads <a href="http://www.jobs.cam.ac.uk/job/-27772/">NR27772</a> and <a href="http://www.jobs.cam.ac.uk/job/-27782/">NR27782</a>. E-mail queries may be sent directly to <a href="mailto:robert.watson@cl.cam.ac.uk">Dr Robert N. M. Watson</a>.</p>
<p>Both posts are intended to start on 8 July 2013; applications must be received by 9 May 2013. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/04/09/job-ad-pre-and-post-doctoral-posts-in-processor-operating-system-and-compiler-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call for Papers: Free and Open Communications on the Internet (FOCI &#8216;13)</title>
		<link>http://www.lightbluetouchpaper.org/2013/04/08/call-for-papers-foci13/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/04/08/call-for-papers-foci13/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 16:33:45 +0000</pubDate>
		<dc:creator>Steven J. Murdoch</dc:creator>
				<category><![CDATA[Academic papers]]></category>
		<category><![CDATA[Call for papers]]></category>
		<category><![CDATA[Internet censorship]]></category>
		<category><![CDATA[Privacy technology]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5244</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=Call+for+Papers%3A+Free+and+Open+Communications+on+the+Internet+%28FOCI+%26%238216%3B13%29&amp;rft.aulast=Murdoch&amp;rft.aufirst=Steven+J.&amp;rft.subject=Academic+papers&amp;rft.subject=Call+for+papers&amp;rft.subject=Internet+censorship&amp;rft.subject=Privacy+technology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-08&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/08/call-for-papers-foci13/&amp;rft.language=English"></span>
The 3rd USENIX Workshop on Free and Open Communications on the Internet (FOCI &#8216;13) seeks to bring together researchers and practitioners from technology, law, and policy who are working on means to study, detect, or circumvent practices that inhibit free and open communications on the Internet. We invite two distinct tracks for papers: a technical [...]]]></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=Call+for+Papers%3A+Free+and+Open+Communications+on+the+Internet+%28FOCI+%26%238216%3B13%29&amp;rft.aulast=Murdoch&amp;rft.aufirst=Steven+J.&amp;rft.subject=Academic+papers&amp;rft.subject=Call+for+papers&amp;rft.subject=Internet+censorship&amp;rft.subject=Privacy+technology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-08&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/08/call-for-papers-foci13/&amp;rft.language=English"></span>
<p>The 3rd USENIX Workshop on Free and Open Communications on the Internet (<a href="https://www.usenix.org/conference/foci13/">FOCI &#8216;13</a>) seeks to bring together researchers and practitioners from technology, law, and policy who are working on means to study, detect, or circumvent practices that inhibit free and open communications on the Internet. We invite two distinct tracks for papers: a technical track for technically-focused position papers or works-in-progress; and a social science track for papers focused on policy, law, regulation, economics or related fields of study.</p>
<p>FOCI will favor interesting and new ideas and early results that lead to well-founded position papers. We envision that work presented at FOCI will ultimately be published at relevant, high-quality conferences. Papers will be selected primarily based on originality, with additional consideration given to their potential to generate discussion at the workshop. Papers in the technical track will also be evaluated based on technical merit. As with other USENIX events, papers accepted for FOCI &#8216;13 will be made freely available on the USENIX website.</p>
<p>For further details, see the <a href="https://www.usenix.org/conference/foci13/call-for-papers">call for papers</a> (<a href="https://www.usenix.org/sites/default/files/foci13cfp_022713.pdf">PDF version</a>). The submission deadline is <strong>6 May 2013</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/04/08/call-for-papers-foci13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should we boycott John Lewis?</title>
		<link>http://www.lightbluetouchpaper.org/2013/04/06/should-we-boycott-john-lewis/</link>
		<comments>http://www.lightbluetouchpaper.org/2013/04/06/should-we-boycott-john-lewis/#comments</comments>
		<pubDate>Sat, 06 Apr 2013 13:58:47 +0000</pubDate>
		<dc:creator>Ross Anderson</dc:creator>
				<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Legal issues]]></category>
		<category><![CDATA[News coverage]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Security economics]]></category>
		<category><![CDATA[Security psychology]]></category>

		<guid isPermaLink="false">http://www.lightbluetouchpaper.org/?p=5232</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=Should+we+boycott+John+Lewis%3F&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Authentication&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Security+economics&amp;rft.subject=Security+psychology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-06&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/06/should-we-boycott-john-lewis/&amp;rft.language=English"></span>
Last weekend, my wife and I were in Milton Keynes where we bought a cradle as a present for our new granddaughter. They had only the demo model in the shop, but sold us one to pick up from their store in Cambridge. So yesterday I went into John Lewis with the receipt, to be [...]]]></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=Should+we+boycott+John+Lewis%3F&amp;rft.aulast=Anderson&amp;rft.aufirst=Ross&amp;rft.subject=Authentication&amp;rft.subject=Legal+issues&amp;rft.subject=News+coverage&amp;rft.subject=Politics&amp;rft.subject=Security+economics&amp;rft.subject=Security+psychology&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2013-04-06&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2013/04/06/should-we-boycott-john-lewis/&amp;rft.language=English"></span>
<p>Last weekend, my wife and I were in Milton Keynes where we bought a cradle as a present for our new granddaughter. They had only the demo model in the shop, but sold us one to pick up from their store in Cambridge. So yesterday I went into John Lewis with the receipt, to be told by the official that as I couldn&#8217;t show the card with which the purchase was made, they needed photo-id. I told him that <a href="http://www.no2id.net/">along with over a million others</a> I&#8217;d resisted the previous government&#8217;s ID card proposals, the last government had lost the election, and I didn&#8217;t carry ID on principle. The response was the usual nonsense: that I should have read the terms and conditions (but when I studied the receipt later it said nothing about ID) and that he was just doing his job (but John Lewis prides itself on being <a href="http://www.johnlewispartnership.co.uk/about.html">employee-owned</a>, so in theory at least he is a partner in the firm). I won&#8217;t be shopping there again anytime soon.</p>
<p>We get harassed more and more by security theatre, by snooping and by bullying. What&#8217;s the best way to push back? Why can businesses be so pointlessly annoying?</p>
<p>Perhaps John Lewis are consciously pro-Labour given their history as a co-op; but it&#8217;s not prudent to advertise that in a three-way marginal like Cambridge, let alone in the leafy southern suburbs where they make most of their money. Or perhaps it&#8217;s just incompetence. When my wife phoned later to complain, the customer services people apologised and said we should have been told when we bought the thing that we&#8217;d need to show ID. She offered to post the cradle to our daughter, but then rung back later to say they&#8217;d lost the order and would need our paperwork. So that&#8217;s another 30-mile round-trip to their depot. But if they&#8217;re incompetent, why should I trust them enough to buy their <a href="http://www.independent.co.uk/news/uk/home-news/horsemeat-scare-waitrose-pulls-burgers-from-shelves-as-tesco-apologises-after-one-store-is-found-still-selling-withdrawn-items-8466962.html">food</a>?</p>
<p>I invite the chairman, <a href="http://www.telegraph.co.uk/finance/newsbysector/retailandconsumer/9241625/John-Lewis-chairman-Charlie-Mayfield-paid-60-times-more-than-average-worker.html">Charlie Mayfield</a>, to explain by means of a follow-up to this post whether this was policy or cockup. Will he continue to demand photo-id even from customers who have a principled objection? Will he tell us who in the firm imposed this policy, and show us the training material that was prepared to ensure that counter staff would explain it properly to customers?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lightbluetouchpaper.org/2013/04/06/should-we-boycott-john-lewis/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
