<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: delegated democracy</title>
	<atom:link href="http://www.coriolinus.net/2008/05/27/delegated-democracy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coriolinus.net/2008/05/27/delegated-democracy/</link>
	<description>read, and be entertained</description>
	<lastBuildDate>Sat, 20 Feb 2010 13:03:08 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Explodicle</title>
		<link>http://www.coriolinus.net/2008/05/27/delegated-democracy/comment-page-1/#comment-1504</link>
		<dc:creator>Explodicle</dc:creator>
		<pubDate>Thu, 29 May 2008 18:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.coriolinus.net/?p=2144#comment-1504</guid>
		<description>Why is that? Someone could get hurt.</description>
		<content:encoded><![CDATA[<p>Why is that? Someone could get hurt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coriolinus</title>
		<link>http://www.coriolinus.net/2008/05/27/delegated-democracy/comment-page-1/#comment-1503</link>
		<dc:creator>coriolinus</dc:creator>
		<pubDate>Thu, 29 May 2008 14:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.coriolinus.net/?p=2144#comment-1503</guid>
		<description>No, but those cases are more suitable for police intervention than a technological fix.</description>
		<content:encoded><![CDATA[<p>No, but those cases are more suitable for police intervention than a technological fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Explodicle</title>
		<link>http://www.coriolinus.net/2008/05/27/delegated-democracy/comment-page-1/#comment-1502</link>
		<dc:creator>Explodicle</dc:creator>
		<pubDate>Thu, 29 May 2008 13:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.coriolinus.net/?p=2144#comment-1502</guid>
		<description>What if that spy is offering a bribe or threatening me? Refusing to vote wouldn&#039;t always be an option.</description>
		<content:encoded><![CDATA[<p>What if that spy is offering a bribe or threatening me? Refusing to vote wouldn&#8217;t always be an option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coriolinus</title>
		<link>http://www.coriolinus.net/2008/05/27/delegated-democracy/comment-page-1/#comment-1501</link>
		<dc:creator>coriolinus</dc:creator>
		<pubDate>Thu, 29 May 2008 01:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.coriolinus.net/?p=2144#comment-1501</guid>
		<description>I think you may have misunderstood me. The public key published by the polling authority is only useful for encrypting messages directed to the polling authority; it is a single key, widely published and well-known so that people can trust that it is authentic (not subject to man-in-the-middle attacks). You sign your vote with your own, personal private key, so that it can be verified using your public key. Both of your own keys are generated by you, at your leisure, on a computer you trust. When you register to vote, you do not receive any sort of key or passphrase from them (except possibly a copy of its public key if you do not already have it in your possession). Instead, you bring to them a copy of your public key, which you certify to be yours (so that they can trust that your signed vote--signed with your private key--had not been altered by a man in the middle). 

You vote from the privacy of your own home, or wherever you find to be most comfortable a place to compute, and email the vote in. Email is inherently insecure, but public key cryptography is not known to be insecure. Adding protections against people known to be spying on you seems an odd protection to add--all you have to do is refrain from voting while that person is hanging around.</description>
		<content:encoded><![CDATA[<p>I think you may have misunderstood me. The public key published by the polling authority is only useful for encrypting messages directed to the polling authority; it is a single key, widely published and well-known so that people can trust that it is authentic (not subject to man-in-the-middle attacks). You sign your vote with your own, personal private key, so that it can be verified using your public key. Both of your own keys are generated by you, at your leisure, on a computer you trust. When you register to vote, you do not receive any sort of key or passphrase from them (except possibly a copy of its public key if you do not already have it in your possession). Instead, you bring to them a copy of your public key, which you certify to be yours (so that they can trust that your signed vote&#8211;signed with your private key&#8211;had not been altered by a man in the middle). </p>
<p>You vote from the privacy of your own home, or wherever you find to be most comfortable a place to compute, and email the vote in. Email is inherently insecure, but public key cryptography is not known to be insecure. Adding protections against people known to be spying on you seems an odd protection to add&#8211;all you have to do is refrain from voting while that person is hanging around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Explodicle</title>
		<link>http://www.coriolinus.net/2008/05/27/delegated-democracy/comment-page-1/#comment-1499</link>
		<dc:creator>Explodicle</dc:creator>
		<pubDate>Wed, 28 May 2008 21:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.coriolinus.net/?p=2144#comment-1499</guid>
		<description>I like where you&#039;re going with this. However, I think the process you suggest could be tweaked a little to require a single passphrase and ensure a secret ballot even if someone is watching you from the moment you leave the registration office.

Instead of having the polling authority publish a single public key for everyone, I think it would be better if each voter got his own pair of keys at registration and kept both secret (except leaving the decode key with the voting authority). They could be generated by a passphrase that is run through a cryptographic hash function, so the voter never has to memorize anything too difficult or write anything down.

That way, even if a bad guy watches you vote, you can just type the wrong passphrase and he will have no way of verifying it.</description>
		<content:encoded><![CDATA[<p>I like where you&#8217;re going with this. However, I think the process you suggest could be tweaked a little to require a single passphrase and ensure a secret ballot even if someone is watching you from the moment you leave the registration office.</p>
<p>Instead of having the polling authority publish a single public key for everyone, I think it would be better if each voter got his own pair of keys at registration and kept both secret (except leaving the decode key with the voting authority). They could be generated by a passphrase that is run through a cryptographic hash function, so the voter never has to memorize anything too difficult or write anything down.</p>
<p>That way, even if a bad guy watches you vote, you can just type the wrong passphrase and he will have no way of verifying it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
