Running head: ROCK THE BLOCKCHAIN 1. Rock the Blockchain: Next Generation Voting. Nikolas Roby, Patrick Gill, Michael Williams

Size: px
Start display at page:

Download "Running head: ROCK THE BLOCKCHAIN 1. Rock the Blockchain: Next Generation Voting. Nikolas Roby, Patrick Gill, Michael Williams"

Transcription

1 Running head: ROCK THE BLOCKCHAIN 1 Rock the Blockchain: Next Generation Voting Nikolas Roby, Patrick Gill, Michael Williams University of Maryland University College (UMUC) Author Note Thanks to our UMUC Faculty mentor, Jesse Varsalone Thanks to The Economist and Kaspersky Lab for providing the case study

2 ROCK THE BLOCKCHAIN 2 Table of Contents Author Note... 1 Abstract... 3 Overview... 4 The Problem... 4 Overview of the Setup Steps... 6 Establishing Polling Stations on the Blockchain... 6 Issuing a Voting Wallet to Voters... 7 Setting up the Election... 8 The Voting Process... 9 Voting Under Duress Undecideds Availability of Interim Results Voting Aftermath Vote Traceability Conclusion References... 17

3 ROCK THE BLOCKCHAIN 3 Abstract Current voting systems used in today s election systems contain many flaws. These flaws stem from the ability of both the users and the monitors of the system being able to inject additional votes. These votes land in the system through a variety of different approaches, but the end goal is for the person they want elected to win. Due to these issues, the citizens of countries across the globe need and want a system they can trust and rely on. A trusted election system would grant those people the ability to be heard while feeling like their voice was loud within the many. Within this paper the writers will discuss a new system, and how to implement it with the use of blockchains. Keywords: Blockchain, Voting, Smart Contract, Sidechain, Etherium, Bitcoin

4 ROCK THE BLOCKCHAIN 4 Overview The Problem With the current systems of voting, there are flaws that are core to the design of the electoral system. Voters go to a polling place, present an ID, and are issued a card to vote. There is a possibility that someone could cast multiple votes by going to multiple locations, or by voting for deceased voters. The biggest problem with the current generation of voting system is the lack of trust in the election process. The voting population needs to be able to trust the system, the processes, and understand that their voice is not lost. The people need to feel heard, counted and be able to verify their voice. Finally, the citizens need to be able to trust the counting process, and without bias. The next generation voting system, how would that look? The system would need to start from a foundation of trust. Paper voting is not preferred because of the human aspect of injecting additional tallies, but it does provide a trail. Recent elections in Russia have possibly shown corruption that can occur with the addition of the human element. Digital voting, however, is essentially new but needs to be built around a trust model. With voting people expect the process to be anonymous, but individuals should be able to verify the vote. Votes should be impossible to tamper with, nor, should the system note be able to be flooded with illegitimate votes. All vote counting would be performed in a publicly observable way. With the essential design of a modern voting system, the core tenet would be to remove all need for trust, and place strong emphasis on open verification of the process and the votes. Several years ago, a similar problem was addressed with digital currency using a concept called the blockchain.

5 ROCK THE BLOCKCHAIN 5 The blockchain, at its essential level, is a distributed ledger of groups of transactions. Each group of transactions is hashed together, along with a hash of the previous block, and anybody can have a copy of the entire blockchain (Nakamoto, 2008). This means that all transactions can be traced, and false transactions are dropped because they don't match what other blockchain users copies indicate. For digital voting using a blockchain, it could record ID for both voter, person voting for, and time. Everybody can get a copy of the blockchain and verify the votes cast! A critical part is the voter IDs are not an actual name, but a random wallet ID, not reversible to an actual voter s identity. With a blockchain, each block in the blockchain is a set of transactions that are hashed together, and the blockchain miners are essentially trying to find a hash with a number of leading zeros, by manipulating a nonce. Eventually one of the miners gets a block and it is called the proof of work, which is incorporated into each block in the blockchain. If someone manipulates the blockchain, by trying to change the amount of the transaction, it would invalidate the block, as well as all subsequent blocks. This part of which makes verification of the blockchain straightforward.

6 ROCK THE BLOCKCHAIN 6 Figure 1 - Proof of work on the blockchain. Another interesting property of using the blockchain is the concept of a smart contract. A smart contract is a set of rules attached to a transaction. If the rules are not matched, then the transaction is not completed. These rules are implemented in a lightweight virtual machine, but essentially they allow for complex rules such as a vote must have a voter, a candidate, a time to vote by, as well as other items such as a co-signer for the vote. All of which are implemented with cryptographic signatures. Smart contracts are self-enforceable and trustless, which make them a perfect candidate to remove likely avenues of corruption. Overview of the Setup Steps Establishing Polling Stations on the Blockchain Each polling station would have a digital wallet ID, owned by polling station. Those polling stations would register their public ID with the district, and the state on a public blockchain. The registered information would include: the physical address of the polling station, phone number, hours, and the public key of the polling station wallet. This will later be used to verify the eligibility of a polling station to have that station s votes counted. Each state will have

7 ROCK THE BLOCKCHAIN 7 a pool of votecoins with a maximum of one coin possible for each candidate, for each of the actual registered voters. The polling stations will then be issued the amount of coins needed to distribute to the voters. The main blockchain will record a transaction of each of these votecoin being transferred. Figure 2 - Polling station registration on the blockchain. Issuing a Voting Wallet to Voters The voting process begins with an individual traveling to a polling station and providing identification of eligibility to vote. Once there, they will provide proof of eligibility to vote. The eligibility to vote, which include, but is not limited to: their full name, birth date, postal code, and identification number provided from the government. The polling station will then take a picture of the person and generate a Scrypt hash of their details with 100,000 rounds. This hash will be called a VOTERID hash. The Scrypt hashing algorithm will be use of being memory hard, and prevent GPU cracking (Percival, 2009). The polling station will then commit to the blockchain a transaction of the individual who has registered to vote, along with the date and

8 ROCK THE BLOCKCHAIN 8 timestamp, and the VOTERID hash. At this point, if the VOTERID hash does not already exist on the blockchain, a fresh set of keypairs will be generated. The voter s wallet, which consists of these public and private keypairs, will be provided in the form of printed QR codes to the now registered voter, and the keypair is not saved. This machine used to generate the wallet is completely air-gapped. The air-gapping of the system provides the prevention of internet based tampering and credibility of the system. If a voter does not want the polling station to generate their voter wallet, they may provide a unique one themselves. At this point, there will be another transaction on the blockchain: a valid voter wallet will be added as a transaction, with the property that it may vote at the current polling station. Each voter would have a digital voter wallet, which would be utilized for casting votes and/or authenticating transactions. It is critical that there are no direct connections between the VOTERID hash generated and the voter wallet, to preserve voter anonymity. When a voter wallet is first added to the blockchain, the polling station will transfer one votecoin to the voter wallet for each voting item. Essentially a voter comes to a station and provides proof of eligibility to vote. The station will check that voter hasn t registered at any polling station, by seeing if their VOTERID hash exists already. If not, the voter will receive the generated voter wallet and may leave. Setting up the Election Each candidate will have a digital ID setup that will allow people to cast their votes for them called a ballot item wallet. This will be a universal ID for all polling stations for a given position (e.g. president, senator, etc.). Additionally, for each position being voted on, there will

9 ROCK THE BLOCKCHAIN 9 be two other ballot item wallets generated, one for undecided and another for write-ins (if write-in ballots are permitted). Possible ballot item wallets will be entered into the main blockchain, along with a smart contract that all eligible votes must occur after a certain date/time, and before a specified date/time as conditions for the voting contract. Each polling station will create a unique sidechain, starting at the start time of the election. A sidechain is a semi-decentralized blockchain that is split from the main blockchain (Croman et al., 2016). This sidechain ID will be publicly split from the main blockchain and then will later be committed after the election. The sidechain process is used to prevent the results of the election from being prematurely released. Figure 3 - Setting up the sidechain The Voting Process One of the advantages of voting digitally is that it is much more convenient to vote, but one of the disadvantages is that the voting may not always occur in a secure space. Under this system of voting on the blockchain, an individual can cast their vote for the candidate of their

10 ROCK THE BLOCKCHAIN 10 choice by cryptographically signing a votecoin from their voter wallet to the ballot item wallet via the polling station sidechain. The voting district assigns candidate to voters and the voter can cast their votecoin to their choice. If they chose to write in a candidate, the candidate s name will be included in the extra-text of the transaction. A voter may cast a votecoin to a candidate, but it will have a smart contract attached to it. The contract will state that in order for the vote to be valid, it must be signed by the voter wallet and the polling station. Should the polling station be unavailable, the voting district will act as a backup to the polling station. This is important because it adds the ability for a polling station to certify only valid voter wallets, as there is a chance that illegitimate attempts to vote could be made from invalid wallets. For all contracts, there will be an additional stipulation in the smart contract, that there must be exactly one coin, no more, no less to be transferred. This prevents an individual that has 10 coins, for example, from using all of them to vote for a single candidate. For ballot propositions, such as voting for Proposition 8, three wallets will be created, for example, Proposition_8_YES, Proposition_8_NO, and Proposition_8_undecided. Tallying votes for a candidate or a ballot proposition is a simple as counting the number of votecoins that were transferred. A smart contract limiting vote to one coin is also applied to these transactions.

11 ROCK THE BLOCKCHAIN 11 Figure 4 - Digital ballot example Voting under duress If a voter is forced to cast a vote under duress, such as at a hostile workplace or under the threat of violence, they may do so. They can vote for all the candidates that they are forced to vote for. The way these threats are handled is to allow for the ability to cast a vote multiple times. When voting has closed, only the latest vote cast by a voter will be tallied and certified by the polling station. These certified counts will then be sent to the voting district for counting. This means an individual can cast votes under duress, and once the threat is no longer present, vote again for their candidate of choice. In fact, this removes the incentive to cause people to force votes under duress as it is so easy to change a vote, prior to it being certified by the polling station at the close of voting.

12 ROCK THE BLOCKCHAIN 12 Figure 5 - Example of multiple votes being cast by voters under duress There is a chance that voters under duress, at the close of voting time, will be forced to vote for somebody, but the ability to do this at scale is limited because individuals can vote from their homes. Wide physical distribution of voters and limited time for a threat to force votes means that even if there is a percentage of voting under duress, it will be minimal. Undecideds The options for voting are to vote for a candidate, abstain from voting, and to vote for a write-in. If a voter wishes to abstain from voting on a particular ballot item, then that vote will be counted as UNDECIDED for that specific ballot item wallet. Undecided votes are handled in the smart contract for the given ballot item. Each voter can vote as many times as they like, but only the most recent vote at the close of voting will be signed by the smart contract and the polling station. Availability of Interim Results Using a blockchain provides many benefits for democracy, including the most important aspect of public verification. This means that as votes are added to the blockchain, they are published to all. Even without an individual s ID attached to them, it is possible to see how many votes each candidate received by independently reviewing the blockchain. However, some

13 ROCK THE BLOCKCHAIN 13 voting districts may not want these votes to be immediately available. The constraint is solved with a private blockchain, which is also known as a sidechain, which was created by each polling station at the beginning of the election. Using a sidechain for each polling station will allow for each voting district to be handled independently, and when the votes are integrated back into the main blockchain, to see the votes cast in a verifiable way. Votes will be counted from a district or polling station in the manner that each vote requires a votecoin from the voter and a signature from the where that voter wallet was issued (such as a polling station). Once these multiple signatures have been applied to a vote, the smart contract will automatically count the vote. At the close of the voting period, the polling station will sign only the most recent votecoin for each voter. If there are more votes cast than were allocated to the polling station, an inspection of the sidechain of that polling station will be triggered. It should not be possible for illegitimate votes to be cast at because the polling station will have a record of all issued voter wallets. Any votes not coming from one of these registered wallets can be disregarded. As all voter wallet creation times are added to the main blockchain, it would be difficult to conceal dumping hundreds or thousands of illegitimate wallets to the blockchain. Another control measure is that polling station will only get enough votecoins to account for their registered voters for that district. This property for the vote to require multiple valid signatures for the transaction is called MULTISIG and is not a new concept, but part of many cryptocurrencies including Bitcoin, and can also be built with an Ethereum smart contract (Peters & Panayi, 2015).

14 ROCK THE BLOCKCHAIN 14 Voting Aftermath After the votes have been cast, each virtual polling station will auto countersign the latest votecoin transaction for each registered voter wallet, releasing the coins to the respective wallet for each candidate or ballot measure. Each of these transactions occurs on a sidechain, also known as a private blockchain. When the eligible votes are countersigned, which occurs within the smart contract, the polling station will merge the sidechain back into the main blockchain. After merging, the full record of transactions becomes published, and inspected as any part of the blockchain. Figure 6 - Countersigning valid votes Vote Traceability Each vote cast is traceable. The voting authority, such as the voting district, issues a certain number of votecoin to each polling station, and each transaction is noted on the blockchain. The polling station issues the eligible votes to verified voters wallets on a sidechain. An individual vote as many times as they would like, but only the most recent vote will be countersigned. Each vote will also be recorded on the blockchain, including ones that never get countersigned. The votes which are countersigned will result in votecoins being transferred to the

15 ROCK THE BLOCKCHAIN 15 respective wallets of the candidate or ballot measure. From creation, to being deposited in the voter s wallet, to being deposited in the candidate s wallet, every transaction is part of the public record of the blockchain. Anonymity is preserved as each voter wallet is randomly generated, so it is not possible to tie an individual to a vote based on the public key. However, the opposite is not true. If an individual wants to verify their vote counted, it is easy to see a transaction with their public ID casting a votecoin to the candidate of their choice. The public key is a matter of record, but only the individual who receives the wallet ID will know. Figure 7 - Multisignature process Voters can see how many votes were cast for a ballot item and how many votecoins were issued to each polling station. If the results are contested, each polling station has its own private sidechain, which includes the full history for analysis. In a worst case scenario, where there was a high number of detected illegal votes, there could be a call for a revote of the election for that

16 ROCK THE BLOCKCHAIN 16 specific district. Each voting district has its own sidechain, so it doesn't have the ability to invalidate the entire election. The mechanism to address the claims of contested results is to review the blockchain, and in doing so verifying that the votes issued to each district match the votes received from each district. Conclusion The system that has been described is a voting system for the modern world. It has the benefits of being open, verifiable, and traceable. Voters are anonymous in the blockchain but are able to verify that their own vote actually counted. Polling stations are able to keep the votes off the main blockchain for the purposes of keeping the totals hidden until they should be released. Each vote is verified in a smart contract before being sent to the candidate or ballot measure. In our system, the smart contract is that a vote is given to a candidate if it satisfies certain conditions, such as the amount being cast is equal to exactly one vote, verification that the polling station concurs that the voter wallet is valid, and that the vote occurred in a valid date range. The smart contract includes multisignature element, meaning that both the polling station and voter need to sign before release to the blockchain. By combining elements of the cryptographic hashes, blockchain, smart contracts, multisignature, and sidechains, it is possible to build an open, verifiable, and anonymous voting system for the modern world.

17 ROCK THE BLOCKCHAIN 17 References Croman, K., Decker, C., Eyal, I., Gencer, A. E., Juels, A., Kosba, A.,... Wattenhofer, R. (2016, February 16). On Scaling Decentralized Blockchains. Financial Cryptography and Data Security Lecture Notes in Computer Science, doi: / _8 Percival, Colin. (2009). Stronger key derivation via sequential memory-hard functions. Selfpublished, Retrieved from Peters, G. W., & Panayi, E. (2015, November 18). Understanding Modern Banking Ledgers Through Blockchain Technologies: Future of Transaction Processing and Smart Contracts on the Internet of Money. SSRN Electronic Journal SSRN Journal. doi: /ssrn Satoshi Nakamoto. (2008) Bitcoin: A Peer-to-Peer Electronic Cash System. Retrieved from Vitalik Buterin. (2016). Privacy on the blockchain. Retrieved from Wood, G. (2014). Ethereum: A secure decentralised generalised transaction ledger. Ethereum Project Yellow Paper. Retrieved from

The Economist Case Study: Blockchain-based Digital Voting System. Team UALR. Connor Young, Yanyan Li, and Hector Fernandez

The Economist Case Study: Blockchain-based Digital Voting System. Team UALR. Connor Young, Yanyan Li, and Hector Fernandez The Economist Case Study: Blockchain-based Digital Voting System Team UALR Connor Young, Yanyan Li, and Hector Fernandez University of Arkansas at Little Rock Introduction Digital voting has been around

More information

bitqy The official cryptocurrency of bitqyck, Inc. per valorem coeptis Whitepaper v1.0 bitqy The official cryptocurrency of bitqyck, Inc.

bitqy The official cryptocurrency of bitqyck, Inc. per valorem coeptis Whitepaper v1.0 bitqy The official cryptocurrency of bitqyck, Inc. bitqy The official cryptocurrency of bitqyck, Inc. per valorem coeptis Whitepaper v1.0 bitqy The official cryptocurrency of bitqyck, Inc. Page 1 TABLE OF CONTENTS Introduction to Cryptocurrency 3 Plan

More information

Netvote: A Blockchain Voting Protocol

Netvote: A Blockchain Voting Protocol Netvote: A Blockchain Voting Protocol Technical White Paper Jonathan Alexander Steven Landers Ben Howerton jalexander@netvote.io steven@netvote.io ben@netvote.io June 22, 2018 Version 1.12 Abstract This

More information

Addressing the Challenges of e-voting Through Crypto Design

Addressing the Challenges of e-voting Through Crypto Design Addressing the Challenges of e-voting Through Crypto Design Thomas Zacharias University of Edinburgh 29 November 2017 Scotland s Democratic Future: Exploring Electronic Voting Scottish Government and University

More information

General Framework of Electronic Voting and Implementation thereof at National Elections in Estonia

General Framework of Electronic Voting and Implementation thereof at National Elections in Estonia State Electoral Office of Estonia General Framework of Electronic Voting and Implementation thereof at National Elections in Estonia Document: IVXV-ÜK-1.0 Date: 20 June 2017 Tallinn 2017 Annotation This

More information

Protocol to Check Correctness of Colorado s Risk-Limiting Tabulation Audit

Protocol to Check Correctness of Colorado s Risk-Limiting Tabulation Audit 1 Public RLA Oversight Protocol Stephanie Singer and Neal McBurnett, Free & Fair Copyright Stephanie Singer and Neal McBurnett 2018 Version 1.0 One purpose of a Risk-Limiting Tabulation Audit is to improve

More information

Ballot Reconciliation Procedure Guide

Ballot Reconciliation Procedure Guide Ballot Reconciliation Procedure Guide One of the most important distinctions between the vote verification system employed by the Open Voting Consortium and that of the papertrail systems proposed by most

More information

Estonian National Electoral Committee. E-Voting System. General Overview

Estonian National Electoral Committee. E-Voting System. General Overview Estonian National Electoral Committee E-Voting System General Overview Tallinn 2005-2010 Annotation This paper gives an overview of the technical and organisational aspects of the Estonian e-voting system.

More information

SECURE REMOTE VOTER REGISTRATION

SECURE REMOTE VOTER REGISTRATION SECURE REMOTE VOTER REGISTRATION August 2008 Jordi Puiggali VP Research & Development Jordi.Puiggali@scytl.com Index Voter Registration Remote Voter Registration Current Systems Problems in the Current

More information

Electronic Voting Service Using Block-Chain

Electronic Voting Service Using Block-Chain Journal of Digital Forensics, Security and Law Volume 11 Number 2 Article 8 2016 Electronic Voting Service Using Block-Chain Kibin Lee Korea University Joshua I. James Hallym University, joshua+jdfsl@dfir.science

More information

Trusted Logic Voting Systems with OASIS EML 4.0 (Election Markup Language)

Trusted Logic Voting Systems with OASIS EML 4.0 (Election Markup Language) April 27, 2005 http://www.oasis-open.org Trusted Logic Voting Systems with OASIS EML 4.0 (Election Markup Language) Presenter: David RR Webber Chair OASIS CAM TC http://drrw.net Contents Trusted Logic

More information

An Application of time stamped proxy blind signature in e-voting

An Application of time stamped proxy blind signature in e-voting An Application of time stamped oxy blind signature in e-voting Suryakanta Panda Department of Computer Science NIT, Rourkela Odisha, India Suryakanta.silu@gmail.com Santosh Kumar Sahu Department of computer

More information

Coin-Vote. Abstract: Version 0.1 Sunday, 21 June, Year 7 funkenstein the dwarf

Coin-Vote. Abstract: Version 0.1 Sunday, 21 June, Year 7 funkenstein the dwarf Coin-Vote Version 0.1 Sunday, 21 June, Year 7 funkenstein the dwarf Abstract: Coin-vote is a voting system for establishing opinion and resolving disputes amongst willing participants. Rather than using

More information

THE PEOPLE S CHOICE. Abstract. system. Team: FireDragon. Team Members: Shoufu Luo*, Jeremy D. Seideman*, Gary Tsai

THE PEOPLE S CHOICE. Abstract. system. Team: FireDragon. Team Members: Shoufu Luo*, Jeremy D. Seideman*, Gary Tsai The Economist Challenge THE PEOPLE S CHOICE A accountable distributed blockchain-based digital voting system Abstract With the advent of Bitcoin and related cryptocurrencies, the blockchain was introduced

More information

Secure Electronic Voting

Secure Electronic Voting Secure Electronic Voting Dr. Costas Lambrinoudakis Lecturer Dept. of Information and Communication Systems Engineering University of the Aegean Greece & e-vote Project, Technical Director European Commission,

More information

A Study on Ways to Apply the Blockchain-based Online Voting System 1

A Study on Ways to Apply the Blockchain-based Online Voting System 1 , pp.121-130 http//dx.doi.org/10.14257/ijca.2017.10.12.11 A Study on Ways to Apply the Blockchain-based Online Voting System 1 Hye Ri Kim 1, Kyoungsik Min 2,* and Seng-phil Hong 3 1 Dept. of Computer Science,

More information

XMX. A bridge of trust between the Mexican Peso and Cryptocurrency. April 2018 (v1.7)

XMX. A bridge of trust between the Mexican Peso and Cryptocurrency. April 2018 (v1.7) XMX A bridge of trust between the Mexican Peso and Cryptocurrency fh@kampio.com April 2018 (v1.7) Abstract There is a great divide between cryptocurrency and fiat, and until we build a bridge of trust

More information

Voting Protocol. Bekir Arslan November 15, 2008

Voting Protocol. Bekir Arslan November 15, 2008 Voting Protocol Bekir Arslan November 15, 2008 1 Introduction Recently there have been many protocol proposals for electronic voting supporting verifiable receipts. Although these protocols have strong

More information

Union Elections. Online Voting. for Credit. Helping increase voter turnout & provide accessible, efficient and secure election processes.

Union Elections. Online Voting. for Credit. Helping increase voter turnout & provide accessible, efficient and secure election processes. Online Voting for Credit Union Elections Helping increase voter turnout & provide accessible, efficient and secure election processes. In a time of cyber-security awareness, Federal Credit Unions and other

More information

Blockchain a brief overview

Blockchain a brief overview Imperial College London Blockchain a brief overview Dr Cathy Mulligan Research Fellow Co-Director, Centre for Cryptocurrency Research and Engineering Expert and Fellow, World Economic Forum Blockchain

More information

BITIBU WHITEPAPER 08 AUGUST 2018 BITIBU TECHNOLOGY V 1.0

BITIBU WHITEPAPER 08 AUGUST 2018 BITIBU TECHNOLOGY V 1.0 BITIBU WHITEPAPER 08 AUGUST 2018 BITIBU TECHNOLOGY V 1.0 INTRODUCTION Bitcoin is the first decentralized peer-to-peer and the most prominent cryptocurrency. Cryptocurrency is a kind of digital currency,

More information

E- Voting System [2016]

E- Voting System [2016] E- Voting System 1 Mohd Asim, 2 Shobhit Kumar 1 CCSIT, Teerthanker Mahaveer University, Moradabad, India 2 Assistant Professor, CCSIT, Teerthanker Mahaveer University, Moradabad, India 1 asimtmu@gmail.com

More information

Autonocoin: A Proof-of-Belief Cryptocurrency

Autonocoin: A Proof-of-Belief Cryptocurrency RESEARCH ARTICLE Autonocoin: A Proof-of-Belief Cryptocurrency Michael Abramowicz * Abstract. This paper proposes a self-governing cryptocurrency, dubbed Autonocoin. Cryptocurrency owners play formal tacit

More information

A fair rewarding, powered blockchain based, business tokenization platform

A fair rewarding, powered blockchain based, business tokenization platform A fair rewarding, powered blockchain based, business tokenization platform WhitePaper V1.1 November 20, 2017 tokengoplatform.com Table of contents Abstract Introduction Blockchain Applicability Demand

More information

L9. Electronic Voting

L9. Electronic Voting L9. Electronic Voting Alice E. Fischer October 2, 2018 Voting... 1/27 Public Policy Voting Basics On-Site vs. Off-site Voting Voting... 2/27 Voting is a Public Policy Concern Voting... 3/27 Public elections

More information

Privacy of E-Voting (Internet Voting) Erman Ayday

Privacy of E-Voting (Internet Voting) Erman Ayday Privacy of E-Voting (Internet Voting) Erman Ayday Security/Privacy of Elections Since there have been elections, there has been tampering with votes Archaeologists discovered a dumped stash of 190 broken

More information

Colorado s Risk-Limiting Audits (RLA) CO Risk-Limiting Audits -- Feb Neal McBurnett

Colorado s Risk-Limiting Audits (RLA) CO Risk-Limiting Audits -- Feb Neal McBurnett Colorado s Risk-Limiting Audits (RLA) CO Risk-Limiting Audits -- Feb 2018 -- Neal McBurnett Overview of the Journey Post-Election Audits are Important How Traditional Audits Work Why RLA is better Definitions

More information

CHAPTER 2 LITERATURE REVIEW

CHAPTER 2 LITERATURE REVIEW 19 CHAPTER 2 LITERATURE REVIEW This chapter presents a review of related works in the area of E- voting system. It also highlights some gaps which are required to be filled up in this respect. Chaum et

More information

E-Voting, a technical perspective

E-Voting, a technical perspective E-Voting, a technical perspective Dhaval Patel 04IT6006 School of Information Technology, IIT KGP 2/2/2005 patelc@sit.iitkgp.ernet.in 1 Seminar on E - Voting Seminar on E - Voting Table of contents E -

More information

Bitcoin And Cryptocurrency Technologies A Comprehensive Introduction

Bitcoin And Cryptocurrency Technologies A Comprehensive Introduction Bitcoin And Cryptocurrency Technologies A Comprehensive Introduction We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on

More information

Volume I Appendix A. Table of Contents

Volume I Appendix A. Table of Contents Volume I, Appendix A Table of Contents Glossary...A-1 i Volume I Appendix A A Glossary Absentee Ballot Acceptance Test Ballot Configuration Ballot Counter Ballot Counting Logic Ballot Format Ballot Image

More information

WHY, WHEN AND HOW SHOULD THE PAPER RECORD MANDATED BY THE HELP AMERICA VOTE ACT OF 2002 BE USED?

WHY, WHEN AND HOW SHOULD THE PAPER RECORD MANDATED BY THE HELP AMERICA VOTE ACT OF 2002 BE USED? WHY, WHEN AND HOW SHOULD THE PAPER RECORD MANDATED BY THE HELP AMERICA VOTE ACT OF 2002 BE USED? AVANTE INTERNATIONAL TECHNOLOGY, INC. (www.vote-trakker.com) 70 Washington Road, Princeton Junction, NJ

More information

Josh Benaloh. Senior Cryptographer Microsoft Research

Josh Benaloh. Senior Cryptographer Microsoft Research Josh Benaloh Senior Cryptographer Microsoft Research September 6 2018 Findings and Recommendations The election equipment market and certification process are badly broken. We need better ways to incentivize

More information

Should We Vote Online? Martyn Thomas CBE FREng Livery Company Professor of Information Technology Gresham College

Should We Vote Online? Martyn Thomas CBE FREng Livery Company Professor of Information Technology Gresham College Should We Vote Online? Martyn Thomas CBE FREng Livery Company Professor of Information Technology Gresham College 1 Principles of Democratic Election Venice Commission universal: in principle, all humans

More information

Primecoin: Cryptocurrency with Prime Number Proof-of-Work

Primecoin: Cryptocurrency with Prime Number Proof-of-Work Primecoin: Cryptocurrency with Prime Number Proof-of-Work Sunny King (sunnyking9999@gmail.com) July 7 th, 2013 Abstract A new type of proof-of-work based on searching for prime numbers is introduced in

More information

Nevada Republican Party

Nevada Republican Party STANDING RULES OF THE NEVADA REPUBLICAN CENTRAL COMMITTEE TABLE OF CONTENTS CHAPTER ONE BASIC RULES CHAPTER TWO PRESIDENTIAL PREFERENCE POLL RULES CHAPTER THREE DELEGATE BINDING RULES HISTORY OF AMENDMENTS

More information

OPEN SOURCE CRYPTOCURRENCY E-PUB

OPEN SOURCE CRYPTOCURRENCY E-PUB 09 April, 2018 OPEN SOURCE CRYPTOCURRENCY E-PUB Document Filetype: PDF 441.89 KB 0 OPEN SOURCE CRYPTOCURRENCY E-PUB A nnouncing Royal Coin ( ROYAL ), an experimental open-source decentralized CryptoCurrency

More information

32 nd CIRIEC International Congress

32 nd CIRIEC International Congress 32 nd CIRIEC International Congress AWARENESS AND ATTITUDES TOWARDS DIGITAL CURRENCIES IN NON-PROFIT ORGANIZATIONS: AN ANALYSIS FROM TURKEY Semra BOĞA, PhD Istanbul Gelişim University Background of the

More information

Economic and Social Council (ECOSOC) The question of cryptocurrency

Economic and Social Council (ECOSOC) The question of cryptocurrency Forum: Issue: Student Officer: Position: Economic and Social Council (ECOSOC) The question of cryptocurrency Merve Nur Erkoç President Chair Introduction The frenzy behind the digital currency heats up

More information

Guidance for candidates and agents

Guidance for candidates and agents UK Parliamentary general election Guidance for candidates and agents Part 2a of 6 Standing as an independent candidate April 2017 This document applies to a UK Parliamentary general election in Great Britain.

More information

Swiss E-Voting Workshop 2010

Swiss E-Voting Workshop 2010 Swiss E-Voting Workshop 2010 Verifiability in Remote Voting Systems September 2010 Jordi Puiggali VP Research & Development Jordi.Puiggali@scytl.com Index Auditability in e-voting Types of verifiability

More information

Statement on Security & Auditability

Statement on Security & Auditability Statement on Security & Auditability Introduction This document is designed to assist Hart customers by providing key facts and support in preparation for the upcoming November 2016 election cycle. It

More information

The usage of electronic voting is spreading because of the potential benefits of anonymity,

The usage of electronic voting is spreading because of the potential benefits of anonymity, How to Improve Security in Electronic Voting? Abhishek Parakh and Subhash Kak Department of Electrical and Computer Engineering Louisiana State University, Baton Rouge, LA 70803 The usage of electronic

More information

Colorado Secretary of State Election Rules [8 CCR ]

Colorado Secretary of State Election Rules [8 CCR ] Rule 25. Post-election audit 25.1 Definitions. As used in this rule, unless stated otherwise: 25.1.1 Audit Center means the page or pages of the Secretary of State s website devoted to risk-limiting audits.

More information

Guidance for candidates and agents

Guidance for candidates and agents UK Parliamentary byelections Guidance for candidates and agents Part Standing as an independent candidate September 2016 This document applies to UK Parliamentary by-elections in Great Britain. If you

More information

POLL WATCHER S GUIDE

POLL WATCHER S GUIDE POLL WATCHER S GUIDE Issued by the SECRETARY OF STATE ELECTIONS DIVISION P.O. Box 12060 Austin, Texas 78711-2060 www.sos.state.tx.us (512) 463-5650 1-800-252-VOTE (8683) Dial 7-1-1 for Relay Services Updated:

More information

HASHGRAPH CONSENSUS: DETAILED EXAMPLES

HASHGRAPH CONSENSUS: DETAILED EXAMPLES HASHGRAPH CONSENSUS: DETAILED EXAMPLES LEEMON BAIRD BAIRD@SWIRLDS.COM DECEMBER 11, 2016 SWIRLDS TECH REPORT SWIRLDS-TR-2016-02 ABSTRACT: The Swirlds hashgraph consensus algorithm is explained through a

More information

Election Inspector Training Points Booklet

Election Inspector Training Points Booklet Election Inspector Training Points Booklet Suggested points for Trainers to include in election inspector training Michigan Department of State Bureau of Elections January 2018 Training Points Opening

More information

Life in the. Fast Lane PREPARED BY ELECTION SYSTEMS & SOFTWARE ELECTION SYSTEMS & SOFTWARE

Life in the. Fast Lane PREPARED BY ELECTION SYSTEMS & SOFTWARE ELECTION SYSTEMS & SOFTWARE Life in the Fast Lane PREPARED BY Life in the fast lane: HOW TECHNOLOGY CAN IMPROVE THE ELECTION DAY VOTER EXPERIENCE. Many headlines dominated the 2016 Presidential Election Cycle. From cyber security

More information

AnonStake: An Anonymous Proof-of-Stake Cryptocurrency via Zero-Knowledge Proofs and Algorand

AnonStake: An Anonymous Proof-of-Stake Cryptocurrency via Zero-Knowledge Proofs and Algorand AnonStake: An Anonymous Proof-of-Stake Cryptocurrency via Zero-Knowledge Proofs and Algorand Shashvat Srivastava MIT Primes Under the Direction of Ms. Kyle Hogan Massachusetts Institute of Technology October

More information

Can Our Election Systems be Trusted?

Can Our Election Systems be Trusted? Can Our Election Systems be Trusted? Talk at the 2018 CyberMaryland Conference, Oct. 10, 2018 Balakrishnan Dasarathy, PhD Professor & Program Chair, Cybersecurity & Information Assurance Department Graduate

More information

The Ultimate Guide To Bitcoin For Beginners - Apogeeinvent.com Download Cryptocurrency The Ultimate Guide To The World Of...

The Ultimate Guide To Bitcoin For Beginners - Apogeeinvent.com Download Cryptocurrency The Ultimate Guide To The World Of... Cryptocurrency The Ultimate Guide To The World Of Cryptocurrency And How I Became A Crypto Millionaire In 6 We have made it easy for you to find a PDF Ebooks without any digging. And by having access to

More information

Author(s) Takabatake, Yu; Kotani, Daisuke; Ok.

Author(s) Takabatake, Yu; Kotani, Daisuke; Ok. Title An anonymous distributed electronic Zerocoin Author(s) Takabatake, Yu; Kotani, Daisuke; Ok Citation IEICE Technical Report = 信学技報 (2016 131 Issue Date 2016-11 URL http://hdl.handle.net/2433/217329

More information

An untraceable, universally verifiable voting scheme

An untraceable, universally verifiable voting scheme An untraceable, universally verifiable voting scheme Michael J. Radwin December 12, 1995 Seminar in Cryptology Professor Phil Klein Abstract Recent electronic voting schemes have shown the ability to protect

More information

Secure Electronic Voting: Capabilities and Limitations. Dimitris Gritzalis

Secure Electronic Voting: Capabilities and Limitations. Dimitris Gritzalis Secure Electronic Voting: Capabilities and Limitations Dimitris Gritzalis Secure Electronic Voting: Capabilities and Limitations 14 th European Forum on IT Security Paris, France, 2003 Prof. Dr. Dimitris

More information

Key Considerations for Oversight Actors

Key Considerations for Oversight Actors Implementing and Overseeing Electronic Voting and Counting Technologies Key Considerations for Oversight Actors Lead Authors Ben Goldsmith Holly Ruthrauff This publication is made possible by the generous

More information

SECURITY, ACCURACY, AND RELIABILITY OF TARRANT COUNTY S VOTING SYSTEM

SECURITY, ACCURACY, AND RELIABILITY OF TARRANT COUNTY S VOTING SYSTEM SECURITY, ACCURACY, AND RELIABILITY OF TARRANT COUNTY S VOTING SYSTEM Updated February 14, 2018 INTRODUCTION Tarrant County has been using the Hart InterCivic eslate electronic voting system for early

More information

DIRECTIVE November 20, All County Boards of Elections Directors, Deputy Directors, and Board Members. Post-Election Audits SUMMARY

DIRECTIVE November 20, All County Boards of Elections Directors, Deputy Directors, and Board Members. Post-Election Audits SUMMARY DIRECTIVE 2012-56 November 20, 2012 To: Re: All County Boards of Elections Directors, Deputy Directors, and Board Members Post-Election Audits SUMMARY In 2009, the previous administration entered into

More information

Blind Signatures in Electronic Voting Systems

Blind Signatures in Electronic Voting Systems Blind Signatures in Electronic Voting Systems Marcin Kucharczyk Silesian University of Technology, Institute of Electronics, ul. Akademicka 16, 44-100 Gliwice, Poland marcin.kuchraczyk@polsl.pl Abstract.

More information

Did you miss the Bitcoin?

Did you miss the Bitcoin? Did you miss the Bitcoin? WHAT IS FIRSTCOIN? 2008. 2011. $0.01 $1 2016. $600 2017. $1.750 Bitcoin success story Firstcoin is in the same phase now, as Bitcoin was in 2008. ü Launched after the 2008 s crisis

More information

Electronic Voting For Ghana, the Way Forward. (A Case Study in Ghana)

Electronic Voting For Ghana, the Way Forward. (A Case Study in Ghana) Electronic Voting For Ghana, the Way Forward. (A Case Study in Ghana) Ayannor Issaka Baba 1, Joseph Kobina Panford 2, James Ben Hayfron-Acquah 3 Kwame Nkrumah University of Science and Technology Department

More information

Secure Electronic Voting: New trends, new threats, new options. Dimitris Gritzalis

Secure Electronic Voting: New trends, new threats, new options. Dimitris Gritzalis Secure Electronic Voting: New trends, new threats, new options Dimitris Gritzalis 7 th Computer Security Incidents Response Teams Workshop Syros, Greece, September 2003 Secure Electronic Voting: New trends,

More information

A Block-Chain Implemented Voting System. The Benefits and Risks of Block-Chain Voting

A Block-Chain Implemented Voting System. The Benefits and Risks of Block-Chain Voting A Block-Chain Implemented Voting System The Benefits and Risks of Block-Chain Voting Francesca Caiazzo Computer System Security Professor Ming Chow December 14, 2016 1 Table of Contents Abstract... 2 Introduction...

More information

Additional Case study UK electoral system

Additional Case study UK electoral system Additional Case study UK electoral system The UK is a parliamentary democracy and hence is reliant on an effective electoral system (Jones and Norton, 2010). General elections are held after Parliament

More information

*HB0348* H.B ELECTION CODE - ELECTRONIC VOTING 2 PROCEDURES AND REQUIREMENTS

*HB0348* H.B ELECTION CODE - ELECTRONIC VOTING 2 PROCEDURES AND REQUIREMENTS LEGISLATIVE GENERAL COUNSEL 6 Approved for Filing: E.N. Weeks 6 6 01-27-06 5:00 PM 6 H.B. 348 1 ELECTION CODE - ELECTRONIC VOTING 2 PROCEDURES AND REQUIREMENTS 3 2006 GENERAL SESSION 4 STATE OF UTAH 5

More information

Survey of Fully Verifiable Voting Cryptoschemes

Survey of Fully Verifiable Voting Cryptoschemes Survey of Fully Verifiable Voting Cryptoschemes Brandon Carter, Ken Leidal, Devin Neal, Zachary Neely Massachusetts Institute of Technology [bcarter, kkleidal, devneal, zrneely]@mit.edu 6.857 Final Project

More information

The problems with a paper based voting

The problems with a paper based voting The problems with a paper based voting system A White Paper by Thomas Bronack Problem Overview In today s society where electronic technology is growing at an ever increasing rate, it is hard to understand

More information

PINELLAS COUNTY VOTER GUIDE INSIDE. D e b o r a h Clark. S u p e r v i s o r of Elections. P i n e l l a s County. - How to Register to Vote

PINELLAS COUNTY VOTER GUIDE INSIDE. D e b o r a h Clark. S u p e r v i s o r of Elections. P i n e l l a s County. - How to Register to Vote PINELLAS COUNTY VOTER GUIDE 2018-19 D e b o r a h Clark S u p e r v i s o r of Elections P i n e l l a s County INSIDE - How to Register to Vote - How to Vote by Mail - Answers to Frequently Asked Questions

More information

VANCOUVER POLICE DEPARTMENT

VANCOUVER POLICE DEPARTMENT VANCOUVER POLICE DEPARTMENT REPORT TO THE VANCOUVER POLICE BOARD REPORT DATE: February 7, 2019 BOARD MEETING DATE: February 21, 2019 BOARD REPORT # 1902P03 Regular TO: FROM: Vancouver Police Board Drazen

More information

ESTONIAN STATE S APPROACH TO CRYPTOCURRENCY: THE CASE STUDY OF ESTCOIN PROJECT

ESTONIAN STATE S APPROACH TO CRYPTOCURRENCY: THE CASE STUDY OF ESTCOIN PROJECT TALLINN UNIVERSITY OF TECHNOLOGY Faculty of Social Sciences Ragnar Nurske School of Innovation and Science Yuliya Polyakova ESTONIAN STATE S APPROACH TO CRYPTOCURRENCY: THE CASE STUDY OF ESTCOIN PROJECT

More information

An Overview on Cryptographic Voting Systems

An Overview on Cryptographic Voting Systems ISI Day 20th Anniversary An Overview on Cryptographic Voting Systems Prof. Andreas Steffen University of Applied Sciences Rapperswil andreas.steffen@hsr.ch A. Steffen, 19.11.2008, QUT-ISI-Day.ppt 1 Where

More information

BOLENUM. White Paper February 2017

BOLENUM. White Paper February 2017 BOLENUM White Paper February 2017 Contents Background 3 The Issue 4 The Solution 5 The ICO 7 Background The creation of cryptocurrency in 2009 was a technological revolution. In the eight years since,

More information

investing guide cryptocurrency trading

investing guide cryptocurrency trading Cryptocurrency Investing The Ultimate Guide To Making Your First 100000 In Cryptocurrency Investing In Cryptocurrency Cryptocurrency Investing Guide Cryptocurrency Trading CRYPTOCURRENCY INVESTING THE

More information

Security Analysis on an Elementary E-Voting System

Security Analysis on an Elementary E-Voting System 128 Security Analysis on an Elementary E-Voting System Xiangdong Li, Computer Systems Technology, NYC College of Technology, CUNY, Brooklyn, New York, USA Summary E-voting using RFID has many advantages

More information

Guidance for candidates and agents

Guidance for candidates and agents European Parliamentary elections in Great Britain Guidance for candidates and agents Part 6 of 6 After the declaration of result This document applies only to the 22 May 2014 European Parliamentary election

More information

Int. J. of Security and Networks, Vol. x, No. x, 201X 1, Vol. x, No. x, 201X 1

Int. J. of Security and Networks, Vol. x, No. x, 201X 1, Vol. x, No. x, 201X 1 Int. J. of Security and Networks, Vol. x, No. x, 201X 1, Vol. x, No. x, 201X 1 Receipt-Freeness and Coercion Resistance in Remote E-Voting Systems Yefeng Ruan Department of Computer and Information Science,

More information

Local elections. Referendum on the voting system used to elect MPs to the House of Commons

Local elections. Referendum on the voting system used to elect MPs to the House of Commons 5 MAY Local elections and Referendum on the voting system used to elect MPs to the House of Commons aboutmyvote.co.uk About this booklet On Thursday 5 May 2011, there will be a referendum on the voting

More information

Key Considerations for Implementing Bodies and Oversight Actors

Key Considerations for Implementing Bodies and Oversight Actors Implementing and Overseeing Electronic Voting and Counting Technologies Key Considerations for Implementing Bodies and Oversight Actors Lead Authors Ben Goldsmith Holly Ruthrauff This publication is made

More information

Montana. Registration Deadline M T W Th F Sa Su. Database Implementation Status. Entering Voter Registration Information. Voter Registration Form

Montana. Registration Deadline M T W Th F Sa Su. Database Implementation Status. Entering Voter Registration Information. Voter Registration Form Montana Registration Deadline M T W Th F Sa Su Forms must be received in person or postmarked 30 days before an election. 1 As of July 1, 2006, Montana will also provide a late registration option: an

More information

MUNICIPALITY OF MAGNETAWAN VOTE BY MAIL PROCEDURES

MUNICIPALITY OF MAGNETAWAN VOTE BY MAIL PROCEDURES MUNICIPALITY OF MAGNETAWAN 2018 VOTE BY MAIL PROCEDURES Revisions: 1. December 31, 2017 (original version) 2. March 29, 2018 3. April 27, 2018 4. October 10, 2018 (this version) major changes noted in

More information

Token Sale Agreement. The world s best cryptocurrency-based autonomous marketplace of services.

Token Sale Agreement. The world s best cryptocurrency-based autonomous marketplace of services. Token Sale Agreement The world s best cryptocurrency-based autonomous marketplace of services. Contents page 1. Transfer of CanYaCoins 1 2. Bonus Offer 2 3. Conditions Precedent 2 4. Right to Use Platform

More information

ElectionChain a Decentralized, Fair, Open, Just Blockchain Voting System V1.35

ElectionChain a Decentralized, Fair, Open, Just Blockchain Voting System V1.35 ElectionChain a Decentralized, Fair, Open, Just Blockchain Voting System V1.35 ElectionChain Team Election, in a narrow sense, refers to activities in which social members select or elect, depending on

More information

DOC ETHEREUM VITALIK BUTERIN EBOOK

DOC ETHEREUM VITALIK BUTERIN EBOOK 03 January, 2018 DOC ETHEREUM VITALIK BUTERIN EBOOK Document Filetype: PDF 305.82 KB 0 DOC ETHEREUM VITALIK BUTERIN EBOOK Ethereum logos and rainbow llama shirts inside ;). Buterin does not believe Craig

More information

Yes, my name's Priit, head of the Estonian State Election Office. Right. So how secure is Estonia's online voting system?

Yes, my name's Priit, head of the Estonian State Election Office. Right. So how secure is Estonia's online voting system? Sorry. Can you please just say your name? Yes, my name's Priit, head of the Estonian State Election Office. Right. So how secure is Estonia's online voting system? Well, that's such a terrible question.

More information

SECRETARY OF STATE ELECTIONS DIVISION

SECRETARY OF STATE ELECTIONS DIVISION POLL WATCHER S GUIDE Issued by the SECRETARY OF STATE ELECTIONS DIVISION P.O. Box 12060 Austin, Texas 78711-2060 www.sos.state.tx.us (512) 463-5650 1-800-252-VOTE (8683) TTY: 7-1-1 INTRODUCTION This "Poll

More information

Office of Al Schmidt City Commissioner of Philadelphia

Office of Al Schmidt City Commissioner of Philadelphia Office of Al Schmidt City Commissioner of Philadelphia July 18, 2012 The Honorable Stephanie Singer City Commissioner, Chair The Honorable Anthony Clark City Commissioner Voting irregularities present

More information

ANALYSIS OF LEMNA BY DR. PUNG CHHIV KEK AND DANA WALLACK APRIL 2015

ANALYSIS OF LEMNA BY DR. PUNG CHHIV KEK AND DANA WALLACK APRIL 2015 OVERVIEW This is a legal analysis of the provisions of the recently passed amendments to the Law on Election of members of the National Assembly (LEMNA). To begin, there are numerous articles which directly

More information

Dear friend, Sincerely yours, Founders of the SPARTA cryptocurrency!

Dear friend, Sincerely yours, Founders of the SPARTA cryptocurrency! Brand Book Dear friend, This is the brand book for the decentralized cryptocurrency. In recent years, cryptocurrencies have proven to be a clear and convincing alternative to conventional (fiat) money.

More information

POLL WATCHER S GUIDE

POLL WATCHER S GUIDE POLL WATCHER S GUIDE Issued by the SECRETARY OF STATE ELECTIONS DIVISION P.O. Box 12060 Austin, Texas 78711-2060 www.sos.state.tx.us (512) 463-5650 1-800-252-VOTE (8683) Dial 7-1-1 for Relay Services Updated:

More information

The E-voting Controversy: What are the Risks?

The E-voting Controversy: What are the Risks? Panel Session and Open Discussion Join us for a wide-ranging debate on electronic voting, its risks, and its potential impact on democracy. The E-voting Controversy: What are the Risks? Wednesday April

More information

Defending Vote Casting

Defending Vote Casting DEFENDING DIGITAL DEMOCRACY PROJECT Defending Vote Casting Using Blockchain-based Mobile Voting Applications in Government Elections Irene Solaiman PAPER NOVEMBER 2018 Defending Digital Democracy Project

More information

The name or number of the polling location; The number of ballots provided to or printed on-demand at the polling location;

The name or number of the polling location; The number of ballots provided to or printed on-demand at the polling location; Rule 10. Canvassing and Recount 10.1 Precanvass accounting 10.1.1 Detailed Ballot Log. The designated election official must keep a detailed ballot log that accounts for every ballot issued and received

More information

White Paper Social Send Coin (SEND)

White Paper Social Send Coin (SEND) White Paper Social Send Coin (SEND) Version: 1.0.0.1 (English) Last Updated: 28 th Jan 2018 DISCLAIMER PLEASE READ THIS DISCLAIMER SECTION CAREFULLY. IF YOU ARE IN ANY DOUBT REGARDING THE ACTION YOU SHOULD

More information

FULL-FACE TOUCH-SCREEN VOTING SYSTEM VOTE-TRAKKER EVC308-SPR-FF

FULL-FACE TOUCH-SCREEN VOTING SYSTEM VOTE-TRAKKER EVC308-SPR-FF FULL-FACE TOUCH-SCREEN VOTING SYSTEM VOTE-TRAKKER EVC308-SPR-FF VOTE-TRAKKER EVC308-SPR-FF is a patent-pending full-face touch-screen option of the error-free standard VOTE-TRAKKER EVC308-SPR system. It

More information

Distributed Protocols at the Rescue for Trustworthy Online Voting

Distributed Protocols at the Rescue for Trustworthy Online Voting Distributed Protocols at the Rescue for Trustworthy Online Voting ICISSP 2017 in Porto Robert Riemann, Stéphane Grumbach Inria Rhône-Alpes, Lyon 19th February 2017 Outline 1 Voting in the Digital Age 2

More information

Referred to Committee on Legislative Operations and Elections. SUMMARY Creates a modified blanket primary election system.

Referred to Committee on Legislative Operations and Elections. SUMMARY Creates a modified blanket primary election system. S.B. SENATE BILL NO. COMMITTEE ON LEGISLATIVE OPERATIONS AND ELECTIONS MARCH, 0 Referred to Committee on Legislative Operations and Elections SUMMARY Creates a modified blanket primary election system.

More information

RANKED VOTING METHOD SAMPLE PLANNING CHECKLIST COLORADO SECRETARY OF STATE 1700 BROADWAY, SUITE 270 DENVER, COLORADO PHONE:

RANKED VOTING METHOD SAMPLE PLANNING CHECKLIST COLORADO SECRETARY OF STATE 1700 BROADWAY, SUITE 270 DENVER, COLORADO PHONE: RANKED VOTING METHOD SAMPLE PLANNING CHECKLIST COLORADO SECRETARY OF STATE 1700 BROADWAY, SUITE 270 DENVER, COLORADO 80290 PHONE: 303-894-2200 TABLE OF CONTENTS Introduction... 3 Type of Ranked Voting

More information

Licensed Nursing Homes and Assisted Living Facilities: Absentee Ballot & Voter Registration Procedures

Licensed Nursing Homes and Assisted Living Facilities: Absentee Ballot & Voter Registration Procedures Licensed Nursing Homes and Assisted Living Facilities: Absentee Ballot & Voter Registration Procedures Originally Issued: October 6, 1999 Revised: April 2004 & June 2006 Procedures for Election Officials

More information

THE PROPOSAL OF GIVING TWO RECEIPTS FOR VOTERS TO INCREASE THE SECURITY OF ELECTRONIC VOTING

THE PROPOSAL OF GIVING TWO RECEIPTS FOR VOTERS TO INCREASE THE SECURITY OF ELECTRONIC VOTING THE PROPOSAL OF GIVING TWO RECEIPTS FOR VOTERS TO INCREASE THE SECURITY OF ELECTRONIC VOTING Abbas Akkasi 1, Ali Khaleghi 2, Mohammad Jafarabad 3, Hossein Karimi 4, Mohammad Bagher Demideh 5 and Roghayeh

More information

Secure and Reliable Electronic Voting. Dimitris Gritzalis

Secure and Reliable Electronic Voting. Dimitris Gritzalis Secure and Reliable Electronic Voting Dimitris Gritzalis Secure and Reliable Electronic Voting Associate Professor Dimitris Gritzalis Dept. of Informatics Athens University of Economics & Business & e-vote

More information