Secure Voting Algorithm 2
Instead of using one "voting authority", use two authorities. One "Central
Legitimization Agency" (CLA), and a "Central Tabulating Facility" (CTF)
- The CLA has a list of everyone who can vote, they send every voter
a unique ID.
- The CLA gives the list of unique IDs to the CTF.
- The voters send in: the unique ID, a random number R that they
made up themselves, and their vote.
- The CTF counts the votes, and publishes a list of votes, by R, the
random number the voters gave.
Pros and Cons