Internet Voting the Estonian Experience

Size: px
Start display at page:

Download "Internet Voting the Estonian Experience"

Transcription

1 Internet Voting the Estonian Experience Sven Heiberg Department of Information Security Systems Cybernetica AS Tartu, Estonia Abstract Estonia has offered Internet Voting as a method to participate in elections since In Local Government Councils Elections 2009 over voters used Internet Voting. The rise of the activity re-opens the question about feasibility of the Internet Voting especially from the viewpoint of security: is it possible to guarantee that the voting results are not manipulated in a world where voters computer cannot be trusted. Keywords: e-voting, security 1 Introduction Increasing the voter turnout is a common aim for today s democracies. It can be approached by making the actual voting procedure as convenient as possible instead of voting in a particular place in a particular way, the voting period can cover a longer stretch of days, or the vote can be cast in a place chosen by the voter. Pre-voting before the actual election day, voting by mail, voting on ships, embassies abroad, or one s own home that is visited by an election official carrying a ballot box are examples of making voting easier for a voter with special needs. At the time of writing, the Internet Voting System (IVS) has been used in four Estonian elections the Local Government Councils elections in October 2005, the Parliamentary elections in March 2007, the European Parliament elections in June 2009 and the Local Government Councils elections in October Before the first use, a legally non-binding pilot was conducted in January 2005 in Tallinn. In Local Government Councils elections in 2005 there were e-voters and counted e-votes. E-voter turnout was 0.9% and 7.2% of advance voters were e-voters. Since then the number has grown steadily. In Local Government Councils elections in 2009 there were e-voters and counted e-votes. E-voter turnout was 9.5% and 44% of advance voters were e-voters. [ENEC] From the viewpoint of popularity Estonian IVS could already be considered a success - while less than e-voters is not yet that significant number, more than e-voters are already a big part of our society. Security and e-voting specialists are sceptical though - there are open questions about IVS's architecture that have to be answered before it is possible to go on with e-voting. Those questions are even more important now when the amount of users makes it really interesting and possibly beneficial to exploit the system. 2 System Description The elections in Estonia take place in electoral districts; each district is allotted a number of seats. For example, there are 12 districts for the elections to the 101-seat Parliament. The inputs to the election process are thus list of candidates for each district; list of voters for each district. During the election, each voter can cast her vote to one of the candidates in the same district. After the election period, the votes are counted the output of the election process is the number of votes each candidate received. From this data, the actual assignment of seats is obtained through a process specified in the law.

2 2.1 Requirements The requirements for a voting system stem ultimately from the Estonian constitution ([CRE]) which states: Members of [Estonian Parliament] shall be elected in free elections... Elections shall be general, uniform and [...]. Voting shall be secret ( 60). Here generality and uniformity means that each eligible voter has access to the same means and procedures for casting a vote. Also, each vote has to count the same; voting multiple times is not allowed. Secrecy of the voting means that noone else than the voter will know her vote. Freeness means that the vote of a voter is not unduly influenced from outside. The same properties also have to hold for the elections to local government councils ( 156). The same requirements have to hold for e-voting, and e-voting should resemble traditional voting as much as possible. The precise meaning of those requirements, as well as the accepted trade-offs can be a point of discussion, though. In addition to the basic requirements stated in the constitution, the legistlative acts issued by the Parliament and the National Election Committee (NEC) regulate more practical matters of voting, e.g. the layout of the lists of candidates in the polling places and voting booths, and the form of the ballots. While these acts can be and must be amended to accommodate electronic voting, the principle of uniformity must still be obeyed. Since 2002, Estonia issues to its citizens and permanent residents National Identity Cards (ID-cards) carrying a chip capable of performing RSA operations. Each chip contains two RSA secret keys, used respectively for authentication and for signing. To activate these operations, a PIN has to be given to the card (PIN1 for SSL challenge decryption, PIN2 for signing). The corresponding public keys are bound to the cardowner by certificates issued by the Estonian root Certificate Authority. The certificates are also stored on the card. Various governement and private sector services were supposed to use the ID-cards for identification / signatures. With the existence of such an infrastructure, the requirement that e-voters are identified using their ID-cards is an obvious choice. This identification method shall be available to all voters and (partially) ensures the generality of elections. The principle of using ID-cards to do Internet voting has been codified in Estonian laws since 2002 [REA], based on the analysis done by Lipmaa and Mürk [LiM01]. At that time, it was also legistlated that Internet voting will take place simultaneously with the advance voting (six to four days before the actual election day). Also for generality, the e-voting servers cannot suddenly become inaccessible (for a significant period of time). The e-voting system must contain means to mitigate denial-of-service (or other) attacks against the servers. As a last resort, NEC can opt to cancel e-voting altogether. In this case, paper voting at the election day is still an available option for casting one s vote. Uniformity of elections means that each person has just a single vote. In particular, it should be impossible to cast both an e-vote and a paper vote, or several e-votes. The principles of counting multiple votes by one person have also been codified in the election law a paper vote trumps the e-vote. In paper-based voting, secrecy and freeness are ensured by the voting booths where a voter alone is going to mark her choice on the ballot. Nothing similar exists for the Internet voting. This has been one of the most contentious issues in legistlating Internet voting [OSCE07]. To make vote buying less attractive, a voter can cast an e-vote several times, and only the last vote will be counted. Additionally, one s e-vote can be cancelled by casting a paper vote during the advance voting period. This voting procedure has been included in the election law in 2005 [LGCEA]. This measure was not accepted unanimously by the Estonian Parliament there were doubts whether it violates the uniformity of elections and secrecy of ballot [OSCE07]. The objection was that the traditional voting methods do not allow a voter to change her mind. As a mild compromise, the law left out the possibility to change an e-vote by casting a paper vote at the actual election day. The above requirements have pretty much fixed how a voter interacts with the e-voting system. They do not yet fix how a vote is encoded (encrypted, signed, etc.), how it is transmitted to the voting servers, and how it is counted. Obviously, the protocols and procedures for these tasks have to be secure, but simplicity can also be seen as a virtue one can expect the simplicity and the public acceptance of the system to be positively correlated. Also, as there are already complex parts of the entire election mechanism (assigning the seats based on the vote counts), other parts should be kept simple. 2.2 Technical Description Infrastructure The core e-voting infrastructure is following: Vote Forwarding Server (VFS) is responsible for authenticating e-voters, distributing

3 candidates' lists and accepting the signed e-votes; VFS is available over the public internet. Vote Storing Server (VSS) is responsible for storing the signed e-votes over the period of time and for the anonymization of the e-votes before the actual tabulation; VSS is kept behind a firewall, connections from VFS are allowed. Vote Counting Server (VCS) is responsible for the tabulation process. A part of VCS is the hardware-security module (HSM) that houses the RSA decryption key for decrypting the votes. This key is generated prior to each election. The corresponding public key is included with the e-voting client application (EVCA). VCS is an offline computer that is never exposed to internet. EVCA is end-user application which runs on several platforms - Windows, Linux, MacOS X. It is used to connect to VFS, download candidates' list, make one's choice, digitally sign it and send it to VFS. Auditing application (AA) is an application responsible for the integrity checks of audit-logs. Each server in Internet Voting System keeps a log-file about processed votes. Those log-files must maintain certain structure to provide evidence that the IVS is not tampered with Protocol E-voting is executed in several stages: pre-election stage - all server software is installed, candidates' and voters' lists are installed, EVCA is packaged according to the elections at hand. The packaged EVCA is digitally signed by NEC. election stage - the access to VFS is opened, people can e-vote by downloading the EVCA and using the ID-card for authentication and digitally signing the vote. Modifications to voters' lists are also possible in this stage. revocation stage - at the end of the election stage the electronic ballot-box is closed, a list of all e-voters' is calculated and distributed to polling stations. In those stations those lists are checked against the lists of pre-voters and any duplicated votes are written down to a revocation list. Those revocation lists are used to revoke duplicate votes on the VSS. tabulation stage - at the end of the revocation stage all e-votes that are not revoked are anonymized - digital signatures are removed from encrypted votes so that the tabulation application will not be able to see who voted for which candidate. 2.3 Organizational Security Measures Estonian IVS's components must be deployed in certain way to achieve the security requirements. For example hostile NEC could easily break anonymity by introducing digitally signed e-votes to VCS or modify the contents of electronic ballot box during the anonymization process. To enforce the correct deployment of components and to ensure that the server side can be trusted a rich set of protocols for organizational security are executed: certain rooms are heavily guarded by police and surveillance cameras certain operations can only be executed by at least 2 election officials together certified auditor must observe all key-processes during election days tabulation can be observed by official observers and media 3 Security Considerations Estonian IVS was developed in First overviews about e-voting were written in 2001 ([LiM01], [TaK01]) and conceptual risk analysis ([ABO03]) was made in This risk analysis states that: "The other side of the compromise or in principle the weak point of the scheme is the need to trust central servers and computers of the voters. Is such a compromise reasonable? In our opinion yes." [ABO03] The need to trust central servers means that the owner of the IVS can manipulate the election results without getting caught. This is not something that the society would accept - in order to use e-voting people must have trust in this voting method. In order to achieve the required trust level, organizational security methods described

4 earlier are applied. From the attackers point of view the most interesting target would be the VCS and tabulation process. The e-voting results are published in simple ASCII text-file that can be written by any-one in his favourite text-editor - the necessary information for doing that is public by its nature. As the VCS and IVS's servers are heavily guarded and monitored during the election days, it is relatively hard to get access to them. On the other hand voters have influenced e-voting results in last elections, what if it would be possible to influence maybe 20% of those voters? The need to trust central servers calls for organizational security. What about the need to trust computers of the voters? The average e-voter uses his home or office computer to cast an e-vote. Average end-users computer is poorly maintained - security updates are not installed on regular basis, there is software of unknown or pirated origin, all fancy browser-features are turned on. Therefore we must assume that EVCA will be run in hostile environment and its operations will possibly be under attack. If the malicious program executes in the user rights (as the EVCA) it is possible to break the anonymity and integrity of e-vote. At some moment in time voters choice is in clear-text in computer's memory. If this moment can be detected (and usually it can) then it is possible to read and overwrite the memory without the user noticing. There are several methods to fight the problem - some methods try to protect the EVCA's memory and obfuscate the protection mechanisms, other methods are cryptographic integrity protection protocols that detect the ballot modification for e-voter, yet other methods execute vote-protection protocols that use computer only as mediator so trojan will see the exchanged data but will not be able to give any meaning to the data. Short analysis of various methods can be found in [AHL09]. 4 Conclusions The main lesson learned from the four applications of Internet voting so far is, that Internet voting is feasible, if The computer literacy of the population (or part of the population) is sufficiently high; There exists a reliable and widespread PKI for binding the identities of voters to public keys. In Estonia, this is achieved through the ID-card infrastructure which is enforced by the governement and heavily supported by major banks. The IVS of Estonia could be considered as a proof of concept and it has been successful as such. As the amount of e-voters steadily rises following questions must be answered in order to continue e-voting in Estonia or to enable e-voting in other countries: References How is the IVS protected from the large-scale manipulation from e-voting client-side? What feasible methods there exist to diminish the amount of trust needed on the e-voting server-side? [ABO03] A. Ansper, A. Buldas, M. Oruaas, J. Priisalu, A. Veldre, J. Willemson, K. Virunurm; "I-voting Conception Security: Analysis and Measures"; 2003; [AHL09] A. Ansper, S. Heiberg, H. Lipmaa, T. A. Øverland, F. van Laenen; "Security and Trust for the Norwegian E-voting Pilot Project E-valg 2011". In Audun J sang, T. Maseng and S. J. Knapskog, eds., 4th Nordic Conference on Secure IT Systems, NordSec 2009, volume 5838 of Lecture Notes in Computer Science, pages , Oslo, Norway, October , Springer-Verlag. [CRE] "Constitution of the Republic of Estonia", [ENEC] "Internet Voting in Estonia", Estonian National Electoral Committee, [LGCEA] "Local Government Council Election Act", [LiM01] H. Lipmaa, O. Mürk; "E-valimiste realiseerimisvõimaluste analüüs" (Analysis of e-voting implementation choices, in Estonian); 2001;

5 [OSCE07] "OSCE/ODIHR Election Assessment Mission Report in the 2007 parliamentary elections in Estonia", [REA] "Riigikogu Election Act", [TaK01] T. Tammet, H. Krosing; "E-valimised Eesti Vabariigis: võimaluste analüüs" (E-voting in Estonia: analysis of possibilities, in Estonian); 2001; (validity of URLs checked in March 21st, 2010)

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

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

Office for Democratic Institutions and Human Rights REPUBLIC OF ESTONIA. PARLIAMENTARY ELECTIONS 4 March 2007

Office for Democratic Institutions and Human Rights REPUBLIC OF ESTONIA. PARLIAMENTARY ELECTIONS 4 March 2007 Office for Democratic Institutions and Human Rights REPUBLIC OF ESTONIA PARLIAMENTARY ELECTIONS 4 March 2007 OSCE/ODIHR Election Assessment Mission Report Warsaw 28 June 2007 TABLE OF CONTENTS I. EXECUTIVE

More information

Internet Voting: Experiences From Five Elections in Estonia

Internet Voting: Experiences From Five Elections in Estonia Internet Voting: Experiences From Five Elections in Estonia Priit Vinkel Estonia Abstract: Estonia has been one of the pioneers of Internet Voting by introducing Internet Voting in binding elections in

More information

Internet voting in Estonia

Internet voting in Estonia Internet voting in Estonia Ülle Madise member of the National Electoral Committee 4th Quality Conference Tampere 27. 29.09.2006 First Internet voting In October 2005 Estonia had the first pan national

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

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

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

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

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

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

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

Response to the Scottish Government s Consultation on Electoral Reform

Response to the Scottish Government s Consultation on Electoral Reform Response to the Scottish Government s Consultation on Electoral Reform By Dr John Ault and Alex Ollington 12 th March 2018 1 Introduction Democracy Volunteers is the UK s leading domestic election observation

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

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

Scytl Secure Electronic Voting

Scytl Secure Electronic Voting Scytl Secure Electronic Voting eid Centric Approach for Building eservices and Electoral Process Modernization Lenka Kmetova CEE Business Development Manager lenka.kmetova@scytl.com Christoph Leixner Consultant

More information

CRYPTOGRAPHIC PROTOCOLS FOR TRANSPARENCY AND AUDITABILITY IN REMOTE ELECTRONIC VOTING SCHEMES

CRYPTOGRAPHIC PROTOCOLS FOR TRANSPARENCY AND AUDITABILITY IN REMOTE ELECTRONIC VOTING SCHEMES Scytl s Presentation CRYPTOGRAPHIC PROTOCOLS FOR TRANSPARENCY AND AUDITABILITY IN REMOTE ELECTRONIC VOTING SCHEMES Spain Cryptography Days (SCD 2011) Department of Mathematics Seminar Sandra Guasch Researcher

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

Citizen engagement and compliance with the legal, technical and operational measures in ivoting

Citizen engagement and compliance with the legal, technical and operational measures in ivoting Citizen engagement and compliance with the legal, technical and operational measures in ivoting Michel Chevallier Geneva State Chancellery Setting the stage Turnout is low in many modern democracies Does

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

Designing issues and requirement to develop online e- voting system systems having a voter verifiable audit trail.

Designing issues and requirement to develop online e- voting system systems having a voter verifiable audit trail. PAPER ID: IJIFR/V1/E4/019 ISSN (Online):2347-1697 Designing issues and requirement to develop online e- voting system systems 1 Indresh Aggarwal, 2 Dr. Vishal Kumar 1 Research Scholar, Department of computer

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

The Impact of Technology on Election Observation

The Impact of Technology on Election Observation The Impact of Technology on Election Observation Douglas W. Jones* University of Iowa VoComp, July 16-18, 2007 Portland Oregon *Partial support from NSF Grant CNS-052431 (ACCURATE) and from the Organization

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

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

OCSE Vienna 17/ Open Source Remote Electronic Voting in Norway

OCSE Vienna 17/ Open Source Remote Electronic Voting in Norway OCSE Vienna 17/9 2010 Open Source Remote Electronic Voting in Norway Project Manager Henrik Nore The Ministry of Local Government and Regional Development Project scope Why internet voting increase availability

More information

Uncovering the veil on Geneva s internet voting solution

Uncovering the veil on Geneva s internet voting solution Uncovering the veil on Geneva s internet voting solution The Swiss democratic semi-direct system enables citizens to vote on any law adopted by any authority (communal, cantonal or federal) and to propose

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

Electronic Voting in Belgium Past, Today and Future

Electronic Voting in Belgium Past, Today and Future Electronic Voting in Belgium Past, Today and Future Danny De Cock K.U.Leuven ESAT/COSIC Slides available from http://godot.be/slides Electronic Voting in Belgium: Past, Today and Future 1 Outline Classic

More information

Areeq Chowdhury: Yeah, could you speak a little bit louder? I just didn't hear the last part of that question.

Areeq Chowdhury: Yeah, could you speak a little bit louder? I just didn't hear the last part of that question. So, what do you say to the fact that France dropped the ability to vote online, due to fears of cyber interference, and the 2014 report by Michigan University and Open Rights Group found that Estonia's

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

User Guide for the electronic voting system

User Guide for the electronic voting system User Guide for the electronic voting system The electronic voting system used by the University of Stavanger, is developed by and for the University of Oslo, but is also used by other institutions (e.g.

More information

Office for Democratic Institutions and Human Rights OSCE/ODIHR DISCUSSION PAPER IN PREPARATION OF GUIDELINES FOR THE OBSERVATION OF ELECTRONIC VOTING

Office for Democratic Institutions and Human Rights OSCE/ODIHR DISCUSSION PAPER IN PREPARATION OF GUIDELINES FOR THE OBSERVATION OF ELECTRONIC VOTING Office for Democratic Institutions and Human Rights OSCE/ODIHR DISCUSSION PAPER IN PREPARATION OF GUIDELINES FOR THE OBSERVATION OF ELECTRONIC VOTING Warsaw 24 October 2008 TABLE OF CONTENTS I. INTRODUCTION...

More information

Rationality of Internet Voting in Estonia

Rationality of Internet Voting in Estonia Electronic Government and Electronic Participation M.F.W.H.A. Janssen et al. (Eds.) 2014 The Authors and IOS Press. This article is published online with Open Access by IOS Press and distributed under

More information

Security Assets in E-Voting

Security Assets in E-Voting Security Assets in E-Voting Alexander Prosser, Robert Kofler, Robert Krimmer, Martin Karl Unger Institute for Information Processing, Information Business and Process Management Department Production Management

More information

E-voting at Expatriates MPs Elections in France

E-voting at Expatriates MPs Elections in France E-voting at Expatriates MPs Elections in France Tiphaine Pinault, Pascal Courtade Ministry of the Interior, Bureau des élections et des études politiques, Place Beauvau, 75008 Paris, France, {tiphaine.pinault

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL JUSTICE. Directorate C: Fundamental rights and Union citizenship Unit C.3: Data protection

EUROPEAN COMMISSION DIRECTORATE-GENERAL JUSTICE. Directorate C: Fundamental rights and Union citizenship Unit C.3: Data protection EUROPEAN COMMISSION DIRECTORATE-GENERAL JUSTICE Directorate C: Fundamental rights and Union citizenship Unit C.3: Data protection Commission Decision C(2010)593 Standard Contractual Clauses (processors)

More information

TO: Chair and Members REPORT NO. CS Committee of the Whole Operations & Administration

TO: Chair and Members REPORT NO. CS Committee of the Whole Operations & Administration TO: Chair and Members REPORT NO. CS2014-008 Committee of the Whole Operations & Administration FROM: Lori Wolfe, City Clerk, Director of Clerk s Services DATE: 1.0 TYPE OF REPORT CONSENT ITEM [ ] ITEM

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

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

I-A. Voting Systems As Part of Cyber Security Critical Infrastructure.

I-A. Voting Systems As Part of Cyber Security Critical Infrastructure. Developing a Framework to Improve Critical Infrastructure Cybersecurity Under Executive Order 13636 [2] ( Executive Order ), the Secretary of Commerce is tasked to direct the Director of NIST to develop

More information

Secretary of State Chapter STATE OF ALABAMA OFFICE OF THE SECRETARY OF STATE ADMINISTRATIVE CODE

Secretary of State Chapter STATE OF ALABAMA OFFICE OF THE SECRETARY OF STATE ADMINISTRATIVE CODE STATE OF ALABAMA OFFICE OF THE SECRETARY OF STATE ADMINISTRATIVE CODE CHAPTER 820-2-10 PROCEDURES FOR IMPLEMENTING THE UNIFORMED AND OVERSEAS CITIZENS ABSENTEE VOTING ACT ( UOCAVA ) TABLE OF CONTENTS 820-2-10-.01

More information

M-Vote (Online Voting System)

M-Vote (Online Voting System) ISSN (online): 2456-0006 International Journal of Science Technology Management and Research Available online at: M-Vote (Online Voting System) Madhuri Mahajan Madhuri Wagh Prof. Puspendu Biswas Yogeshwari

More information

Electronic Voting: An Electronic Voting Scheme using the Secure Payment card System Voke Augoye. Technical Report RHUL MA May 2013

Electronic Voting: An Electronic Voting Scheme using the Secure Payment card System Voke Augoye. Technical Report RHUL MA May 2013 Electronic Voting: An Electronic Voting Scheme using the Secure Payment card System Voke Augoye Technical Report RHUL MA 2013 10 01 May 2013 Information Security Group Royal Holloway, University of London

More information

COMPUTING SCIENCE. University of Newcastle upon Tyne. Verified Encrypted Paper Audit Trails. P. Y. A. Ryan TECHNICAL REPORT SERIES

COMPUTING SCIENCE. University of Newcastle upon Tyne. Verified Encrypted Paper Audit Trails. P. Y. A. Ryan TECHNICAL REPORT SERIES UNIVERSITY OF NEWCASTLE University of Newcastle upon Tyne COMPUTING SCIENCE Verified Encrypted Paper Audit Trails P. Y. A. Ryan TECHNICAL REPORT SERIES No. CS-TR-966 June, 2006 TECHNICAL REPORT SERIES

More information

Secure Voter Registration and Eligibility Checking for Nigerian Elections

Secure Voter Registration and Eligibility Checking for Nigerian Elections Secure Voter Registration and Eligibility Checking for Nigerian Elections Nicholas Akinyokun Second International Joint Conference on Electronic Voting (E-Vote-ID 2017) Bregenz, Austria October 24, 2017

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

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

Electronic Voting Systems

Electronic Voting Systems Electronic Voting Systems The Impact of System Actors to the Overall Security Level C. Lambrinoudakis *, V. Tsoumas +, M. Karyda +, D. Gritzalis +, S. Katsikas * * Dept. of Information and Communication

More information

Act means the Municipal Elections Act, 1996, c. 32 as amended;

Act means the Municipal Elections Act, 1996, c. 32 as amended; The Corporation of the City of Brantford 2018 Municipal Election Procedure for use of the Automated Tabulator System and Online Voting System (Pursuant to section 42(3) of the Municipal Elections Act,

More information

M-Polling with QR-Code Scanning and Verification

M-Polling with QR-Code Scanning and Verification IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X M-Polling with QR-Code Scanning and Verification Jaichithra K Subbulakshmi S B. Tech

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

Electronic Voting. Mohammed Awad. Ernst L. Leiss

Electronic Voting. Mohammed Awad. Ernst L. Leiss Electronic Voting Mohammed Awad Ernst L. Leiss coscel@cs.uh.edu Partially funded under NSF Grant #1241772 Any opinions, findings, conclusions, or recommendations expressed herein are those of the authors

More information

City of Toronto Election Services Internet Voting for Persons with Disabilities Demonstration Script December 2013

City of Toronto Election Services Internet Voting for Persons with Disabilities Demonstration Script December 2013 City of Toronto Election Services Internet Voting for Persons with Disabilities Demonstration Script December 2013 Demonstration Time: Scheduled Breaks: Demonstration Format: 9:00 AM 4:00 PM 10:15 AM 10:30

More information

PROCEDURES FOR THE USE OF VOTE COUNT TABULATORS

PROCEDURES FOR THE USE OF VOTE COUNT TABULATORS 2018 MUNICIPAL ELECTION OCTOBER 22, 2018 PROCEDURES FOR THE USE OF VOTE COUNT TABULATORS OLGA SMITH, CITY CLERK FOR INFORMATION OR ASSISTANCE, PLEASE CONTACT ONE OF THE FOLLOWING: Samantha Belletti, Election

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

Conditions for Processing Banking Transactions via the Corporate Banking Portal and HBCI/FinTS Service

Conditions for Processing Banking Transactions via the Corporate Banking Portal and HBCI/FinTS Service Corporate Banking Conditions for Processing Banking Transactions via the Corporate Banking Portal and HBCI/FinTS Service (Status 13 January 2018) 1. Scope of services (1) The Customer and its authorised

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

Design of Distributed Voting Systems

Design of Distributed Voting Systems arxiv:1702.02566v1 [cs.cr] 8 Feb 2017 Design of Distributed Voting Systems Masterarbeit von Christian Meter aus Remscheid vorgelegt am Lehrstuhl für Rechnernetze und Kommunikationssysteme Prof. Dr. Martin

More information

Voting Corruption, or is it? A White Paper by:

Voting Corruption, or is it? A White Paper by: Voting Corruption, or is it? A White Paper by: By: Thomas Bronack Bronackt@gmail.com JASTGAR Systems, Mission and Goal (917) 673-6992 Eliminating Voting Fraud and Corruption Our society is too far along

More information

Declaration of Certification Practices Certificates of the General Council of Notaries

Declaration of Certification Practices Certificates of the General Council of Notaries Declaration of Certification Practices Certificates of the General Council of Notaries Version: 2.9 Validity: 30/11/2015 1. Overview 1.1. Document control Project: Target entity: Declaration of Certification

More information

Representation of the People Act

Representation of the People Act Representation of the People Act (Act No. 57 of 28 June 2002 relating to parliamentary and local government elections) The [Norwegian] title of the present Act was amended by Act No. 46 of 20 June 2003

More information

EVOTING BY INTRODUCTION THE SWISS POLITICAL CONTEXT

EVOTING BY INTRODUCTION THE SWISS POLITICAL CONTEXT EVOTING BY CHVOTE EVOTING BY INTRODUCTION CHVote is an open source Swiss public online remote voting system (e-voting). It is developed, hosted, operated and owned by the Republic and canton of Geneva.

More information

Colorado Secretary of State Election Rules [8 CCR ]

Colorado Secretary of State Election Rules [8 CCR ] Rule 7. Elections Conducted by the County Clerk and Recorder 7.1 Mail ballot plans 7.1.1 The county clerk must submit a mail ballot plan to the Secretary of State by email no later than 90 days before

More information

The Corporation of the Municipality of Trent Hills. Telephone/Internet Voting Election Policies and Procedures for the 2018 Ontario Municipal Election

The Corporation of the Municipality of Trent Hills. Telephone/Internet Voting Election Policies and Procedures for the 2018 Ontario Municipal Election The Corporation of the Municipality of Trent Hills Telephone/Internet Voting Election Policies and Procedures for the 2018 Ontario Municipal Election Approved by the Clerk of the Municipality of Trent

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

Office for Democratic Institutions and Human Rights NORWAY. PARLIAMENTARY ELECTIONS 11 September OSCE/ODIHR Election Expert Team Report

Office for Democratic Institutions and Human Rights NORWAY. PARLIAMENTARY ELECTIONS 11 September OSCE/ODIHR Election Expert Team Report Office for Democratic Institutions and Human Rights NORWAY PARLIAMENTARY ELECTIONS 11 September 2017 OSCE/ODIHR Election Expert Team Report Warsaw 4 December 2017 TABLE OF CONTENTS I. EXECUTIVE SUMMARY...

More information

Electronic Document and Electronic Signature Act Published SG 34/6 April 2001, effective 7 October 2001, amended SG 112/29 December 2001, effective 5

Electronic Document and Electronic Signature Act Published SG 34/6 April 2001, effective 7 October 2001, amended SG 112/29 December 2001, effective 5 Electronic Document and Electronic Signature Act Published SG 34/6 April 2001, effective 7 October 2001, amended SG 112/29 December 2001, effective 5 February 2002, SG 30/11 April 2006, effective 12 July

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

Trustwave Subscriber Agreement for Digital Certificates Ver. 15FEB17

Trustwave Subscriber Agreement for Digital Certificates Ver. 15FEB17 Trustwave Subscriber Agreement for Digital Certificates Ver. 15FEB17 IMPORTANT: PLEASE READ THIS AGREEMENT AND THE TRUSTWAVE CERTIFICATION PRACTICES STATEMENTS ( CPS ) CAREFULLY BEFORE USING THE CERTIFICATE

More information

Conditions for Processing Banking Transactions via the Corporate Banking Portal

Conditions for Processing Banking Transactions via the Corporate Banking Portal Corporate Banking Conditions for Processing Banking Transactions Conditions for Processing Banking Transactions 1. Scope of services (1) The Customer may use the Corporate Banking Portal and execute banking

More information

Relying Party Agreement. 1. Definitions

Relying Party Agreement. 1. Definitions Relying Party Agreement You must read this Google Trust Services, LLC ( Google ) Relying Party Agreement ( Agreement ) before accessing, using, or relying on any digital certificates or related certificate

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

Smart Voting System using UIDAI

Smart Voting System using UIDAI IJIRST National Conference on Networks, Intelligence and Computing Systems March 2017 Smart Voting System using UIDAI Mrs. Nandhini M 1 Mr. Vasanthakumar M 2 1 Assistant Professor 2 B.Tech Final Year Student

More information

RULES OF SECRETARY OF STATE CHAPTER ELECTRONIC VOTING MACHINES RULES AND REGULATIONS TABLE OF CONTENTS

RULES OF SECRETARY OF STATE CHAPTER ELECTRONIC VOTING MACHINES RULES AND REGULATIONS TABLE OF CONTENTS RULES OF SECRETARY OF STATE CHAPTER 1360-02-13 ELECTRONIC VOTING MACHINES TABLE OF CONTENTS 1360-02-13-.01 Adoption and promulgation 1360-02-13-.02 Intent of Regulations 1360-02-13-.03 State Election Code

More information

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

Every electronic device used in elections operates and interacts

Every electronic device used in elections operates and interacts MONITORING ELECTRONIC TECHNOLOGIES IN ELECTORAL PROCESSES 13 CHAPTER TWO: Introduction to Electronic Technologies in Elections INTRODUCTION Every electronic device used in elections operates and interacts

More information

SEMINAR WORK: E- ELECTIONS AND E- VOTING - THE CASE OF SWITZERLAND AND FRANCE

SEMINAR WORK: E- ELECTIONS AND E- VOTING - THE CASE OF SWITZERLAND AND FRANCE SEMINAR WORK: E- ELECTIONS AND E- VOTING - THE CASE OF SWITZERLAND AND FRANCE STUDENT NAME: Adrian Dulaj STUDENT NUMBER: 09 336 595 COURSE NAME: Masters in European Business DEPARTMENT: Department of SES

More information

On e-voting and privacy

On e-voting and privacy On e-voting and privacy Jan Willemson UT,Cybernetica On e-voting and privacy p. 1 What is e-voting?? A citizen sits in front of his computer, On e-voting and privacy p. 2 What is e-voting?? A citizen sits

More information

FAQ s Voting Method & Appropriateness to PICC Elections

FAQ s Voting Method & Appropriateness to PICC Elections Purley Masjid, 63 Whytecliffe Road South, Purley, CR8 2AZ E-mail: info@purleyicc.com Purley Islamic Community Centre Registered in England Registration No.: 06902369 Registered Charity No.: 1146668 FAQ

More information

Telephone/Internet Voting Election Policies and Procedures SOUTH FRONTENAC

Telephone/Internet Voting Election Policies and Procedures SOUTH FRONTENAC SOUTH FRONTENAC TELEPHONE/INTERNET VOTING ELECTION POLICIES and PROCEDURES for the 2018 ONTARIO MUNICIPAL ELECTIONS Approved by the Clerk / Returning Officer of the TOWNSHIP OF SOUTH FRONTENAC this 15

More information

Subpart A General Provisions

Subpart A General Provisions Pt. 11 necessitated such an action within 24 hours or sooner if requested by the Deputy Commissioner. In the absence or unavailability of the Deputy Commissioner, the presiding officer shall notify the

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

TOWNSHIP OF CLEARVIEW. TELEPHONE/INTERNET VOTING POLICIES and PROCEDURES for the 2018 ONTARIO MUNICIPAL ELECTIONS

TOWNSHIP OF CLEARVIEW. TELEPHONE/INTERNET VOTING POLICIES and PROCEDURES for the 2018 ONTARIO MUNICIPAL ELECTIONS TOWNSHIP OF CLEARVIEW TELEPHONE/INTERNET VOTING POLICIES and PROCEDURES for the 2018 ONTARIO MUNICIPAL ELECTIONS Approved by the Clerk / Returning Officer of The Township of Clearview this 20 th day of

More information

Aadhaar Based Voting System Using Android Application

Aadhaar Based Voting System Using Android Application Aadhaar Based Voting System Using Android Application Sreerag M 1, Subash R 1, Vishnu C Babu 1, Sonia Mathew 1, Reni K Cherian 2 1 Students, Department of Computer Science, Saintgits College of Engineering,

More information

Referendum Act. Passed RT I 2002, 30, 176 Entry into force

Referendum Act. Passed RT I 2002, 30, 176 Entry into force Issuer: Riigikogu Type: act In force from: 01.01.2018 In force until: 31.12.2018 Translation published: 04.12.2017 Amended by the following acts Passed 13.03.2002 RT I 2002, 30, 176 Entry into force 06.04.2002

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

ELECTRONIC DATA INTERCHANGE (EDI) TRADING PARTNER AGREEMENT

ELECTRONIC DATA INTERCHANGE (EDI) TRADING PARTNER AGREEMENT ELECTRONIC DATA INTERCHANGE (EDI) TRADING PARTNER AGREEMENT THIS ELECTRONIC DATA INTERCHANGE TRADING PARTNER AGREEMENT (the "Agreement") is made as of, 2, by and between UGI Central Penn Gas, Inc. ( CPG

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

SMS based Voting System

SMS based Voting System IJIRST International Journal for Innovative Research in Science & Technology Volume 4 Issue 11 April 2018 ISSN (online): 2349-6010 SMS based Voting System Dr. R. R. Mergu Associate Professor Ms. Nagmani

More information

Post-Election Audit Pilots, and New Physical and Cyber Security Requirements in Indiana Election Code

Post-Election Audit Pilots, and New Physical and Cyber Security Requirements in Indiana Election Code Post-Election Audit Pilots, and New Physical and Cyber Security Requirements in Indiana Election Code Jay S. Bagga, Ph.D. & Bryan D. Byers, Ph.D. VSTOP Co-Directors Ball State University With Special Assistance

More information

Curriculum. Introduction into elections for students aged 12 to 16 years

Curriculum. Introduction into elections for students aged 12 to 16 years Curriculum Introduction into elections for students aged 12 to 16 years Case: Election of one class member to the assembly of class representatives of your school Patrick Trees, MA / MAS Executive Master

More information

Estonian eid Infrastructure ITAPA 2009 International Congress November 3, 2009 Bratislava

Estonian eid Infrastructure ITAPA 2009 International Congress November 3, 2009 Bratislava Estonian eid Infrastructure ITAPA 2009 International Congress November 3, 2009 Bratislava Uuno Vallner, PhD Head of egovernment Division Ministry of Economic Affairs and Communications, Estonia Background

More information

Utilization of Information Technology for Electoral Management. Mr.Cholaraj Phewban Inspector General, Office of The Election Commission of Thailand

Utilization of Information Technology for Electoral Management. Mr.Cholaraj Phewban Inspector General, Office of The Election Commission of Thailand Utilization of Information Technology for Electoral Management Mr.Cholaraj Phewban Inspector General, Office of The Election Commission of Thailand 1. E-war room (ERM Tools) 2. Internet Registration of

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

Electronic Voting Machine Information Sheet

Electronic Voting Machine Information Sheet Name / Model: eslate 3000 1 Vendor: Hart InterCivic, Inc. Voter-Verifiable Paper Trail Capability: Yes Brief Description: Hart InterCivic's eslate is a multilingual voter-activated electronic voting system

More information

Elections in Egypt May Presidential Election

Elections in Egypt May Presidential Election Elections in Egypt May 23-24 Presidential Election Middle East and North Africa International Foundation for Electoral Systems 1850 K Street, NW Fifth Floor Washington, DC 20006 www.ifes.org May 4, 2012

More information

Representation of the People Act

Representation of the People Act Representation of the People Act (Act No. 57 of 28 June 2002 relating to parliamentary and local government elections) The [Norwegian] title of the present Act was amended by Act No. 46 of 20 June 2003

More information

PAPER VS INTERNET: IS ELECTRONIC VOTING A SOLUTION FOR ROMANIA?

PAPER VS INTERNET: IS ELECTRONIC VOTING A SOLUTION FOR ROMANIA? PAPER VS INTERNET: IS ELECTRONIC VOTING A SOLUTION FOR ROMANIA? AUTHOR Septimius Pârvu Project inanced by the EEA grants 2009 2014, through the NGO Fund in Romania. The contents of this material does not

More information

Myths and facts of the Venezuelan election system

Myths and facts of the Venezuelan election system Myths and facts of the Venezuelan election system Whenever elections are held in Venezuela, local and foreign media and political players launch a campaign to delegitimize the election system and question

More information