You are on page 1of 14

BIOMETRICS-FOOL PROOF

SECURITY
SUBMITTED BY
PRAKASH. N.M

II BTECH ECE

ABSTRACT
Now-a-days we are facing majority of crimes related to security
issues and these arise due to the leakage of passwords or illegal
authentication. At one end, there is a continuous and tremendous
improvement in the lifestyle of Humans while at the other end; the
technological crimes are increasing rapidly. As there is a problem, there
must be a solution. The need for a compromising technology which can be
adopted is highly imperative. Technologies capable of identifying each person
uniquely need to be developed. The only powerful solution for the problem of
illegal authentication is Biometrics.
Nature has made human beings with different characteristics which
may vary from one person to another. This property is made use of by
Biometric technology to distinctly identify each person. Biometrics is a
means of using the physiological or behavioral characteristics of a person as
a kind of permanent password.
This paper provides an overall idea of Biometrics , the typical
Biometric Model, an overview of the Biometric techniques and focuses mainly
on Keystroke Biometrics which is easy to implement and can provide fool
proof security based on the effectiveness of the algorithm.
“It is better to light up a candle rather than to curse the
darkness”
INTRODUCTION

As per the saying financial transactions and personal


“NECESSITY IS THE MOTHER OF data privacy. Most systems make use
INVENTION”, the need for a new type
of a personal identification code in order
of identification and authentication
to authenticate the user. In these
technique has led to the development of
systems, the possibility of malicious user
Biometrics. gaining access to the code cannot be
ruled out. However, combining the
“Biometrics an is
personal identification code with
automated method of
recognizing a person based on a biometrics provides for robust user
physiological or behavioral authentication system. Biometrics is of
characteristic. “ two kinds: One deals with the physical
Biometric technologies are traits of the user (Retinal scanning,

becoming the foundation of an extensive Fingerprint scanning, DNA testing etc.,)

array of highly secure identification and and the other deals with the behavioural

personal verification solutions. As the traits of the user (Voice recognition,

level of security breaches and Keystroke dynamics, etc.,).

transaction fraud increases, the need for Utilized alone or integrated with

highly secure identification and personal other technologies such as smart cards,
verification technologies is becoming encryption keys and digital
apparent. signatures, biometrics is set to pervade
nearly all aspects of the economy and
Biometric-based solutions
our daily lives.
are able to provide for confidential
WHY MOVE TO BIOMETRICS? identification are enjoying a renewed

The recent incidents of interest.

cyber crimes and credit card thefts


due to leakage of passwords create a THE BIOMETRIC MODEL
hue and cry for the development of a The biometric authentication system

new type of system which fetches consists of the following parts

more foolproof security than the • User interface or the


biometric reader
password based systems. Biometrics
• Communication
is preferred over traditional methods
Subsystem
involving passwords and PIN
• The Controlling software
numbers for various reasons:
• Data storage
Biometric system works by taking a
 The person to be identified number of samples of physiological or
is required to be physically behavioural characteristics to produce a

present at the point-of- reliable template of the user information.


The user is verified against a template in
identification.
the memory, which he claims to be
 Biometric trait cannot be
himself and the user is authenticated if
easily stolen or lost.
the biometric pattern of the user matches
 Identifies the person, not with the template. The biometric sample
the machine. of the person is not stored in the host
computer or the controller. So there is no
By replacing Passwords,
possibility of the others getting it.
PINs, biometric techniques can
Moreover, the biometric template of a
potentially prevent unauthorized
person is stored in the form of a dynamic
access to or fraudulent use of ATMs, binary template with suitable encryption
cellular phones, smart cards, desktop to provide utmost security.
PCs, workstations, and computer
networks. Thus biometric systems of

Signature Verification Passwords Biometrics


BIOMETRIC MODEL
Matching
Score
95%

Data Collection
Decision
Making Template
Biometric Capture Extraction

Verification

Signal
Processing
Enrollment

Storage

Example: FINGERPRINT VERIFICATION

BIOMETRIC IMAGE 1010


CAPTURE PROCESS 0110
1101

IMAGE LIVE UPDATE

TEMPLATE 1010 BIOMETRIC


EXTRACT 0110 MATCHING 98%
1101

MATCHING SCORE
STORAGE DEVICE STORED
TEMPLATE
BIOMETRIC TECHNIQUES Hand and Finger geometry

Fingerprint Verification This method uses the data such as


This is one of the oldest forms of length, shape, distance between the
biometric techniques which involves fingers, overall dimensions of the hand
mapping of the pattern of the fingerprint and also the relative angle between the
of the individual and then comparing the fingers. Modern systems use this
ridges, furrows, within the template. The technique in association with the
fingerprint given to the device is first Fingerprint scanning technique.
searched at the coarse level in the
Voice Biometry
database and then finer comparisons are
made to get the result.
It is proved that the frequency,
stress and accent of speech differ from
Iris Recognition
person to person. Voice biometry uses
In Iris and Retinal scanning, the this concept to solve the problem of
iris and the retina are scanned by a low illegal user.
intensity light source and the image is
compared with the stored patterns in the Signature Verification
database template. They are the fastest This technology uses the dynamic
and the secure form of biometry. analysis of a signature to authenticate
a person. This technology is based on
Facial Scanning
measuring speed, pressure and angle
Facial scanning involves scanning used by the person when a signature
of the entire face and checking of critical is produced.
points and areas in the face with the
template. This method is not completely Keystroke dynamic
reliable and so it is used in association
In this technique, the system analyses
with another biometric technique.
the rhythm of typing the password.
KEYSTROKE BIOMETRICS During this time, one obtains the
inter-stroke timings of all the keys of
“The keystroke biometrics the identification code. The inter
makes use of the inter-stroke gap stroke interval between the keys is
that exists between consecutive measured in milliseconds. The
characters of the user systems’ delay routine can be used to
identification code.” serve the purpose. The delay routine
When a user types his measures in milliseconds and the
authentication code, there exists a amount of delay incurred between
particular rhythm or fashion in typing successive strokes can be used as a
the code. If there does not exist any counter to record this time interval.
abrupt change in this rhythmic The mean and standard
manner, this uniqueness can be used deviation of the code are calculated.
as an additional security constraint. It This is done in order to provide some
has been proved experimentally that leverage to the user typing the code.
the manner of typing the same code The reference level that we chose is
varies from user to user. Thus this the mean of the training period and
can be used as a suitable biometric. the rounded standard deviation is
Further, if the user knows before used as the leverage allotted per user.
hand about the existence of this These values are fed into the database
mechanism, he can intentionally of the user. These details can also be
introduce the rhythm to suite his incorporated onto the system’s
needs. password files in order to save the
IMPLEMENTATION DETAILS additional overhead incurred. The
As the user logs onto the mean and the standard deviation
system for the first time, a database can be determined by using the
entry is created for the user. He is relationship given below.
then put through a training period,
which consists of 15-20 iterations.
Mean= (1/n) x (i)

Standard deviation= {[ (X (i)-mean)] 2/n}

Once the database entry has The [FAR] is the percentage of


been allotted for the user, this can be unauthorized users accepted by the
used in all further references to the user. system.
The next time the user tries to login, one The [FRR] is the percentage of
would obtain the entered inter-stroke authorized users not accepted by the
timing along with the password. A system.
combination of all these metrics is used
as a security check of the user. The An increase in one of these

algorithm given below gives the details metrics decreases the other and vice

of obtaining the authorization for a versa. The level of error must be

particular user. The algorithm assumes controlled in the authentication system

that the database already exists in the by the use of a suitable threshold such

system and one has a system delay that only the required users are selected

routine available and the others who are not authorized


are rejected by the system. In this paper,
standard deviation of the user’s training
PERFORMANCE
period entry is used as a threshold. The
MEASURES correct establishment of the threshold is
important since too strong a threshold
While considering any
would lead to a lot of difficulty in entry
system for authenticity, one needs to
consider the false acceptance rate even for the legal user, while a lax

(FAR) and the false rejection rate threshold would allow non-authorized
(FRR). entry. Thus a balance would have to be
established taking both the factors into
consideration.
ALGORITHM
Input : User name, User_id, Password.

Output: Registration of a new user (or) Acceptance of a user if registered


(or) Rejection of an unregistered user.

Main()
{

If (User==New)
{ read (User); // Getting User name, User_id, Password
read (Inter-stroke gap); // Time interval between consecutive characters
Add user (database); // Add the User to the database
User count =1; }

else if (User==Training)
{ read (User);
read (Inter-stroke gap);
if (Check (User, Password))
{ if (User count<15)
{ update ( User count); // User count = User count +1
add (Inter-stroke gap); }
else if (User count ==15)
{ update (User count);
add (Inter-stroke gap);
Calculate Mean (M), Standard deviation (S.D); }
}
}

else if (User==Existing)
{ read (User);
read (deviation);
if (Check (User, Password, deviation))
Login;
else
exit(0); }
}
Analysis of inter-keystroke timing of user code
A graph is plotted between and FRR can be reduced to a treat
keystrokes and keystroke timing. The extent so that only the legal user gets
‘X’ axis indicates the number of access to the system. The +R
inter-keystrokes and negative ‘Y’ boundary and –R boundary give the
axis indicates the inter-keystrokes desired range so that only the legal
timing in milliseconds. user gets access.

User accepted: In the graph, the line (L3)


indicates the current pattern of typing
Graph I shows the inter-
the access code on the keyboard; the
keystroke timing analysis when the
line (L2) indicates the keystroke
user is accepted. Here it can be easily
pattern according to reference level
seen that when the user is authentic
and the line (L1) and (L2) indicates
or when he types in his normal
the positive and the negative ranges.
rhythm, the user automatically comes
The ranges can be decided by the
into the predefined ranges. The
standard deviation method, which is
current inter-keystroke timing lies
used here for analysis or any other
around the database inter-keystroke
adaptive method.
timing, thereby providing adequate
amount of predefined ranges. FAR

db=Database Graph I: Inter keystroke timing analysis when the


+R=+VE Boundary user is accepted
-R=-VE Boundary
c=Current
-R -R
-R -R -R
c c
-R -R db db -R (L1)
c c db db db
db c c c db (L2)
c c c (L3)
db +R db +R +R +R
+R +R

+R +R +R (L4)

ACCESS GRANTED
User not accepted: can be easily noticed when the user is
not legal, his typing pattern for the
Graph II indicates inter-
access code is not at all into the
keystroke timing when the user is not
predefined ranges.
legal or not following his rhythmic
behavior of typing the access code. It

db=Database Graph II: Inter keystroke timing when the user is


+R=+VE Boundary not legal or not following his rhythmic
-R=-VE Boundary behaviour
c=Current
-R -R
-R -R -R

-R -R db c db -R (L1)
db db db
db c db
c (L2)
db db +R
c +R c +R +R
+R +R
+R +R (L4)
+R c
c c (L3)

ACCESS DENIED

A MULTIMODAL BIOMETRIC SYSTEM


A biometric system which relies advantage of the capabilities of each
only on a single biometric identifier is individual biometric and overcomes the
often not able to meet the desired limitations of individual biometric. This
performance requirements. Identification multi biometric system operates with an
based on multiple biometrics represents admissible response time.
an emerging trend. This system takes the
EXAMPLE (A Multibiometric system)

(FINGER PRINT + FACIAL SCANNING + SPEECH)

ENROLLMENT MODULE
IMAGE
ACQUISITION Face Extractor
MODULE

Database
Browser Minutiae Extractor

Ceptral Analysis

FACIAL
SCANNING

Template
Database Eigenspace Projection
and HMM training

FINGERPRINT
Face Eigenspace
Locator Comparison

Minutiae Minutiae Decision Accept/


Extractor matching Fusion Reject

SPEECH Ceptral HMM


ACQUISITION Analyzer scoring
MODULE
VERIFICATION MODULE
server is sure about the user in the
APPLICATIONS
computer.

BIOMETRIC BANKING BIOMETRIC SMARTCARDS

Banks have been


Biometric technologies are
experimenting with keystroke
used with smart cards for ID systems
Biometrics for ATM machine use and to
applications specifically due to their
counteract the credit card frauds. The
ability to identify people with
smart card or the credit card may be
incorporated with the biometric
minimal ambiguity. A biometric

information. When a user inserts his card based ID allows for the verification
for verification, the biometric sample of of “who you claim to be”
the person can be verified precisely and (information about the card holder
if it is identical the person is stored in the card) based on “who
authenticated. The advantage of this you are” (the biometric information
system is that the user can enjoy the stored in the smart card), instead of,
facilities offered by the Bank along with
or possibly in addition to, checking
utmost security.
“what you know” (such as
password).
INTERNET SECURITY

If the password is leaked out, the ANY CONSTRAINTS IN


computer or the web server will not be KEYSTROKE BIOMETRICS?
able to identify whether the original user A question that arises with any
is operating the computer. PCs fitted technology is that “Does this
with biometric sensors can sense the technology have any constraints?” The
biometric template and transmit it to the answer to this question is that, “It purely
remote computer so that the remote depends upon its implementation
mechanism”. In Keystroke biometrics,
the person being authenticated
producing a much larger than average
must have registered their bio-identity error rate. Conversely, if a user is
before it can be authenticated. intrigued and enthusiastic about using
Registration processes can be extremely the device, he is likely to use it as
complicated and very inconvenient for intended, be more consistent and enjoy
users. This is particularly true if the user 8relatively low error rates. Since this is
being registered is not familiar with what the case, clearly we should aim for well
is happening. The problem for the educated (in terms of the system) users
operator is that the right person will be who have good quality reference
rejected occasionally by what might be templates and are happy with the overall
presented as a ‘foolproof’ system. Both system concept and its benefits.
the FAR and the FRR depend to some
extent on the deviation allowed from the technology is not any more science
fiction. Huge of small corporations use
reference level and on the number ofbiometrics a lot of years more and more.
characters in the identification codeReaders cost was reduced and usage of
(Password). It has been observed thatbiometrics is everyday reality.
providing a small deviation lowers the
FAR to almost NIL but at the same timeC CONCLUSION
tends to increase the FRR. This is due to
Keystroke Biometrics offers a
the fact that the typing rhythm of the
valuable approach to current security
user depends to some extent on the
technologies that make it far harder for
mental state of the user. So, a balance
fraud to take place by preventing ready
would have to be established taking both
impersonation of the authorized user.
the factors into consideration.
Even if the unauthorized user discovers
SOLUTION the access code, he cannot get access to
the system until and unless he also
The performance measure of knows the rhythm. Also, the typing
Keystroke biometrics purely depends on rhythm can be self-tuned by the user to
User psychology, i.e., the user’s suit his needs. As the keyboard has
particular temperament; understanding duplicate keys, the typing rhythm also
and current state of mind can have a depends whether the user is a left-
dramatic impact on real system handed person or a right-handed person.
performance. If a user is not happy about Positively Keystroke Biometrics will
using the biometric device, he is likely to replace the entire traditional security
be consistent in using it, potentially systems in the future.

You might also like