An idea for encrypted, verifiable voting
blag.mpcsh.xyz
An idea for encrypted, verifiable voting
1–10 of 62 posts
Re: An idea for encrypted, verifiable voting
#2Re: An idea for encrypted, verifiable voting
#3Re: An idea for encrypted, verifiable voting
#4A key part of the America system of voting is that we use a "secret" ballot. This important to prevent vote buying and voter intimidation. I like the rest of the proposal.
Re: An idea for encrypted, verifiable voting
#5A key part of the America system of voting is that we use a "secret" ballot. This important to prevent vote buying and voter intimidation. I like the rest of the proposal.
Re: An idea for encrypted, verifiable voting
#6A key part of the America system of voting is that we use a "secret" ballot. This important to prevent vote buying and voter intimidation. I like the rest of the proposal.
This idea encrypts your ballot with your voter ID + some secret key that you know and creates encrypted data E. It, then, publishes a (E, your ballot) pair. Since only you can decrypt E, others won't know how you vote.
"$5 off your next purchase if you can produce a receipt for candidate X!"
"You must vote for X if you wish to join my organization."
Re: An idea for encrypted, verifiable voting
#7A key part of the America system of voting is that we use a "secret" ballot. This important to prevent vote buying and voter intimidation. I like the rest of the proposal.
Perhaps the election commission would also have a paper receipt with a different unique key.
Then both your receipt and the county's receipt would be necessary to locate your vote on the blockchain. Then vote verification could be restricted to the same level of privacy as when voting takes place.
Re: An idea for encrypted, verifiable voting
#8From reading this article, it would seem that it satisfies the first 4 points, just not the 5th. Is that the main reason to have to use the blockchain, to prevent tampering from the inside?
Re: An idea for encrypted, verifiable voting
#9Possible expansion topics:
- Handling a ballot with multiple separate races
- Backup system for when the computers have gone down
- Can it assist in any way with "voter suppression" issues
I don't like the idea that the encryption of the full list would be reversible. If I had contrarian views, I might be afraid to vote if that would put me on a list. Stick to one-way with a guardian to entry.Re: An idea for encrypted, verifiable voting
#10As a software engineer who knows very little about government security and voting security, can someone explain why you can't just build it like a regular web app (with very good security measures -- the usual HTTPS, database encryption, proper firewall rules to servers, etc.), and have the user enter their voter ID and social security and submit their vote via a web form? From reading this article, it would seem tha…