Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Shivamani V, Saleem Pasha SK, Abhinay T, Satya Kumar C
DOI Link: https://doi.org/10.22214/ijraset.2023.50185
Certificate: View Certificate
Since then, there have been some ways of voting. Around the world, paper ballots are the most common voting format. Only in the past ten years have electronic voting schemes gained popularity, and they remain unaddressed. E-voting systems have issues with security, reliability, openness, functionality and dependability. Estonia is the innovator in this area and might be regarded as the cutting edge. However, there aren\'t many alternatives that use blockchain. All of the aforementioned issues can be solved with blockchain, which also offers benefits like immutability and decentralization. The primary issues with blockchain-based technology used for electronic voting are their narrow focus or the lack of testing and comparability. We introduce an electronic voting system built on the blockchain that may be applied to any type of voting. Blockchain uses it to the fullest extent possible and has the capacity to manage all processes. After the voting process has begun, the platform behaves as though it is completely independent and decentralized, with no potential for interference. Although the data are completely transparent, homomorphic encryption protects the voters\' identities. The main innovation of our solution is the fully decentralized management of the e-voting platform through blockchain, transparency of the entire process, and privacy and security of the voters thanks to homomorphic encryption.
I. INTRODUCTION
The development of e-voting technologies is still in its infancy. We chose this topic not only because it is new, but also because there aren't many solutions available to issues with e-voting. These days, e-Government development is gaining popularity. But if essential government functions like elections don't go electronic, such a system is impractical. "One of the major public sectors that blockchain technology can revolutionize is e-voting." [1]E-voting also brings with it new problems that need to be solved. One of them is election security, which must be at least as secure as the traditional voting methods using ballots. Because of this, we have chosen to have secure elections where voters won't have to worry about fraud or other electoral irregularities. Blockchain is frequently cited as an example of safe technology being employed in an online context in recent years. Blockchain is used by our electronic voting system to oversee all election procedures. Its key benefit is that no trust in the centralized entity that established the elections is required. The outcome of the election under our system cannot be impacted by this authority. [2]The lack of system transparency, which undermines voter confidence, is another difficulty with electronic voting. Blockchain offers a completely transparent solution to this issue, enabling everyone to view the methods used to store data and manage it. When it comes to security, this technology is superior to the traditional e-voting platform without blockchain in every manner.
Voting is a way for a group, gathering, or electorates to decide something together or voice their opinion Voting typically happens after election campaigns, discussions, and debates. Voters are those who cast ballots for their preferred candidates, while candidates are those who are running for office Typically, the voter has the option to select any other candidates he or she prefers in addition to those on the list. [2]
Following the introduction and broad use of bitcoin the very first cryptocurrency in everyday life, blockchain technology has gained popularity in the software industry today. Due to its high level of system transparency, blockchain technology quickly gained popularity after it was first introduced to the internet and became an active area of research and study for its potential applications in a variety of other fields. Blockchain technology derives from the fundamental architectural framework of the cryptocurrency bitcoin. For instance, since bitcoin has a distributed structure for its wallets. [3]
II. LITERATURE SURVEY
Modern digital technology has improved the lives of several people. Contrary to the election system, it makes extensive use of ordinary paper. Elections using the traditional system are still widely used, endangering the aspects of security and transparency (offline). Because it adopts a decentralised structure and the full database is held by multiple users, block chain technology is one of the answers. A ground-breaking decentralised consensus technique is introduced by Bit Coin.
However, the public block chain deployment scenarios of the developing consortium block chain cannot be supported by the Bit coin-derived consensus processes. [1]We suggest Proof of Vote as a new consensus algorithm (POV). The internal control mechanism within the consortium as well as the former both ensure the separation of voting rights and executive rights, enhancing the independence of the position of the board member. Regarding the latter, our study demonstrates that POV can ensure the security of the transaction under the condition that at least Nc/2+1 commissioners are functioning efficiently. Without a question, the blockchain, a ground-breaking idea that serves as the technology that powers the well-known crypto currency bitcoin and its offspring, is ushering in a new age for the Internet and online services. In this study, we used the Ethereum wallets and the Solidity programming language to create and test an example e-voting application as a smart contract for the Ethereum network.[4]. There has previously been some noteworthy research in this area, which has been referenced to in order to get a comprehensive understanding of the subject and grasp a few crucial ideas for this study. To get a general understanding of how the author attempted to use Ethereum as a blockchain network to tackle a comparable problem, many other sources that have been included below can be used to grasp different topics by looking through earlier research in the same field. The benefits and limitations of generic voting systems, blockchain security, blockchain structure, several existing blockchain networks, and many other subjects were understood through consulting various related publications. It also provided us with an introduction to a number of consensus algorithms, including proof of work and proof of existence. This evaluation aided in the development of our own research and helped shed light on related issues. [5]
III. EXISTING SYSTEM
Since then, there have been some ways of voting. Over the world, paper ballots are the most common voting format. Only in the past ten year shave electronic voting schemes gained popularity, and they remain unsolved.E-voting systems have issues mostly with functionality, security, legitimacy,and openness. Estonia is the innovator in this area and might be regarded as the cutting edge. Nevertheless, there aren’t many alternatives that use blockchain. All of the aforementioned issues can be solved with blockchain,which also offers benefits like immutability and decentralisation. The primary issues with blockchain-based technology used for electronic voting are their narrow focus or the lack of testing and comparability.This existing system has security issues which is major disadvantage
IV. PROPOSED SYSTEM
The proposed e-voting system based on the public blockchain takes into account all voting requirements, including security, credibility, transparency, reliability, and functionality. As a result, it is intended for use in any election, including student elections, presidential, legislative, and local elections. The system allows for more rounds of voting and, ideally, employs a public blockchain. Other types of blockchain can be used in place of the public blockchain, but the stored data (votes) must be easily verified by any user. Any observer who is interested in the electronic voting system is represented by the user. (The user represents any observer who is interested in the electronic voting system.) [1]
An admin module and a user module are the two primary modules in our suggested system. The vote publisher role, which is the major role in the admin module, is responsible for managing the election data and voting results. The voter who casts his vote is one of the key roles included in the user module. In addition to these two roles, there is a third main role called "key authority" whose responsibility it is to generate and distribute keys to voters and vote publishers. These three roles can stand in for a group, a business, or a user. Due to the possibility of both roles being held by the same entity or individual, the functions of vote publisher and key authority can be combined into one. Depending on a vote configuration, the voter participates in the elections. The vote publisher configures the votes, and this is done as part of the smart contract. Before publishing the smart contract, the vote publisher must be aware of all cypher keys. A strong collaboration between the vote publisher and the key authority is necessary. To a voter and a vote publisher, the key authority generates and provides all cypher keys. The distribution channel needs to be protected and shouldn't be open to outside interference.
It depicts the architecture of the electronic voting system. The roles, components, and interconnections between them are depicted. The architecture includes the following components: blockchain (required), faceID (required), results interface (required), and key authority API (optional). A smart contract is a specialised component that is part of the blockchain and is responsible for vote processing and evaluation. The smart contract's programming language is determined by the type of blockchain.
The key authority API is a supplementary module that can be included in the key authority organisation. This API allows the voter and vote publisher to obtain a public key for homomorphic encryption as well as a key to access the votes. These keys can be distributed manually or automatically. This is why the component is only optional and not required in the architecture.
A. Blockchain
The voting process and data storage architecture are all represented by the blockchain component. The blockchain can be built using either a public blockchain like Ethereum or a private blockchain like Hyperledger. The benefit of the public blockchain is that it offers all users access to information about transactions and blocks, giving it more confidence than the private blockchain. This assurance is made sin the context of a common user who wants to see all the information but is not technologically sophisticated. The private blockchain can offer the same level of assurance, but a company must demonstrate it with data. The type of blockchain that should be employed is not constrained by the proposed design. The platform chosen is at the discretion of the organisation in charge of organising elections.
B. Face id
This component gives users access to the blockchain so they can conduct voting. Face ID, often referred to as virtual cryptography, is taken into account in the architecture as a means of gaining access to the blockchain network. It is an encryption method that conceals data in pictures. It offers data security and secrecy.
C. Result Interface
This component represents a result interface. The interface must be able to access the blockchain and provide users and observers with information. Vote results are included in the data, and users should be able to view transactions on the blockchain since it should be transparent about all transactions. For ease of understanding the findings are presented graphically, with only the final results being revealed. As a result of the homomorphic encryption being used, live results are not accessible. [1]
We demonstrate face recognition validation for the electronic voting system, in this paper. The given algorithm validated correctly approximately 6 out of 10 times. This voting system cuts down on the amount of work, labour, and time required for elections. We can currently use this web application for school or university-level elections, polls, and so on. Increase Accuracy of Face ID verification., Voter ID integration, Aadhaar card validation, Mail otp verification. Which makes it more secure and can be used for general elections.
K. Kost’al, \"Blockchain E-Voting Done Right: Privacy and Transparency with Public Blockchain,\" IEEE, p. 4, 2019. [2] .P. P. Shejwal, \"E-voting using block chain Technology,\" IJSDR, vol. 4, no. 5, p. 6, 2019. [3] A.S. Yadav, \"E-Voting using Blockchain Technology,\" International Journal of Engineering and Technical Research, vol. 9, no. 07, p. 3, 2020. [4] H.Yi, \"Securing e-voting based on blockchain in P2P network,\" EURASIP Journal on Wireless Communications and Networking, vol. 2019, no. 1, p. 2, 2019. [5] S. Jaiswal, \"E-Voting using Blockchain,\" INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH & TECHNOLOGY (IJERT), vol. 10, no. 03, p. 8, 2021. [6] Hjálmarsson, F.Þ., Hreiðarsson, G.K., Hamdaqa, M. and Hjálmtýsson, G., 2018, July. Blockchain-based e-voting system. In 2018 IEEE 11th international conference on cloud computing (CLOUD) (pp. 983-986). IEEE. [7] Vivek, S.K., Yashank, R.S., Prashanth, Y., Yashas, N. and Namratha, M., 2020, July. E-voting systems using blockchain: An exploratory literature survey. In 2020 Second International Conference on Inventive Research in Computing Applications (ICIRCA) (pp. 890-895). IEEE. [8] Curran, K., 2018. E-Voting on the Blockchain. The Journal of the British Blockchain Association, 1(2). [9] Hanifatunnisa, R. and Rahardjo, B., 2017, October. Blockchain based e-voting recording system design. In 2017 11th International Conference on Telecommunication Systems Services and Applications (TSSA) (pp. 1-6). IEEE. [10] Hardwick, F.S., Gioulis, A., Akram, R.N. and Markantonakis, K., 2018, July. E-voting with blockchain: An e-voting protocol with decentralisation and voter privacy. In 2018 IEEE International Conference on Internet of Things (iThings) and IEEE Green Computing and Communications (GreenCom) and IEEE Cyber, Physical and Social Computing (CPSCom) and IEEE Smart Data (SmartData) (pp. 1561-1567). IEEE.
Copyright © 2023 Shivamani V, Saleem Pasha SK, Abhinay T, Satya Kumar C. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET50185
Publish Date : 2023-04-07
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here