Hello Nicholas,In the field of engineering this is called a doubly-redundant system. Having two different methods is a GOOD thing as it guards against single point failure. If you maintain the votes in two (or more) locations it is much tougher to defraud the system. In a purely paper ballot system, there are several steps succeptable to single-point failure: for example, if a single ballot is "lost" for any reason you have a failure.
Thanks for posting your summary above. Some thoughts follow.
The security of your system is based on the citizens' ability to detect an
attack against your system, and to do a voter-verifiable paper-receipt
recount if that attack is detected. So ultimately, if attacked -- and
detected -- the security of your system degenerates to that of a paper
receipt system. The security of your paper receipts must be safeguarded
similarly to any paper ballot system. Given this dependency, why not
focus one's security efforts on a voter-verifiable paper ballot system,
rather than having two separate means of counting, one DRE-based and one
paper-based?
Put differently: your system uses vote-recording machines, which have the
advantage of returning election results quickly, but have the disadvantage
that those election results could be completely bogus. Why not use vote-marking machines instead?
Additionally, I share Neal's concerns -- the receipt-validation systemOK fine. As you mentioned, I like the voter-receipt concept because I think that inaccurate counting is a bigger problem than vote buying. But I'm willing to compromise on this. There are several possible work-arounds.
that you describe is susceptible to vote-buying attacks. Reading some of
your other posts, you don't seem to be too worried about this, since the
current process of absentee voting can also facilitate vote-buying. This, however, does not lead me to the conclusion that we should expand
the potential for vote-buying to the entire electorate. A better response
would be to fix the problem with absentee voting, rather than adopt a
primary voting mechanism which makes the problem worse.
...unless particular care is taken by pollworkers to note theTwo responses:
voters who successfully cast ballots, your system is open to electronic
ballot-stuffing attacks. This is because the DREs you describe could cast
bogus ballots simply by generating and storing random ballot IDs and
ballot choices. This list of voters who successfully cast ballots must be
published along with the list of ballot IDs and choices, so that members
of the community can verify that the two counts match.
Similarly, pollworkers must take particular care to ensure that voters doTrue. Although there are many easy fixes to this problem.
not forget to deposit their receipt copy into the recount box. Otherwise, vote totals from a recount will not match the digital totals, which will certainly lower voters' confidence in your system.
Whoa there!! Remember that the voter receipts were a security measure above and beyond anything that exists today. Any implementation of this system is better than none. It doesn't cause ANY security problems since the only possible effect of using such a system is mandating a hand recount. It is just an additional safety measure. To say that it causes showstopping security problems is like saying that a burglar alarm is a home security threat because it could be disabled. An alarm is no substitute for locking your doors, but having one doesn't make your house any LESS safeYou also mention a revised system, intended to address vote-buying concerns, in a later post to the list:
3. If you really don't like the concept of having voters validate their
receipt, you could have a system where the public lists and the voter
receipts just have the ballot ID. This way, voters could check that at
least their vote has been counted.
As a voter, if my ballot choices are not printed, how does this system
assure me that my ballot choices were counted? It is not useful to know
that my ballot was "counted" if the DRE, through a bug or security hole,
surreptiously changed my ballot choices. This modified method seems to cause showstopping security problems that were not present in your original system.