<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jaap-Henk Hoepman - on security, privacy and...</title>
	<atom:link href="http://blog.xot.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xot.nl</link>
	<description>On security, privacy and (occasionally) other stuff</description>
	<lastBuildDate>Mon, 20 May 2013 16:49:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.xot.nl' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jaap-Henk Hoepman - on security, privacy and...</title>
		<link>http://blog.xot.nl</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.xot.nl/osd.xml" title="Jaap-Henk Hoepman - on security, privacy and..." />
	<atom:link rel='hub' href='http://blog.xot.nl/?pushpress=hub'/>
		<item>
		<title>Password or passphrase: which is more secure?</title>
		<link>http://blog.xot.nl/2013/05/16/password-or-passphrase-which-is-more-secure/</link>
		<comments>http://blog.xot.nl/2013/05/16/password-or-passphrase-which-is-more-secure/#comments</comments>
		<pubDate>Thu, 16 May 2013 21:05:49 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[passphrase]]></category>
		<category><![CDATA[password security]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=658</guid>
		<description><![CDATA[The other day a few students asked me whether the most secure password actually was a passphrase consisting of at least three words. They had read this here (which is more or less a Dutch translation of this post). Passphrases are also recommended by Bits of Freedom. The source of the students was a bit [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=658&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The other day a few students asked me whether the most secure password actually was a passphrase consisting of at least three words. They had read this <a href="http://www.usability.nl/2012/de-mythe-van-het-veilige-wachtwoord/">here</a> (which is more or less a Dutch translation of <a href="http://www.baekdal.com/insights/password-security-usability">this post)</a>. Passphrases are also <a href="https://www.bof.nl/ons-werk/internetvrijheid-toolbox/#wachtwoorden">recommended by Bits of Freedom</a>. The source of the students was a bit dodgy however (claiming that the passphrase &#8220;This is fun&#8221; is secure forever!), so I decided to investigate.</p>
<p><span id="more-658"></span></p>
<h3>Asumptions</h3>
<p>In our analysis we assume the following (based on the extensive blog entry by<br />
<a href="http://technet.microsoft.com/library/cc512613.aspx">Jesper Johansson</a> on this matter, but extended and adjusted based on other sources).</p>
<ul>
<li>Password characters are typically selected from a set of 76 symbols: 26 lowercase letters, 26 uppercase letters, 10 digits and 14 other symbols (!@#$%^&amp;*()-_+=). Not all of them are as frequently used however. Many passwords are restricted to a subset of the 32 most common symbols. A truly random password can use all <a href="http://en.wikipedia.org/wiki/ASCII"> printable ASCII characters</a>, of which there are 95.</li>
<li>English language <a href="http://en.wikipedia.org/wiki/Number_of_words_in_English">has over 600.000 words</a>. The average passive vocabulary (receptive knowledge) of a native speaker <a href="http://iteslj.org/Articles/Cervatiuc-VocabularyAcquisition.html">ranges from 10.000 to 20.000</a> words.</li>
<li>The number of words actually used (productive knowledge) by a native speaker is much lower than that. <a href="http://technet.microsoft.com/library/cc512609.aspx">Jesper Johansson</a> estimates this to be 300, but I think this is highly conservative. One source <a href="http://news.bbc.co.uk/2/hi/uk_news/magazine/8013859.stm">claims</a> a random copy of the Sun (a popular UK newspaper) contains 8000 distinct words. Basic <a href="http://en.wikipedia.org/wiki/Vocabulary">word lists</a> on the other hand contain 850-3000 words.</li>
<li>Frequency of word use is <a href="http://www.duboislc.org/EducationWatch/First100Words.html">highly unbalanced</a>. The first 25 most common words make up about one-third of all printed material in English, and the first 100 make up about one-half of all written material. This may bias words used in passphrases.</li>
</ul>
<h3>Types of passwords and passphrases</h3>
<p>We distinguish the following classes of passwords and passphrases.</p>
<ul>
<li><b>mutilated word passwords</b>, where a single uncommon word is taken as a password, after which certain characters are replaced with similar looking ones, and some non-letter symbols are appended (to comply with the password policy).</li>
<li><b>random passwords</b> where each character is selected at random from all 95 available symbols.</li>
<li><b>common word passphrases</b>, where each word is taken from the 1000 most basic words.</li>
<li><b>uncommon word passphrases</b>, where each word is taken from an extended list of 10000 words. (The motivation here is that for a strong passphrase, people should pick words they know, not necessarily ones that they would ever use in actual conversation.)</li>
</ul>
<p>The case of a single word used as a password (like &#8220;password&#8221;, or a personal name) is covered by the common word passphrase of length one.</p>
<h3>Entropy</h3>
<p>A common means to express password strength is to compute the <em>entropy</em> of the class to which it belongs. Without getting to be too mathematical, the entropy of a set of words loosely corresponds to the number bits needed to uniquely represent each word in the set. A set of 16 words that are all equally likely to occur have an entropy of 4 bits.The expected number of tries needed to find the one that matches an entry in a password file is given by the <em>guessing entropy</em> of the set. If all these words are equally likely, to find the one that matches  will on average require you to try half of them. In other words in this case the guessing entropy is <img src='http://s0.wp.com/latex.php?latex=2%5E%7B%5Ctext%7Bentropy%7D-1%7D&amp;bg=fff&amp;fg=222&amp;s=0' alt='2^{&#92;text{entropy}-1}' title='2^{&#92;text{entropy}-1}' class='latex' />  tries.</p>
<p>We make the (simplifying) assumption that, within each class, each password or passphrase is equally likely. In general this is <a href="http://www.cs.ru.nl/E.Verheul/papers/RSA-CT2007/RSA-CT2007.pdf">not </a><a href="http://csrc.nist.gov/publications/nistpubs/800-63-1/SP-800-63-1.pdf">the case</a>, so in general the attacker is expected to discover the password or passphrase sooner than suggested by the entropy alone. In practice, the attacker will launch several attacks in parallel, using different assumptions about the construction of the password used. For example, the attacker will try a list of common passwords (like <a href="http://www.welivesecurity.com/2012/06/07/passwords-and-pins-the-worst-choices/">&#8220;password&#8221;</a>) in one of these threads. By distinguishing the classes above, we crudely approximate this. In any case, without any data to approximate the distribution of passwords or passphrases in a single class, this is the best we can do.</p>
<h3>Analysis</h3>
<p>Given the above assumptions, we can compute the entropy <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=fff&amp;fg=222&amp;s=0' alt='H' title='H' class='latex' /> of entries in each class. In the following, <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=fff&amp;fg=222&amp;s=0' alt='n' title='n' class='latex' /> is the password length (in characters) or passphrase length (in words). In other words, <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=fff&amp;fg=222&amp;s=0' alt='n' title='n' class='latex' /> is the number of units a user needs to memorise.</p>
<ul>
<li><b>mutilated word passwords</b>: <img src='http://s0.wp.com/latex.php?latex=H%28%29+%3D+%5Clog%2810.000%29+%2B+4+%2B+2%2A%5Clog%2842%29%3D28&amp;bg=fff&amp;fg=222&amp;s=0' alt='H() = &#92;log(10.000) + 4 + 2*&#92;log(42)=28' title='H() = &#92;log(10.000) + 4 + 2*&#92;log(42)=28' class='latex' />. Here 4 bits of entropy are added for substitutions in the uncommon word used as password, and 2 times <img src='http://s0.wp.com/latex.php?latex=%5Clog%2842%29&amp;bg=fff&amp;fg=222&amp;s=0' alt='&#92;log(42)' title='&#92;log(42)' class='latex' /> is added for adding two non-letter characters at the end of the password.</li>
<li><b>random passwords</b>: <img src='http://s0.wp.com/latex.php?latex=H%28n%29%3Dn%2A%5Clog%2895%29&amp;bg=fff&amp;fg=222&amp;s=0' alt='H(n)=n*&#92;log(95)' title='H(n)=n*&#92;log(95)' class='latex' />, where 95 is the number of printable ASCII characters.</li>
<li><b>common word passphrases</b>: <img src='http://s0.wp.com/latex.php?latex=H%28n%29%3Dn%2A%5Clog%281000%29&amp;bg=fff&amp;fg=222&amp;s=0' alt='H(n)=n*&#92;log(1000)' title='H(n)=n*&#92;log(1000)' class='latex' />, where 1000 is the number of common words.</li>
<li><b>uncommon word passphrases</b>: <img src='http://s0.wp.com/latex.php?latex=H%28n%29%3Dn%2A%5Clog%2810.000%29&amp;bg=fff&amp;fg=222&amp;s=0' alt='H(n)=n*&#92;log(10.000)' title='H(n)=n*&#92;log(10.000)' class='latex' />, where 10.000 is the number of uncommon words.</li>
</ul>
<p>The following table presents the entropy for entries of different length in each class.</p>
<table width="535">
<tbody>
<tr>
<td></td>
<td><i>length</i></td>
</tr>
<tr>
<td></td>
<td width="30">1</td>
<td width="30">2</td>
<td width="30">3</td>
<td width="30">4</td>
<td width="30">5</td>
<td width="30">6</td>
<td width="30">7</td>
<td width="30">8</td>
<td width="30">9</td>
<td width="30">10</td>
</tr>
<tr>
<td><b>mutilated word passwords</b></td>
<td>28</td>
</tr>
<tr>
<td><b>random passwords</b></td>
<td>6</td>
<td>11</td>
<td>17</td>
<td>23</td>
<td>29</td>
<td>34</td>
<td>40</td>
<td><span style="color:#99cc00;">46</span></td>
<td><span style="color:#99cc00;">51</span></td>
<td><span style="color:#99cc00;">57</span></td>
</tr>
<tr>
<td><b>common word passphrases</b></td>
<td>10</td>
<td>20</td>
<td>30</td>
<td>40</td>
<td><span style="color:#99cc00;">50</span></td>
<td><span style="color:#99cc00;">60</span></td>
<td><span style="color:#99cc00;">70</span></td>
<td><span style="color:#99cc00;">80</span></td>
<td><span style="color:#99cc00;">90</span></td>
<td><span style="color:#99cc00;">100</span></td>
</tr>
<tr>
<td><b>uncommon word passphrases</b></td>
<td>13</td>
<td>27</td>
<td>40</td>
<td><span style="color:#99cc00;">53</span></td>
<td><span style="color:#99cc00;">66</span></td>
<td><span style="color:#99cc00;">80</span></td>
<td><span style="color:#99cc00;">93</span></td>
<td><span style="color:#99cc00;">106</span></td>
<td><span style="color:#99cc00;">120</span></td>
<td><span style="color:#99cc00;">133</span></td>
</tr>
</tbody>
</table>
<p>The amount of time an attacker needs to verify a password or passphrase guess depends on several factors.</p>
<p>For an online attack, a typical estimate for the number of guesses an attacker can try is a 1000 per second. However, we will not consider this case here<br />
as online services may easily make such attacks impractical by using increasingly more time to respond to a login for an account that has many failed login attempts. Note that blocking the account after a few tries is not a good idea, as this can be abused for a denial-of-service attack.</p>
<p>In an offline attack, where the attackers has a copy of the password file from the server, it heavily depends on the resources (i.e. money) of the attacker and the hashfunction used to map the password onto the digest stored in the password file. It is for this reason that the hashfunction used for passwords should be special and take a significant time to compute. An attacker can easily try a million of guesses a second, and even more with dedicated hardware. Against such an attacker, a password or passphrase in a class of 46 bits of entropy takes on average a year to crack, and a 28 bit password or passphrase only a day.</p>
<p>Note that the <a href="http://www.keylength.com/en/3/">Ecrypt II recommendations for cryptographic key lenght</a> specify 80 bits as the minimum entropy for the smallest general purpose security level. This corresponds to a passphrase consisting of 6 uncommon words.</p>
<p>This clearly shows that the passphrase &#8220;This is fun&#8221; is really not that secure, contrary to what is claimed <a href="http://www.baekdal.com/insights/password-security-usability">here</a>. It is important to stress why this is the case: an adversary will first try the short list of common words. This is the same reason why a password like &#8220;jskerv&#8221; is risky while &#8220;J4fS&lt;2&#8243; is more secure. As long as many people choose letter only passwords, a smart attacker first tries only such passwords before trying more complex ones.</p>
<h3>Conclusions</h3>
<p>An <a href="http://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-500.pdf">empirical study</a> from Cambridge University found that passphrases are easier to remember than strong random passwords. Moreover, mnemomic passwords derived from such passphrases (by using the first letter of each word as a password character) are just as secure as those random passwords (of the same length).</p>
<p>However, the above discussion shows that using a full passphrase (instead of a mnemomic password derived from it) is as secure as a random password of twice the length!</p>
<p>So, <a href="https://xkcd.com/936/">xkcd</a> is right: passphrases are easier to remember and harder to crack, while passwords are hard to remember and still easy to crack. (Although the example password he uses is not really random.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/658/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=658&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/05/16/password-or-passphrase-which-is-more-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>
	</item>
		<item>
		<title>De risico&#8217;s van &#8220;Pinnen moet&#8221;.</title>
		<link>http://blog.xot.nl/2013/05/06/de-risicos-van-pinnen-moet/</link>
		<comments>http://blog.xot.nl/2013/05/06/de-risicos-van-pinnen-moet/#comments</comments>
		<pubDate>Mon, 06 May 2013 13:15:39 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Opinies (Nederlands)]]></category>
		<category><![CDATA[betrouwbaarheid]]></category>
		<category><![CDATA[pinnen]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=653</guid>
		<description><![CDATA[Steeds meer winkels accepteren geen contant geld meer. Pinnen moet &#8211; in plaats van pinnen mag. Als reden wordt het voorkomen van overvallen genoemd. Maar mag het wel: contant geld weigeren? En wat nu als je nergens meer contant kunt betalen? Dat heeft gevolgen voor de privacy, en de betrouwbaarheid van de samenleving. De eerste [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=653&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Steeds meer winkels accepteren geen contant geld meer. Pinnen moet &#8211; in plaats van pinnen mag. Als reden wordt het voorkomen van overvallen genoemd. Maar mag het wel: contant geld weigeren? En wat nu als je nergens meer contant kunt betalen? Dat heeft gevolgen voor de privacy, en de betrouwbaarheid van de samenleving.</p>
<p><span id="more-653"></span>De eerste vraag is eenvoudig te beantwoorden. Ook al zijn euro munten en euro biljetten een wettig betaalmiddel, winkeliers zijn <a href="http://www.rijksoverheid.nl/onderwerpen/betalingen-en-beleggingsverzekeringen/vraag-en-antwoord/kan-ik-met-een-wettig-betaalmiddel-overal-betalen.html">niet verplicht</a> die te accepteren. Datzelfde geldt bijvoorbeeld ook voor de ChipKnip of een pinpas.</p>
<p>Roofovervallen op winkeliers worden als reden genoemd. In een gesprek dat ik laatst met een aantel kennissen uit Amsterdam had bleek zelfs dat het daar als asociaal wordt gezien als je contant betaalt. Je zadelt immers iemand met een onnodig risico op. Toch is dat vreemd. Het aantal overvallen <a href="http://www.hetccv-trends.nl/veiligheidsontwikkelingen/overvallen">is al</a> <a href="http://www.nuzakelijk.nl/ondernemen/2718899/flinke-daling-aantal-overvallen-winkels.html">flink gedaald</a> de laatste jaren. Dat zal zeker te maken hebben met de toename van het gebruik van PIN en de daardoor afnemende hoeveelheid contant geld in de kassa. Maar ook de kosten voor het accepteren van contant geld spelen een rol. De laatste jaren zijn <a href="http://www.hbd.nl/pages/1458/Onderwerpen/Betalingsverkeer/Betalen-algemeen/Voor-en-nadelen-van-de-verschillende-betaalmiddelen.html">de bancaire kosten van PIN gedaald, en kosten van het afstorten van contant geld verhoogd.</a></p>
<p>De echte vraag is of dit allemaal wel zo gewenst is. Het feit dat een winkelier mag kiezen hoe er betaald wordt volgt uit het principe van <a href="https://clinic.nl/informatiecentrum/rechtsgebieden/consumenten-en-contractenrecht/">contractsvrijheid</a>. Winkelier en klant gaan een overeenkomst aan, waarvan de inhoud en de vorm volledig vrij is, tenzij de wet anders bepaalt. Belangrijk is wel dat de inhoud van de overeenkomst echter niet tot maatschappelijke onaanvaardbare mag gevolgen leiden. En hier wringt de schoen toch wel een beetje.</p>
<p>Bij iedere PIN betaling ziet de bank hoeveel geld je uitgeeft in een bepaalde winkel. Pinnen bij het tankstation: de bank kan redelijk goed schatten hoeveel kilometer je per jaar rijdt. Kan interessant voor de autoverzekering zijn, omdat de premie hier soms van af hangt. Door te pinnen bij de snackbar, in de kroeg, of in de tabakszaak geef je de bank informatie over je ongezonde lifestyle. Op zich geen probleem als je daar zelf voor kiest. Maar als steeds meer winkels contant geld weigeren, heb je straks geen keuze meer. En dan leidt de individuele keuze van winkeliers om geen contant geld te accepteren collectief tot een onaanvaardbaar gevolg.</p>
<p>Daarnaast is er nog een ander &#8216;praktisch probleempje&#8217;. Vorige maand had de ING te kampen met een storing waardoor het saldo van rekeninghouders soms te laag werd ingeschat. Met als gevolg dat ze virtueel rood stonden en niet konden pinnen in de winkel. Detailhandel Nederland riep op tot maatregelen, waaronder het regelen van een <a href="http://www.nuzakelijk.nl/ondernemen/3388759/detailhandel-wil-betrouwbaar-betalingssysteem.html">goede backup</a>. Ik weet nog wel een betrouwbare backup die al eeuwenlang zijn waarde heeft bewezen.</p>
<p>Contant geld.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/653/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=653&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/05/06/de-risicos-van-pinnen-moet/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>
	</item>
		<item>
		<title>Google is sending the perfect phishing email.</title>
		<link>http://blog.xot.nl/2013/04/15/google-is-sending-the-perfect-phishing-email/</link>
		<comments>http://blog.xot.nl/2013/04/15/google-is-sending-the-perfect-phishing-email/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 12:18:39 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Opeds]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=648</guid>
		<description><![CDATA[This weekend I decided to change my Google account password. In response, Google sent me an email to the account address, notifying me of this fact. The email told me that if I did not change my password (and apparently someone else did it for me) I should click on a link to reset my [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=648&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This weekend I decided to change my Google account password. In response, Google sent me an email to the account address, notifying me of this fact. The email told me that if <em>I</em> did not change my password (and apparently someone else did it for me) I should click on a link to reset my password. Excellent service right? Until I realised we are all doomed!</p>
<p><span id="more-648"></span>Doomed because this is the <em>perfect</em> password phishing email! Send all Google account holders this email, and many of them will click on this link because they (indeed) did not change their password. Let the link point to a website that looks like the genuine Google password reset page. And ask all users to enter their old password before offering to reset it. Then, using the old password just entered, take over the account.</p>
<p>Doomed because I have no clue how to prevent this. Sending the email makes perfect sense to notify people of possibly suspicious behaviour on their account. Offering a link to click makes perfect sense from a usability perspective. But because people hardly ever visit the Google account recovery page, they have no idea what to expect, and will be quite gullible to enter whatever information is asked of them. In fact, they would expect to have to enter <em>a lot</em> of information to prove they are the real owner of the account. So hackers can also ask for a additional information like credit card information as well. (Don&#8217;t laugh: I&#8217;ve once tried to regain control over an account at Google that someone screwed up and I was in fact asked to supply credit card information&#8230; I did not comply and was forced to abandon the account and create a new one).</p>
<p>Embedding some secret information in the account recovery page that the account holder should recognise does not help. Because you hardly ever visit this page, you don&#8217;t know you should look for this authenticating piece of information. (If, however, this was standard practice for <em>all</em> account recovery pages, this might actually work. But note that in this case the reset link in the email should contain an access token that allows the account reset page to retrieve the secret information from within your account.)</p>
<p>If anybody has an idea, please mention it in the comment section below!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/648/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=648&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/04/15/google-is-sending-the-perfect-phishing-email/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>
	</item>
		<item>
		<title>Pseudonymous data should not be exempted from data protection.</title>
		<link>http://blog.xot.nl/2013/04/03/pseudonymous-data-should-not-be-exempted-from-data-protection/</link>
		<comments>http://blog.xot.nl/2013/04/03/pseudonymous-data-should-not-be-exempted-from-data-protection/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 12:02:24 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Opeds]]></category>
		<category><![CDATA[anonymity]]></category>
		<category><![CDATA[data protection]]></category>
		<category><![CDATA[EU]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[pseudonymity]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=644</guid>
		<description><![CDATA[Europe is currently discussing an update of its data protection regime. The Albrecht Report suggests several amendments to the Commission&#8217;s proposal for a new regulation. One of the proposals is to limit the protection for pseudonymous data. I think this a dangerous idea. In the privacy debate, pseudonyms are a red herring. They offer only [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=644&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Europe is currently discussing an update of its data protection regime. The <a href="http://www.europarl.europa.eu/meetdocs/2009_2014/documents/libe/pr/922/922387/922387en.pdf">Albrecht Report</a> suggests several amendments to the Commission&#8217;s proposal for a new regulation. One of the proposals is to limit the protection for pseudonymous data. I think this a dangerous idea.</p>
<p><span id="more-644"></span>In the privacy debate, pseudonyms are a red herring. They offer only a weak level of protection. People often believe that they can hide behind a pseudonym. But this belief is wrong. Pseudonyms only provide context separation. They make it impossible to link data about me in one context with data about me in another context. Within one context, pseudonyms act like real identifiers, and behave just like real names.</p>
<p>Whether a data record refers to me by name, or by email address, or by a strong pseudonym (that cryptographically prevents the pseudonym to be linked to me) does not really matter. The data refers to me, and the data will be used, within that context, to judge me, make decisions about me, etc. Therefore, the protection offered by the regulation is just as necessary for pseudonymous data as it is for non-pseudonymous data. This is not to say that pseudonyms are useless. They are a sane technical measure in the privacy-by-design toolchest. But they should not provide an escape route to avoid compliance with the data protection regulation.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/644/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/644/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=644&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/04/03/pseudonymous-data-should-not-be-exempted-from-data-protection/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>
	</item>
		<item>
		<title>De Amerikaanse arm der wet is echt langer dan de minister suggereert.</title>
		<link>http://blog.xot.nl/2013/03/27/de-amerikaanse-arm-der-wet-is-echt-langer-dan-de-minister-suggereert/</link>
		<comments>http://blog.xot.nl/2013/03/27/de-amerikaanse-arm-der-wet-is-echt-langer-dan-de-minister-suggereert/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 21:16:53 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Opinies (Nederlands)]]></category>
		<category><![CDATA[Amerika]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[data protectie]]></category>
		<category><![CDATA[EU]]></category>
		<category><![CDATA[jurisdictie]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=640</guid>
		<description><![CDATA[Het parlement had wat vragen over lengte van de Amerikaanse arm der wet, als het gaat om het &#8216;datagraaien&#8217; in de cloud. De antwoorden van de minister zijn op zijn zachts gezegd verhullend te noemen. Onder de Foreign Intelligence Surveillance Act (FISA) &#8211; en recente amendementen &#8211; is de Amerikaanse overheid gerechtigd om gegevens over [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=640&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Het parlement had wat vragen over lengte van de Amerikaanse arm der wet, als het gaat om het &#8216;datagraaien&#8217; in de cloud. De <a href="https://zoek.officielebekendmakingen.nl/ah-tk-20122013-1650.html">antwoorden van de minister</a> zijn op zijn zachts gezegd verhullend te noemen.</p>
<p><span id="more-640"></span></p>
<p>Onder de Foreign Intelligence Surveillance Act (FISA) &#8211; en recente amendementen &#8211; is de Amerikaanse overheid gerechtigd om gegevens over een willekeurig persoon bij een dienstaanbieder op te vragen, ook als er <i>geen concrete verdenking op deze persoon rust</i>, en ook als deze gegevens <i>nooit op Amerikaans grondgebied zijn opgeslagen of verwerkt</i>. De enige eis is dat de dienstaanbieder die de gegevens (in Europa) verwerkt structureel activiteiten binnen de VS ontplooit, bijvoorbeeld door een vestiging te hebben, of onderdeel te zijn van een in de VS gevestigde onderneming die controle heeft over de betreffende gegevens. Dit is een veel ruimere bevoegdheid dan de mogelijkheden die een rechtshulpverzoek biedt. Details zijn terug te vinden in dit uitermate interessante <a href="http://www.surfsites.nl/cloud/download/Clouddiensten_in_HO_en_USA_Patriot_Act.pdf">IViR rapport</a> over deze materie.</p>
<p>Anders dan de minister suggereert bieden de huidige Wet bescherming persoonsgegevens, en ook de nieuwe Europese verordening aangaande gegevensbescherming, geen soelaas. Ook contractuele afspraken met dienstaanbieders geven geen bescherming tegen het Amerikaanse &#8216;datagraaien&#8217;. Het enige wat deze tegenstrijdige wetten en afspraken doen is de dienstaanbieder in een onmogelijke positie brengen. Hij moet immers zowel aan de Amerikaanse als aan de Europese wetgeving voldoen, terwijl dat dus niet allebei kan. Wat hij ook doet, de dienstaanbieder zal gestraft worden. Zijn keuze hangt dan waarschijnlijk af van de hoogte van de straf&#8230;</p>
<p>Veel lijkt er niet te doen te zijn om deze onwenselijke situatie op te lossen. Uiteindelijk zullen internationale afspraken gemaakt moeten worden om deze conflicterende wetten op één lijn te brengen. Misschien dat het helpt om de Amerikanen op andere gedachten te brengen door vergelijkbare wetten op te stellen die het ons mogelijk maken om in hun data te graaien&#8230;.</p>
<p>Naschrift: wat u zelf natuurlijk wel kunt doen is een Europese dienstaanbieder gebruiken. Maar dan wel een die zijn diensten niet in Amerika aanbiedt.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/640/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/640/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=640&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/03/27/de-amerikaanse-arm-der-wet-is-echt-langer-dan-de-minister-suggereert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>
	</item>
		<item>
		<title>Gratis penetratietest door studenten heeft weinig waarde.</title>
		<link>http://blog.xot.nl/2013/03/19/gratis-penetratietest-door-studenten-heeft-weinig-waarde/</link>
		<comments>http://blog.xot.nl/2013/03/19/gratis-penetratietest-door-studenten-heeft-weinig-waarde/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 07:04:44 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Opinies (Nederlands)]]></category>
		<category><![CDATA[hacken]]></category>
		<category><![CDATA[penetratietest]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[studenten]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=636</guid>
		<description><![CDATA[Volgens minister Plasterk zijn studenten uitstekende hackers. Nu ben ik uitermate trots op onze studenten, maar toch denk ik dat de waarde van een penetratietest door een groep onervaren (maar zeker inhoudelijk deskundige) studenten beperkt is. De overheid wil kennelijk voor een dubbeltje op de eerste rang zitten. Een penetratietest moet een serieus onderdeel zijn [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=636&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Volgens minister Plasterk zijn <a href="http://www.volkskrant.nl/vk/nl/2686/Binnenland/article/detail/3411341/2013/03/18/Plasterk-Studenten-uitstekende-hackers.dhtm">studenten uitstekende hackers</a>. Nu ben ik uitermate trots op <a href="http://www.kerckhoffs-institute.org">onze</a> studenten, maar toch denk ik dat de waarde van een penetratietest door een groep onervaren (maar zeker inhoudelijk deskundige) studenten beperkt is. De overheid wil kennelijk voor een dubbeltje op de eerste rang zitten.</p>
<p>Een penetratietest moet een serieus onderdeel zijn van een totaal beveiligingsplan, en dus professioneel opgepakt worden. Gratis studenten gebruiken wekt bij mij de indruk dat de overheid beveiliging niet echt serieus neemt. Zeker als je bedenkt dat een goeie exploit voor (tien)duizenden euros verkocht kan worden&#8230; Daar komt nog bij dat een penetratietest op zichzelf nog maar weinig zegt over de veiligheid van een systeem. Wel als er lekken gevonden worden. (Maar ook dan geldt dat er geen koe zo bont is of er zit wel een vlekje aan.) Maar als er geen gaten gevonden zijn betekent dat niet meteen dat die er ook echt niet zijn. Dat hangt onder meer af van de reikwijdte van de uitgevoerde penetratietest, de tijd die je er in stopt, en de kwaliteit en ervaring van de testers natuurlijk.</p>
<p>Daar staat tegenover dat wij <i>wel</i> de waarde zien van zo&#8217;n penetratietest voor de studenten zelf, als onderdeel van hun <a href="http://www.kerckhoffs-institute.org">opleiding tot security expert</a>. Aan de Radboud Universiteit zijn <a href="http://www.ru.nl/ds">we</a> op dit moment bezig een <a href="http://www.ru.nl/cybersecurity">bachelorprogramma computer security</a> op te zetten, die 1 september 2013 van start gaat. Onderdeel van het bachelorprogramma zou een 2e of 3e jaars vak kunnen zijn waar zo&#8217;n penetratietest een onderdeel van uit maakt. Daar gaan we nog eens over nadenken.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/636/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=636&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/03/19/gratis-penetratietest-door-studenten-heeft-weinig-waarde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>
	</item>
		<item>
		<title>Elektronisch stemmen: de wereld tussen &#8216;njet&#8217; en &#8216;ja en amen&#8217;</title>
		<link>http://blog.xot.nl/2013/03/10/elektronisch-stemmen-de-wereld-tussen-njet-en-ja-en-amen/</link>
		<comments>http://blog.xot.nl/2013/03/10/elektronisch-stemmen-de-wereld-tussen-njet-en-ja-en-amen/#comments</comments>
		<pubDate>Sun, 10 Mar 2013 21:18:35 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Opinies (Nederlands)]]></category>
		<category><![CDATA[elektronisch stemmen]]></category>
		<category><![CDATA[internet stemmen]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[stemcomputers]]></category>
		<category><![CDATA[voting]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=632</guid>
		<description><![CDATA[Minister Plasterk heeft onlangs aangegeven weer serieus te willen nadenken over het invoeren van elektronisch stemmen. Is dit, gezien de eerdere commotie rond dit onderwerp, en de afschaffing van de stemcomputer in Nederland in 2008, nou wel zo&#8217;n goed idee? Veiligheid van elektronisch stemmen is het hete hangijzer. De stemcomputers van Nedap waren onveilig. Terecht [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=632&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Minister Plasterk heeft <a href="http://www.tweedekamer.nl/kamerstukken/verslagen/verslag.jsp?vj=2012-2013&amp;nr=58">onlangs aangegeven</a> weer serieus te willen nadenken over het invoeren van elektronisch stemmen. Is dit, gezien de <a href="http://wijvertrouwenstemcomputersniet.nl/Wij_vertrouwen_stemcomputers_niet">eerdere commotie</a> rond dit onderwerp, en de afschaffing van de stemcomputer in Nederland in 2008, nou wel zo&#8217;n goed idee?</p>
<p><span id="more-632"></span>Veiligheid van elektronisch stemmen is het hete hangijzer. De stemcomputers van Nedap waren onveilig. Terecht dat in 2008 dus is besloten om die af te schaffen. Maar daarmee is niet gezegd dat iedere vorm van elektronisch stemmen onveilig is. De Adviescommissie inrichten verkiezingsproces, onder voorzitterschap van Korthals Altes, heeft hier in 2007 al uitgebreid bij <a href="http://www.rijksoverheid.nl/documenten-en-publicaties/rapporten/2007/09/27/stemmen-met-vertrouwen-adviescommissie-inrichten-verkiezingsproces.html">stil gestaan</a>. De samenvatting van het rapport begint met een aantal eisen waaraan een (elektronische) verkiezing moet voldoen. Zij constateert dat &#8220;geen enkele vorm van stemmen [ook die met papier en potlood] absoluut aan alle waarborgen voldoet&#8221;.</p>
<p>Naar mijn mening zijn er zeker varianten van elektronisch stemmen die aan een groot aantal van deze eisen kunnen voldoen. Zo zijn er cryptografische systemen (voter verifiable voting schemes) die de kiezer zelf in staat stellen om te controleren of zijn stem is meegeteld in de einduitslag. Wel is een &#8216;paper trail&#8217; van groot belang om naderhand bij vermoeden van fraude op terug te kunnen vallen. De essentie is immers dat een druk op een knop niet later nog eens teruggehaald kan worden. Met zo&#8217;n paper trail zouden ook stemcomputers, mits op de juiste wijze ontworpen, aan de eisen kunnen voldoen. Een grondige, onafhankelijke, analyse moet uitwijzen of dergelijke systemen echt een vergelijkbare veiligheid bieden als stemmen met potlood en papier.</p>
<p>Sommige van deze technieken zijn ook voor stemmen over het Internet toepasbaar. Wel moet men zich realiseren dat bij Internet stemmen er veel minder controle is op de omgeving waarin gestemd wordt. Zo is er een verhoogd risico op stemdwang, of de verkoop van een stem. Aan de andere kant gelden veel van die bezwaren ook voor het per post stemmen in het buitenland. Heikel punt blijft wel de onveilige omgeving (veelal de PC thuis) waarmee in dit geval gestemd wordt. En laat nu juiste de mogelijkheden van Internet stemmen het interessantst zijn voor directe vormen van democratie&#8230; Dat is een lastig dilemma.</p>
<p>Ook de voordelen van het elektronisch stemmen voor mensen met een handicap moeten worden meegenomen. Speciaal ontworpen stemcomputers kunnen hier van dienst zijn. Daar staan de kosten van het ontwikkelen en in gebruik nemen van een systeem voor elektronisch stemmen tegenover. Voor een landelijke stemming eens in de zoveel jaar is het maar zeer de vraag of het uitkan. Als de enige reden is dat we de uitslagen graag een uur na het sluiten van de stemlokalen willen weten, dan moeten we ons nog maar eens even achter de oren krabben&#8230;</p>
<p>Samengevat: ja, er zal een risico zijn. De vraag is of dat risico beheersbaar is, en vergelijkbaar met de huidige situatie is. En natuurlijk ook of de kosten opwegen tegen de baten. Maar we doen ook aan Internetbankieren, en ook in het ziekenhuis wordt bij ingewikkelde operaties steeds meer op ICT vertrouwd, ook als het gaat om zaken van leven of dood. Dus een principieel &#8216;njet&#8217; (net als een kritiekloos &#8216;ja en amen&#8217; overigens) vind ik geen antwoord op de vraag of elektronisch stemmen kan of niet: tussen die twee uitersten ligt een wereld van genuanceerde antwoorden.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/632/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=632&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/03/10/elektronisch-stemmen-de-wereld-tussen-njet-en-ja-en-amen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>
	</item>
		<item>
		<title>Attribute based credentials and digital signatures on a single eID</title>
		<link>http://blog.xot.nl/2013/03/05/attribute-based-credentials-and-digital-signatures-on-a-single-eid/</link>
		<comments>http://blog.xot.nl/2013/03/05/attribute-based-credentials-and-digital-signatures-on-a-single-eid/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 11:54:27 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[attribute based credentials]]></category>
		<category><![CDATA[digital signatures]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[IRMA]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=629</guid>
		<description><![CDATA[In our IRMA project we are implementing attribute based credentials on a smart card. In fact, we are developing a proof of concept for the Dutch Ministry of the Interior, to show that this technology can, in principle, be embedded on a national identity card to support eID functionality. One important other application of eID&#8217;s [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=629&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In our <a href="http://www.irmacard.org">IRMA project</a> we are implementing attribute based credentials on a smart card. In fact, we are developing a proof of concept for the Dutch Ministry of the Interior, to show that this technology can, in principle, be embedded on a national identity card to support eID functionality. One important other application of eID&#8217;s are digital signatures. The use of smart cards (combined with secure terminals) allow the generation of so called qualified digital signatures as specified in the law. How should these two applications be combined on one smart identity card?</p>
<p><span id="more-629"></span>The problem to solve is the following. Attribute based credentials are in principle a privacy enhancing technology. They allow a user to selectively disclose certain personal attributes. This, in turn, implements context separation: attributes relevant in a private context need not be revealed in a work context, and vice versa. Often, a form of sector specific pseudonyms are also supported. These allow you to securely use different pseudonyms in different contexts that cannot be linked.</p>
<p>Current digital signature functionality is often blissfully unaware of context. The smart card contains one signing key, and a corresponding certificate that binds that key to your real identity, i.e. name. Using such signatures in a particular context totally breaks the context separation that was so carefully established using the attribute based credentials. As <a href="http://blog.xot.nl/2013/02/08/an-eid-should-not-be-linked-exclusively-to-an-identity-card/">explained before</a>, the signature of a notary is highly valuable, and it should not be possible to mix a notary signature for private use by accident.</p>
<p>Therefore, it would be useful to extend the signature functionality of eID cards in two ways. First of all, one should be able to create a signature under a sector specific pseudonym, such that the signature does not allow linking to the real identity. In other words, a different signing key (and corresponding certificate that links this key to the pseudonym) needs to be used for each pseudonym. This should be implemented in an efficient manner. How to do this is something worth thinking about.</p>
<p>Secondly, a user should be able to sign under a collection of attributes. That is to say: the signature proves that the signer was in the possession of the specified set of attributes. This should in fact be implemented in two forms: a privacy friendly one where no other information is revealed, and a version where the signature is actually linked to the identity of the signer. The latter case supports use cases where for example a notary can use his private key to sign both in an official capacity (i.e. the document has a special status because it is signed by a notary), and in a private capacity (when signing the contract for selling his own house).</p>
<p>Without consideration of these issues and use cases, the use of integrating digital signature capabilities on smart cards that support attribute based credentials is rather limited.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/629/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/629/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=629&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/03/05/attribute-based-credentials-and-digital-signatures-on-a-single-eid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make money with privacy friendly identity management.</title>
		<link>http://blog.xot.nl/2013/02/21/how-to-make-money-with-privacy-friendly-identity-management/</link>
		<comments>http://blog.xot.nl/2013/02/21/how-to-make-money-with-privacy-friendly-identity-management/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 11:49:13 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[attribute based credentials]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[identity-management]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=623</guid>
		<description><![CDATA[Technically it is feasible to provide privacy friendly identity management, for example by using attribute based credentials (ABCs). We are currently demonstrating their applicability in practice, even on smart cards, in the IRMA (I Reveal My Attributes) project. However, the use of ABCs in the real world is still very limited. One of the factors [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=623&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Technically it is feasible to provide privacy friendly identity management, for example by using <a href="http://blog.xot.nl/2012/05/28/attribute-based-credentials-and-selective-context-separation/">attribute based credentials (ABCs)</a>. We are currently demonstrating their applicability in practice, even on smart cards, in the <a href="http://www.irmacard.org">IRMA (I Reveal My Attributes)</a> project. However, the use of ABCs in the real world is still very limited. One of the factors is the lack of a business case that supports the (substantial) cost of establishing an identity management infrastructure. In this (rather long) post I will sketch the issues, and indicate certain ways in which I think money can be made in an identity management infrastructure. The analysis is sketchy, primarily because I am not an economist. I would love a discussion on this topic, to advance the ideas in this post further.</p>
<p><span id="more-623"></span></p>
<h2>Identity management systems</h2>
<p>When we consider identity management systems from a broad perspective (and not just limited to providing authentication and single sign on), such systems allow a user to reliably prove certain characteristics (called attributes) about themselves to others. Typically, these attributes are used by businesses to make a business decision during a transaction between the user and the business. A common example is verifying the age of a customer before selling alcohol or cigarettes. But more complex examples are certain possible, like verifying whether a user is a legitimate representative of a company with a certain creditworthiness, or verifying that the user is a doctor that is allowed to prescribe this medicine at the requested dose or quantity. In the realm of identity management, the business relying on these attributes to make a business decision is called a <em>relying party</em>. In very generic terms, a relying party <a href="http://blog.xot.nl/2009/11/04/the-identity-crisis-1-membership-vs-ownership/">protects access to a resource</a> and provides access to this resource depending on the credentials a user can show.</p>
<p>A simple approach to identity management is to create an <em>identity provider</em> that has accounts for all users, and that stores all attributes for these users in those accounts. To learn the attributes of a user, the relying party asks the user to sign in to the identity provider, after which the relying party will ask the identity provider about the user attributes directly. This works and has been implemented. It is also quite straightforward to make money in this model, as the identity provider is involved in all transactions on-line. It is the spider in the web. It can ask a small fee for each attribute requested by the relying party. The relying party is typically willing to pay for this, as the attribute allows him to automate his business processes and makes them more secure. However, this architecture for identity management is a <a href="http://arxiv.org/abs/1101.0427">privacy nightmare</a>.</p>
<p>Privacy friendly architectures for identity management do exist, for example using attribute based credentials. In these systems, <em>credentials</em> are secure containers that store the user attributes. Users obtain such credentials from a <em>credential issuer</em>, that can vouch for the validity (for this user) of the attributes contained in the credential. The credential (being a secure container of the attributes) allows the user to prove possession of the attribute to the relying party. Privacy is guaranteed by making the proof involving a credential unlinkable to other proofs involving the same credential, or to the issuing of the credential. Note that the attribute provider is not involved in the proof of possession of a credential. Moreover, using the technique of <em>selective disclosure</em>, the user can choose to reveal only a selection of the attributes contained in a credential.</p>
<p>When using attribute based credentials, the user is the spider in his own little web. The question then is how to make money as the provider of (a service within) such an identity management infrastructure.</p>
<p>Before answering this question it is important to realise that typically three more parties play a role in an identity management systems. First and foremost, there is the <em>scheme authority</em> that lays down the architecture of the system, and governs its operation. It is responsible for ensuring the system is useful, economically viable, secure and respects privacy. The scheme authority, for instance, decides which attribute providers and relying parties are allowed to use the system (and revokes their access if they fail to comply with the rules). Typically, relying parties need to authenticate and provide the appropriate certificates to the user in order to read out certain attributes. This <em>relying party authentication</em> (traditionally called terminal authentication) prevents relying parties from sneakily collecting all attributes of a user.</p>
<p>Moreover, there are so called <em>token issuers</em> (for lack of a better name) that provide the security tokens (typically smart cards) that users use to securely obtain, store, and use credentials.</p>
<p>Looking at this from a slightly higher level of abstraction, we can distinguish the following classes of roles.</p>
<ul>
<li><em>Providers</em> (Credential Issuers, Token Issuers) that offer identity management functionality.</li>
<li><em>Users</em> (User, Relying Parties) that benefit from the functionality offered by the providers in the identity management scheme.</li>
<li><em>Governors</em> (Scheme Authority) that govern the identity management scheme and are responsible to maintain the trust and value of the scheme.</li>
</ul>
<p><a href="http://xotoxot.files.wordpress.com/2013/02/idm-business-scheme.gif"><img class="size-medium wp-image-624 alignright" style="margin-left:10px;margin-right:10px;" title="Classes of roles in identity management" alt="idm-business-scheme" src="http://xotoxot.files.wordpress.com/2013/02/idm-business-scheme.gif?w=300&#038;h=190" width="300" height="190" /></a>Additionally, there may be one or more <em>service providers</em> that offer services that make it easy for attribute providers or relying parties to connect to the system by offering tailor made services. For example, a service provider may offer a relying party to do the validation of credentials in its place, and only return whether the credentials verified correctly. (This does incur a privacy risk if a service provider serves many different relying parties, and the attributed revealed are identifying. In this case, the service provider learns the visiting patterns of users over a large set of relying parties.)</p>
<h2>Initial analysis of business issues</h2>
<p>The primary value of the identity management system is determined by the (perceived) trust in the system by all parties involved. It is the main responsibility of the scheme authority to ensure this (by proper rules and enforcement of these rules). As a consequence, the level of security provided by the token providers and attribute providers must be high, which comes at a cost. (Relying parties primarily cause damage to themselves if they fail to reliably verify credentials, although repeated incidents will have an impact on the overall reputation of the scheme.) This cost must be earned back to justify the investment.</p>
<p>Users and relying parties are the main parties that benefit from an identity management system. Relying parties now have a secure way to verify attributes of their customers. This may solve legal compliance issues (the need to verify age for certain types of business, for example), lead to new business opportunities, and streamline existing business by reducing risks due to uncertainty. As a consequence, relying parties may use the expected benefits to be obtained for their normal business as a factor to justify the investment in an identity management system. Similarly, users have a privacy friendly and secure way to present attributes. This increases the online user experience. Moreover, attributes may be used to protect access to user assets stored at relying parties, making them more secure. However, it may be hard to convince users to actually pay for tokens or getting credentials. They may perceive this as an artificial barrier, an extra cost incurred for accessing a service that they previously did not have to pay. On the other hand, citizens are used to paying a significant amount for passports and physical identity cards.<a href="http://xotoxot.files.wordpress.com/2013/02/idm-business-value.gif"><img class="alignright size-medium wp-image-625" style="margin-left:10px;margin-right:10px;" alt="idm-business-value" src="http://xotoxot.files.wordpress.com/2013/02/idm-business-value.gif?w=300&#038;h=225" width="300" height="225" /></a></p>
<p>The other system entities, and especially credential issuers, have no external business needs to join an identity management system (it does not enable them to do the business they are already engaged in, except if they are a relying party as well). They may of course see a business opportunity within the identity management system itself, but this is a different driver. In particular, benefits obtained outside the identity management system are not foreseen and therefore cannot be used to justify an investment.</p>
<p>Because relying parties allow access to an asset depending on the credential a user can show, credential issuers hold, in fact, the keys to these assets. This makes them as responsible for protecting these assets (through proper issuing of credentials) as the relying parties. This raises the issue of liability if something goes wrong. If access to an asset is given because of an improperly issues credential, the relying party is not at fault. But if we want to make the issuer liable, then the risk they run when their credentials are used to protect very valuable assets becomes high. As a result, the cost of issuing credentials becomes high as well, potentially raising the cost of a credential beyond reasonable proportions. The extent of this effect needs further investigation.</p>
<p>Identity management systems (like credit card systems) are a <a href="http://www.ecp.nl/sites/default/files/VERKENNING_E_HERKENNING_DigiD_1.pdf">two-sided market (or network)</a> with cross-side effects. Such markets have two types of parties that provide network advantages to each other: the value of an identity management system for the users increases with the number of relying parties, whereas the value for the relying parties increases with the number of users. The number of users increases with the number of tokens and attributes providers they can use to connect to the system. Such markets run the risk of the two sides waiting for each other to grow. To maximise the growth of such a two sided market (with cross side effects) the system must be open. It is especially important that a free and open market of service providers is established that make it easy to set up and connect attribute providers (to increase the user side) and relying parties.</p>
<h2>Possible solutions</h2>
<p>Below I briefly sketch two (of the possibly many) ways to make a business out of privacy friendly identity management.</p>
<h3>Providing identity management services</h3>
<p>In the <a href="http://www.personalausweisportal.de/">German eID system</a>, so called eID services exist that handle the verification of card attributes on behalf of the relying parties. Users visiting the relying party are redirected to the eID service, that subsequently runs the identity management protocols to determine the user attributes. After a successful run, the eID service returns the user attributes to the relying party using a very simple protocol. This makes it very easy for relying parties to incorporate the German eID card in their current web environment. The eID service can charge a fee for each credential verified.</p>
<p>The German approach is a very good way to kick-start the uptake of eID by relying parties. But it incurs a privacy risk, as the eID service sees all attributes it verifies, and sees for which relying parties these attributes are used. This allows the eID service to link users to relying parties. This can be mitigated by requiring that the eID service is stateless and does not keep any logs of the interactions it is involved in. This should be fiercely monitored by the scheme authority. Also, the scheme authority should stimulate that many different eID services exist.</p>
<p>Another approach is to in-source the verification of credentials to the relying party. This essentially boils down to moving the server that runs the eID service within the relying party premises. This ensures that different relying parties run a different instance of the eID services, greatly reducing the privacy risk. In terms of business opportunities, the eID server can be sold as a plug-and-play device that requires little maintenance. Additional maintenance contracts (guaranteeing updates when new versions of the identity management system are released, or offering the addition of new eID standards when they appear) can also be sold. Alternatively, a licensing scheme can be agreed on, where the fee depends on the number of credentials verified with the locally installed system.</p>
<h3>Using the smart card as a purse</h3>
<p>The main problem of a user-centric identity management system, like those that are based on attribute based credentials, is that there is no direct link between the credential issuer (that provides value) and the relying party (that consumes this value). This makes it hard to force the relying party to pay for the use of a credential. However, this can be mitigated by letting the user be the go-between. An electronic purse on the same smart card that is used to store and show the credentials can be used to receive a payment whenever a credential is shown at a relying party, and pay with that money the next time a credential is requested from an issuer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/623/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/623/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=623&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/02/21/how-to-make-money-with-privacy-friendly-identity-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>

		<media:content url="http://xotoxot.files.wordpress.com/2013/02/idm-business-scheme.gif?w=300" medium="image">
			<media:title type="html">Classes of roles in identity management</media:title>
		</media:content>

		<media:content url="http://xotoxot.files.wordpress.com/2013/02/idm-business-value.gif?w=300" medium="image">
			<media:title type="html">idm-business-value</media:title>
		</media:content>
	</item>
		<item>
		<title>Je hebt een botnet opgerold. En dan? &#8211; Pleidooi voor een loket &#8216;gevonden data&#8217;</title>
		<link>http://blog.xot.nl/2013/02/18/je-hebt-een-botnet-opgerold-en-dan-pleidooi-voor-een-loket-gevonden-data/</link>
		<comments>http://blog.xot.nl/2013/02/18/je-hebt-een-botnet-opgerold-en-dan-pleidooi-voor-een-loket-gevonden-data/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 16:12:27 +0000</pubDate>
		<dc:creator>Jaap-Henk</dc:creator>
				<category><![CDATA[Opinies (Nederlands)]]></category>
		<category><![CDATA[datalekken]]></category>
		<category><![CDATA[responsible disclosure]]></category>

		<guid isPermaLink="false">http://blog.xot.nl/?p=620</guid>
		<description><![CDATA[Na het oprollen van een botnet kreeg digitaal forensisch onderzoeksbureau Digital Investigation 750 GB aan data in handen, met informatie over geïnfecteerde computers, creditcard gegevens, vertrouwelijke email, adressen, telefoonnummers, en gebruikersnamen en wachtwoorden. Het team High Tech Crime werd ingelicht, maar die deed niets met de gegevens. Vervolgens mocht de NOS in de gegevens grasduinen. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=620&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Na het oprollen van een botnet kreeg digitaal forensisch onderzoeksbureau Digital Investigation 750 GB aan data in handen, met informatie over geïnfecteerde computers, creditcard gegevens, vertrouwelijke email, adressen, telefoonnummers, en gebruikersnamen en wachtwoorden. Het team High Tech Crime werd ingelicht, maar die deed niets met de gegevens. Vervolgens mocht de <a href="http://nos.nl/artikel/474184-overheid-laks-na-grote-cyberaanval.html">NOS</a> in de gegevens grasduinen. Dit is niet goed geregeld in Nederland: een pleidooi voor een loket &#8216;gevonden data&#8217;.</p>
<p><span id="more-620"></span>Om het probleem aan de kaak te stellen is het logisch dat de media zijn ingeschakeld. Maar gezien de gevoeligheid van de gegevens is de NOS niet de aangewezen organisatie om in dit soort gegevens rond te neuzen. (Ik ga er maar even van uit dat de NOS hiervoor bij Digital Investigation op bezoek is geweest, en niet een kopie heeft gekregen&#8230;). De vraag is dan wel: wat moet je doen als je zo&#8217;n bak met data in handen krijgt?</p>
<p>Er zou een onafhankelijke organisatie moeten zijn waar je met deze data heen kunt. Een organisatie die op een absoluut veilige manier om kan gaan met deze (privacy) gevoelige informatie. Een centraal loket &#8216;gevonden data&#8217;. Deze organisatie moet vervolgens er voor zorgen dat misbruik van de informatie zo snel mogelijk wordt gestopt. Daarnaast kan zij een inschatting maken van de omvang van de schade, en eventueel iets zeggen over de mogelijke oorzaken, en de daders.</p>
<p>Om misbruik te stoppen is het niet zinvol direct de eindgebruikers te benaderen. Ten eerste is het vaak lastig om te bepalen om wie het gaat, en om ze vervolgens te bereiken. Daar is vaak extra informatie voor nodig. Daarnaast zullen die eindgebruikers dan eerst zelf stappen moeten ondernemen voordat het misbruik ook echt stopt.</p>
<p>Beter is het om naar het type informatie te kijken (is het een IP adres, een creditcard nummer, een bankrekening nummer, een Facebook account, etc.) en vervolgens direct contact op te nemen met de uitgever van de informatie (de ISP, de creditcard maatschappij, de bank, Facebook, etc.). Deze uitgever kan het account meteen blokkeren, en vervolgens de klant inlichten en hem helpen het probleem op te lossen.</p>
<p>Bovendien maakt zo&#8217;n &#8216;loket gevonden data&#8217; het voor de goedwillende klokkenluider meteen duidelijk waar hij met zijn vondst heen moet &#8211; en maakt zo het <a href="http://www.hpdetijd.nl/2013-02-16/handleiding-legaal-hacken">melden van misstanden iets minder onaantrekkelijk</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xotoxot.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xotoxot.wordpress.com/620/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.xot.nl&#038;blog=10047514&#038;post=620&#038;subd=xotoxot&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.xot.nl/2013/02/18/je-hebt-een-botnet-opgerold-en-dan-pleidooi-voor-een-loket-gevonden-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d045440802dd5d33ac66262264311aea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">king-ink</media:title>
		</media:content>
	</item>
	</channel>
</rss>
