Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Privacy Preserving E-Voting System Using Homomorphic Encryption

View through CrossRef
With the rise of digital governance, secure and private electronic voting systems are becoming increasingly important. Traditional e-voting platforms often suffer from vulnerabilities such as vote tampering, lack of transparency, and weak identity verification. To address these challenges, this project introduces a secure online voting system that integrates Paillier homomorphic encryption with deep-learning-based facial recognition technology. Homomorphic encryption enables the aggregation of votes while they remain encrypted, ensuring that individual ballots stay completely confidential throughout the counting process. Facial recognition provides real-time voter authentication, effectively preventing proxy and duplicate voting.Throughout the voting lifecycle, ballot data is encrypted during both transmission and storage, eliminating opportunities for third parties to intercept or manipulate information. An administrator can access results only after the voting period concludes, and the system reveals only the final aggregate tally without disclosing individual choices. The proposed model is implemented using Python, Flask, OpenCV, and SQLite, offering a secure, scalable, and user-friendly solution suitable for small-scale elections in academic institutions and local organizations.The system includes an intuitive web interface, encrypted data storage, and secure communication mechanisms to enhance usability and reliability. By combining biometric authentication with advanced cryptographic techniques, the project delivers a robust, tamper-resistant voting framework that strengthens voter trust and ensures endto-end privacy. Overall, this work demonstrates how modern cryptography and artificial intelligence can significantly improve the security and transparency of digital election systems, making it a strong foundation for future e-voting applications.
Title: Privacy Preserving E-Voting System Using Homomorphic Encryption
Description:
With the rise of digital governance, secure and private electronic voting systems are becoming increasingly important.
Traditional e-voting platforms often suffer from vulnerabilities such as vote tampering, lack of transparency, and weak identity verification.
To address these challenges, this project introduces a secure online voting system that integrates Paillier homomorphic encryption with deep-learning-based facial recognition technology.
Homomorphic encryption enables the aggregation of votes while they remain encrypted, ensuring that individual ballots stay completely confidential throughout the counting process.
Facial recognition provides real-time voter authentication, effectively preventing proxy and duplicate voting.
Throughout the voting lifecycle, ballot data is encrypted during both transmission and storage, eliminating opportunities for third parties to intercept or manipulate information.
An administrator can access results only after the voting period concludes, and the system reveals only the final aggregate tally without disclosing individual choices.
The proposed model is implemented using Python, Flask, OpenCV, and SQLite, offering a secure, scalable, and user-friendly solution suitable for small-scale elections in academic institutions and local organizations.
The system includes an intuitive web interface, encrypted data storage, and secure communication mechanisms to enhance usability and reliability.
By combining biometric authentication with advanced cryptographic techniques, the project delivers a robust, tamper-resistant voting framework that strengthens voter trust and ensures endto-end privacy.
Overall, this work demonstrates how modern cryptography and artificial intelligence can significantly improve the security and transparency of digital election systems, making it a strong foundation for future e-voting applications.

Related Results

Electronic Voting Systems
Electronic Voting Systems
In 2001, Wand and colleagues published a paper titled “The Butterfly Did It” (see Wand, et al. 2001, cited under Voting System Neutrality) in which they argue that Palm Beach Count...
Development Paillier's library of fully homomorphic encryption
Development Paillier's library of fully homomorphic encryption
One of the new areas of cryptography considered-homomorphic cryptography. The article presents the main areas of application of homomorphic encryption. An analysis of existing deve...
Power of Homomorphic Encryption in Secure Data Processing
Power of Homomorphic Encryption in Secure Data Processing
Homomorphic encryption is a form of encryption that allows computations to be performed on encrypted data without first having to decrypt it. This paper presents a detailed discuss...
Exploratory Review: Decentralized Voting System Using Blockchain
Exploratory Review: Decentralized Voting System Using Blockchain
Abstract: Electronic voting, often known as e-voting, has been utilized in various forms since the 1970s, with basic advantages over paper-based systems such as improved efficiency...
Homomorphic Encryption and its Application to Blockchain
Homomorphic Encryption and its Application to Blockchain
The concept, method, algorithm and application of the advanced field of cryptography, homomorphic encryption, as well as its application to the field of blockchain are discussed in...
Leveraging Searchable Encryption through Homomorphic Encryption: A Comprehensive Analysis
Leveraging Searchable Encryption through Homomorphic Encryption: A Comprehensive Analysis
The widespread adoption of cloud infrastructures has revolutionized data storage and access. However, it has also raised concerns regarding the privacy of sensitive data. To addres...
Segmented encryption algorithm for privacy and net neutrality in distributed cloud systems
Segmented encryption algorithm for privacy and net neutrality in distributed cloud systems
The advent of distributed cloud systems has revolutionized data storage and access, providing flexibility and scalability across various industries. However, these benefits come wi...
Online Voting System
Online Voting System
The project "Online Voting System" aims to simplify voting in any type of election. In India, presently voting is done either using ballot paper or with EVM machines. In the tradit...

Back to Top