Slashdot Mirror


The Computer Scientist Who Prefers Voting With Paper (theatlantic.com)

Geoffrey.landis writes: The Atlantic profiles a computer scientist: Barbara Simons, who has been on the forefront of the pushback against electronic voting as a technology susceptible to fraud and hacking. When she first started writing articles about the dangers of electronic voting with no paper trail, the idea that software could be manipulated to rig elections was considered a fringe preoccupation; but Russia's efforts to influence the 2016 presidential election have reversed Simons's fortunes. According to the Department of Homeland Security, those efforts included attempts to meddle with the electoral process in 21 states; while a series of highly publicized hacks -- at Sony, Equifax, the U.S. Office of Personnel Management -- has driven home the reality that very few computerized systems are truly secure. Simons is a former President of the Association for Computing Machinery (ACM); and the group she helps run, Verified Voting, has been active in educating the public about the dangers of unverified voting since 2003.

8 of 219 comments (clear)

  1. This is the attitude of many security experts by JoshuaZ · · Score: 4, Informative

    Simons is one of the most prominent such, but definitely not the only one. This has been a vocal point being made by computer scientists and other security experts since at least the late 2000s.

    1. Re: This is the attitude of many security experts by orlanz · · Score: 5, Informative

      Yes paper can be destroyed, replaced, and added to, impacting the outcome. But the impact will be at most ONE small district. And you would need to do this at multiple voting centers. There are 435 districts in the US. Great path if you want to rig your very local election.

      But going to major cities or state levels... the amount of money you would need to spend to significantly impact such elections would be a waste of funds and a high risk for capture through multiple attempts. It would be far more cost effective to spend that on ads to sway public opinion or a candidate directly.

      At the federal level... easier to buy out the Electorial College. That may seem difficult but nothing compared to what you propose.

      With electronics, you have a centralized, standardized, single target. But this target would have multiple stages to attack, any of which can yield control of the entire system.

      It is possible to create a good enough electronic voting system but we just don't have anyone nearly competent enough to do so. Our current system of hundreds of thousands of cogs watching each other is more than good enough at the moment.

    2. Re: This is the attitude of many security experts by Ol+Olsoc · · Score: 4, Informative

      Paper ballots can easily be destroyed, damaged, or faked. It's way too easy for someone to sneak in an extra box of fake ballots to rig an election. It's a shame that people like you who should know better are proposing to make it easier for criminals and foreign powers to rig elections. We would be far better off using blockchains to store votes and using that to ensure security. It's unfortunate that you and so many others are standing in the way of progress and better security.

      Looks like we have prefect doing it's job as the enemy of good.

      Besides, there is a world of difference between the effort it would take to coordinate a nationwide paper ballot hack. You would have to have a whole lot of people with physical access to the ballots, and a well coordinated ability to do the dirty work without detection, versus a few people sitting in a nice office somewhere altering the results.

      Your blockchain idea is another example of how the next solution will be the secure one. Then the next one after that, then the one after that.

      Nope, there is no way that we should allow voting to be yet another casualty of the Internet of Things debacle.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    3. Re:This is the attitude of many security experts by taiwanjohn · · Score: 3, Informative

      Paper ballots are used here in Taiwan, and they are counted, by hand, in public view immediately after polls close. Results are usually complete within a few hours. Ironically, this system was instituted under the KMT single-party regime to facilitate vote buying.

      The voting is done by putting a stamp in a square on the paper, rather than filling in a circle with a pen (or punching a hole, etc.). So, by stamping the ballot in a particular way -- say, in the upper left corner, slanted to the left -- you'd indicate to the vote buyer that you'd fulfilled your end of the bargain. Vote buying is now pretty much a thing of the past, but the legacy of this highly open and public system has served the country well in its transition to one of the more thriving democracies in the region.

      But this is not unique to Taiwan, lots of countries use paper ballots. The USA is really "backward" in this regard.

      --
      XML is like violence. If it doesn't solve your problem, you're not using enough of it. --AC
    4. Re: This is the attitude of many security experts by swillden · · Score: 5, Informative

      It's way too easy for someone to sneak in an extra box of fake ballots to rig an election.

      It's hard to rig an election with a single box of fake ballots. It's also hard to bring in thousands of boxes without anybody noticing.

      In addition, cryptographic security researchers have constructed a cost-effective, scalable, paper ballot system which makes this sort of fraud (and others) detectable.

      Paper, backstopped with math, is unquestionably the most fraud-resistant way to conduct elections. Pure electronic voting systems are perhaps the best way to enable fraud.

      There is a valid argument for the use of electronic voting machines for accessibility. Large touch screens are easier to use, especially for people with disabilities, but they should merely be an interface to collect information for printing on a human-readable paper ballot.

      I'm both a computer scientist and a computer security expert. I think you'd be hard-pressed to find anyone who understands computer security who would honestly support direct recording electronic voting.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  2. Re:Paper has no advantage over digital records by religionofpeas · · Score: 4, Informative

    Whatever actions you perform on the paper votes to optimise the security of the system can be done on digital records too.

    A layman could inspect a polling station, and witness the paper ballot counting to confirm everything is done accurately. The same layman cannot inspect an electronic voting machine and confirm it has counted all the proper votes.

  3. Canadian paper ballots are amazing by berj · · Score: 5, Informative

    The ballots we use up here (and the system we use to count and track them) are amazing.

    The voter goes to a table where the ballots are handed out by elections officials. The ballot has the candidate's names in alphabetical order and a removable counterfoil that has a serial number that matches against the book that the ballot was torn from. The official puts their initials on the ballot and hands it to the voter. The voter goes behind the screen and marks the ballot and folds it. The counterfoil and initials are still visible.

    The voter hands the ballot back to the offical who checks both the signature and the serial number on the counterfoil (this ensures the voter has returned the ballot they got). The counterfoil is then removed and now the ballot is completely anonymous. The voter then gets the ballot back and she places it in the ballot box in front of the official.

    When it comes time to count the votes, the elections officials count all of the ballots in the presence of other non-partisan officials as well as the candidates themselves or their representatives -- a vote isn't recorded until everyone has seen and verified the ballot. Once everything is counted and verified (does the number of ballots counted match the number given out and returned by voters, etc) the tally is made on paper and the ballots themselves are sealed up and passed up the chain. They are kept for 7 days in case a recount is needed.

    The great thing about this system is that it scales to any population size since the ballots are counted right there at the polling station, box by box and verified on the spot.

    It's certainly not perfect and there are some opportunities for tampering but nothing even in the same universe as the kind of wide-spread hacking that can occur with electronic systems.

    more detail:

    http://www.elections.ca/conten...

    http://www.elections.ca/conten...

  4. Re:That's only part of the problem.... by arth1 · · Score: 3, Informative

    First, machine counting is more accurate than hand counting.

    No, it is not. With hand-counting, the votes are always counted multiple times by different people. That gives greater accuracy than a machine that will make the same errors over and over again.

    Your comparisons to other countries are not valid (you didn't even cite a single example to compare).

    That's deliberate. If I did mention a single country, someone would jump in and say "oh, but country X is different because it has [fewer people|more people|bigger districts|smaller districts]".
    It won't take you long to find countries where machine voting is illegal, and election results are still available the same night.

    And the onus should be on those who claim that machine voting increases speed to provide evidence for that, because not counting with a machine is the baseline.

    Look at the time needed just to hand count a few counties in Florida in Bush v. Gore.

    That was hand counting machine votes, you dolt. "Dimpled chads" or misplaced optically readable stamp marks is not a problem where the votes are designed for human and not machine parsing.