0% found this document useful (0 votes)
170 views6 pages

An Online Voting System Using Biometric Fingerprint and Aadhaar Card PDF

This document describes an online voting system that uses biometric fingerprint identification and Aadhaar cards to authenticate voters and securely conduct elections. The system aims to address problems with existing manual voting methods like being expensive, time-consuming, prone to errors, and having low voter turnout. It allows voters to cast their votes online after verifying their identity by scanning their fingerprint, which is matched against fingerprints stored in a database linked to Aadhaar card records. The system is designed to simplify voting and increase participation while enhancing security through biometric authentication to prevent false votes. It uses a web-based interface so voters can cast ballots from anywhere without visiting polling stations.

Uploaded by

Hari harish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
170 views6 pages

An Online Voting System Using Biometric Fingerprint and Aadhaar Card PDF

This document describes an online voting system that uses biometric fingerprint identification and Aadhaar cards to authenticate voters and securely conduct elections. The system aims to address problems with existing manual voting methods like being expensive, time-consuming, prone to errors, and having low voter turnout. It allows voters to cast their votes online after verifying their identity by scanning their fingerprint, which is matched against fingerprints stored in a database linked to Aadhaar card records. The system is designed to simplify voting and increase participation while enhancing security through biometric authentication to prevent false votes. It uses a web-based interface so voters can cast ballots from anywhere without visiting polling stations.

Uploaded by

Hari harish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

IJCAT International Journal of Computing and Technology, Volum e 1, Issue 4, May 2014

ISSN : 2348 - 6090


www.IJCAT.org

An Online Voting System Using Biometric


Fingerprint and Aadhaar Card
1
Rakesh S Raj, 2 Raghavendra A , 3 Madhushree K R , 4 Bhargavi D
1, 2, 3, 4
Department of Information Science & Engineering,
Adichunchanagiri Institute of Technology, Chickmagalur, Karnataka, India.

Abstract-The problem of voting is still critical in terms of 2. Problem Statement


safety and security. This paper deals with the design and
development of a web-based voting system using fingerprint 2.1. Existing Voter Registration System
and aadhaar card in order to provide a high performance with
high security to the voting system .Also we use web The problems of the existing manual system of voting[2]
technology to make the voting system more practical. The include among others the following:
proposed Online Voting System allows the voters to scan their
fingerprint, which is then matched with an already saved image Expensive and Time consuming: The process of
within a database that is retrieved from aadhaar card database collecting data and entering this data into the database
of the government. The voting system is managed in a simpler
takes too much time and is expensive to conduct, for
way as all the users must login by aadhaar card number and
password and click on his/her favorable candidates to cast the example, time and money is spent in printing data
vote. This will increase the voting percentage in India and capture forms, in preparing registration stations together
reduces the cost of voting process. By using biometric with human resources, and there after advertising the
fingerprint it provides enough security which reduces the false days set for registration process including sensitizing
votes. voters on the need for registration, as well as time spent
on entering this data to the database.
Keywords- Biometric fingerprint, PHP, MYSQL, CSS,
HTML, Java Script, WAMP, Dreamweaver ,aadhaar card. Too much paper work: The process involves too much
paper work and paper storage which is difficult as
1. Introduction papers become bulky with the population size.

Voting schemes have evolved from counting hands in Errors during data entry: Errors are part of all human
early days to systems that include paper, punch card, beings; it is very unlikely for humans to be 100 percent
mechanical lever and optical-scan machines. An efficient in data entry.
electronic voting system which is used nowadays
provide some characteristic different from the traditional Loss of registration forms: Some times, registration
voting technique, and also it provides improved features forms get lost after being filled in with voters’ details, in
of voting system over traditional voting system such as most cases these are difficult to follow-up and therefore
accuracy, convenience, flexibility, privacy, verifiability many remain unregistered even though they are voting
and mobility. But Electronic voting systems suffers from age nationals and interested in exercising their right to
various drawbacks such as time consuming, consumes vote.
large volume of paper work, no direct role for the
higher officials, damage of machines due to lack of Short time provided to view the voter register: This is
attention, mass update doesn’t allows users to update a very big problem since not all people have free time
and edit many item simultaneously etc. during the given short period of time to check and
update the voter register.
These drawbacks can overcome by Biometric Online
Voting System[1]. This is a voting system by which any Above all, a number of voters end up being locked out
voter can use his/her voting rights from anywhere in the from voting. Hence there is great desire to reduce
country. We provide a detailed description of the official procedure in the current voter registration
functional and performance characteristics of biometric process if the general electoral process is to improve.
online voting system. Voter can cast their votes from
anywhere in the country without visiting to voting 2.2 Proposed System
booths, in highly secured way. That makes voting a
fearless of violence and that increases the percentage of The proposed system is the Biometric online voting
voting. system with biometric fingerprint using aadhaar card. It

87
IJCAT International Journal of Computing and Technology, Volume 1, Issue 4, May 2014
ISSN : 2348 - 6090
www.IJCAT.org

determines the particular voter by his/her fingerprint code is sent to voter’s mobile phone or email. Once any
whether he/she is a valid voter or not. It allows individual passes the authenticity criteria, he/she will be
particular voter to cast the vote online and update the logged into his/her voting account. Then the status is
database in the server. Biometric online voting system checked, if status is 0 then voter is allowed to cast
uses aadhaar card to retrieve the complete details about his/her vote. If status is 1 then voter has already voted
the voter. and he/she is not allowed to vote again. Then the vote
and status is updated in database. If voter is a power user
Functional Modules his/her fingerprint is checked with our database. If it
matches then their status is checked and further process
Administration module: It refers to the system will be same as the normal user. This completes the
administrator who controls the entire voting system. voting process. The methodology of the voting process
Administrator is responsible for storing the information is described in the Fig. 2 .
of the new voter; modify any voter’s information,
deleting any voter’s information and also some
operations related to candidate information.
Administrator can see the results of the election process
also.
Server module: Server is a computer network that
stores application programs and data files accessed by
the clients in the network. Database is maintained in
server computer and all the main codes related our
project is stored in this server computer.
Client module: A computer program is used to contact
and obtain data from a program on the server computer
linked in the network. In our project the voter can cast
the vote in the client computer and vote count of the
particular candidate is updated in the server computer.

3. System Design
3.1. Architecture
The architecture of the system, shown in Fig. 1, is based
upon the functionality provided to different users by the
system.

Fig 2 Voting Process Flow Chart

3.3. Why Fingerprint


The “Online Voting System Using Biometric Security”
uses fingerprint as a mode of authentication. The
fingerprint [3] is selected for identification because of
following reasons:

3.3.1 Performance
Fingerprints are formed in the womb at around five
Fig 1 Architecture of the system
months and remain constant even after the death. Fig. 3
shows the fingerprint an individual in different years
It contains two database government aadhaar card
database and our database. We will retrieve each voter’s
details from government aadhaar card database and store
it in our database. Admin controls all the events like
enrolment, update, and deletion of candidate and at last
announces the result.

3.2. Flow Chart


This shows step by step representation of voting process.
There are two types of voter’s normal user and power
user. If he/she is a normal user a, onetime transaction Fig 3 Fingerprint of individual in different years
IJCAT International Journal of Computing and Technology, Volume 1, Issue 4, May 2014
ISSN : 2348 - 6090
www.IJCAT.org

3.3.2 Uniqueness

Empirically, it can be noted that no one has found


identical prints, not even identical twins.

A. Types of Fingerprint

i. Arches - Only represent five percent of the


fingerprint patterns encountered. There are no core
or delta formations Fig 6 Types of Minutiae
ii. Loops - Constitute between 60-70 percent of the
patterns found in fingers and have one delta
4. Result and Discussion
formation and a core.
iii. Whorls - Constitute between 25-35 percent of the
patterns found in fingers and have two delta
formations and a core.

Fig. 4 Core and Delta

Fig. 5 Core and Delta of Fingerprint Fig. 7 Home page

B. Minutiae It is the welcome page of the website, shown in Fig. 7,


having all the feature options of the website.
The minutiae are point on fingerprint where ridges
change abruptly. The types are:

i. Ridge Ending
ii. Enclosure
iii. Bifurcation
iv. Island

The use of the ridges and valleys (minutiae) ,shown in


Fig. 6 ,found on the surface tips of a human finger is to
identify an individual.

Fig 8 Admin login

Admin will be provided with unique username and


password as shown in Fig. 8.
IJCAT International Journal of Computing and Technology, Volume 1, Issue 4, May 2014
ISSN : 2348 - 6090
www.IJCAT.org

The normal user can Login to the website, as in Fig.


12, with his unique username which is aadhaar card
number.

Fig 9 Enrollment

Admin enrolls the candidate’s details before the last date


of nomination. Fig. 9 shows enrollment page.
Fig 13 Confirmation code

A confirmation code will be sent to his mobile or email.


If the voter enters correct code which is sent to mobile
then he/she is a valid voter as shown in Fig. 13.

Fig 10 candidate update

If candidates wants any modification in his/her details it


can be done here. Candidate modification page is shown
in Fig.10.

Fig 14 Voter details and candidates list

It contains the details of the voter and the candidates list


who have stood for the election in their constitution. The
voter can choose any one among them. Fig. 14 shows
the voter details and candidate list.

Fig. 11 Deletion

If the candidates want to take back his/her nomination


then he/she must enter serial number and constitution id.
The deletion page is shown in Fig. 11.

Fig 15 Technician login

The technicians will use their username and password to


get access for the further pages as shown in Fig. 15

Fig 12 Normal user


IJCAT International Journal of Computing and Technology, Volume 1, Issue 4, May 2014
ISSN : 2348 - 6090
www.IJCAT.org

Fig 16 Power user login


Fig 19 Candidates List
Technician will enter the power users aadhar card
number and password, if it is valid then voter will sent to The candidates list who have stood for the election in
a separate cabin. Power user login page is shown in Fig. their constitution will be displayed. The voter can
16 choose any one among them. This is shown in Fig. 19.

Fig 17 Voter details and candidates list Fig 20 Result sheet

It contains the details of the voter and the candidates list After the elections the admin will announce the results.
who have stood for the election in their constitution. The The result page is shown in Fig. 20.
voter can choose any one among them as shown in Fig.
17.

Fig 21 Individual result display


Fig 18 fingerprint confirmation
Here the result of the particular constitution can be
To verify whether he/she is a valid voter their fingerprint display as shown in Fig. 21.
is checked with the fingerprint which is stored in
database shown in Fig. 18 4. Conclusion
Our proposal enables a voter to cast his/her vote through
internet without going to voting booth and additionally
registering himself/herself for voting in advance,
proxy vote or double voting is not possible, fast to
access, highly secure, easy to maintain all information of
voting, highly efficient and flexible. Hence, by this
voting percentage will increase drastically. The using of
online voting has the capability to reduce or remove
IJCAT International Journal of Computing and Technology, Volum e 1, Issue 4, May 2014
ISSN : 2348 - 6090
www.IJCAT.org

unwanted human errors. In addition to its reliability,


online voting can handle multiple modalities, and
provide better scalability for large elections. Online
voting is also an excellent mechanism that does not
require geographical proximity of the voters. For
example, soldiers abroad can participate in elections by
voting online.

References
[1]. Ankit Anand1 , Pallavi Divya2 ,“An Efficient Online
Voting System”, Vol. 2,Issue.4, July-Aug. 2012, pp-
2631-2634.
[2]. Alaguvel.R1 ,Gnanavel.G2 ,Jagadhambal.K3,
“Biometrics Using Electronic Voting System With
Embedded Security”, Vol. 2,Issue.3,March 2013.
[3]. Firas I. Hazzaa1 ,Seifedine Kadry2,Oussama Kassem
Zein3, “Web-Based Voting System Using Fingerprint:
Design And Implementation”, Vol. 2, Issue.4,Dec
2012.
[4]. Malwade Nikita1, Patil Chetan2, Chavan Suruchi3, Prof.
Raut S. Y4, “Secure Online Voting System Proposed
By Biometrics And Steganography”, Vol. 3, Issue 5,
May 2013.

92

You might also like