USER AUTHENTICATION WITH TYPING PATTERN RECOGNITION
#1


[attachment=6704]


ABSTRACT
The deficiencies of traditional password-based access systems have become more acute as these systems have grown in size and scope. Researchers are actively investigating ways to improve the security of password systems or offer replacements. One category of improvements uses keystroke biometrics, an approach which seeks to identify an individual by their typing characteristics. Since 1980, a number of techniques have been proposed for accurately harnessing keystroke dynamics for system authentication and other novel uses. But do these systems deliver on their promise to increase system security and simultaneously ease the burden of logging into systems and remembering passwords? And do databases of users' keystroke profiles present additional privacy concerns?

The keystroke bio metrics is used with the application in news reporting system. It will detect the person who send the news is the reporter or some other person who hacked the user name and password of the system. First the pattern of the reporter is stored with the server system. Server after receiving the text then it matches with the text pattern information in it.

INTRODUCTION
As an attempt to develop more powerful authentication system, with low cost and good acceptance by users, we proposed here an authentication mechanism based on biometric information of human typing patterns. At the movement we present a complete description of the architecture with the multi pattern verification units and results of first phase implementation of the mechanism based on single pattern verification unit among Multilayer perceptron, Learning-Vector-Quantization, Self-Organizing Neural Networks and Support Vector machine.

Today, all computer based system claims for more sophisticated mechanisms to guarantee the information security. The fast evolution of communication systems provided us a great volume of information anywhere any time. The security question became proprietary. Making these systems reliable and secure is one of the most important challenges of the communication evolution.

Authentication is the way to correctly verify one person who he or she claims to be. Many research works have been developed on the way to correctly identify somebody. Since old times, the humans try to identify each other correctly. The most traditional way to confirm that some body who he or she claims to be is to verify his or her handwritten signature. In computer systems, similar issue should be considered.

All information systems adopt some king of authentication. The most common mechanism is called user name and password. This mechanism consists of basically of an association between a public information (username – normally every one knows it) that uniquely identify the user on the system, and a secret word (no body beyond the user should know it) that confirms that the person associated by that user name is who he or she to be. This mechanism presents some drawbacks that make it very week. Some of its drawbacks are: Persons choose easy to break passwords as family names and birthday dates; persons normally write their passwords in places of easy access; one can easily see one password on “steal it” with no knowledge of disclosure. On the other hand, to develop an additional authentication mechanism that carries some advantages like low cost; high performance and high acceptability are not easy. “User name and password” are easy to implement (low cost) and are largely acceptable by the users. That’s why still most famous authentication mechanism applied nowadays.

There are three main techniques to verify ones identification: some thing a person knows (a code); some thing a person posses(a card); some ting a person has(a characteristic). All these three techniques can be combined on the way to produce more efficient identification system. Naturally if we apply all the three techniques together a more secure authentication mechanism will be produced. However we still have to evaluate the cost and the acceptance issues involved in establishing a more sophisticated authentication mechanism.

The last technique is based on one’s biometrics characteristics. A biometrical system is a pattern recognition system that establishes the authenticity either specific physiological characteristics (some particular structural characteristics such as hand size or iris format and color) or behavioral characteristics (some particular behavioral characteristic such as typing speed or writing pressure) inherent to a user.”.

One kind of biometrical behavioral characteristic that can be used to provide a particular identification is the dynamics characteristics of someone’s typing or the human typing pattern. Many studies shown that this approach is possible and effective.

Combined with traditional authentication system, the user typing information can be of some help to identify users more precisely. Considering behavioral typing information to authenticate users can be very convenient because not extra hardware is necessary. All the behavioral information can be obtained by software systems, what generally implies lower cost than hardware development. Moreover nothing changes in the way the user authenticates himself, what makes it more acceptable. However the great question that lies on the kind of authentication is how precisely can we verify the user typing behavioral characteristics. Many studies, as mentioned before, have shown that this kind of identification is viable but still far from obtaining satisfactory indices of FAR (False Alarm Rate) and IPR (Impostor pass rate) if compared with other biometric techniques like finger printing. We will show that FAR and IPR go on opposite directions It means if we try to reduce one of these indices the other will grow up.

FAR – False Acceptance Rate- indicates how frequently the system rejects the valid users. IPR- Imposer Pass Rate – Indicates how often systems accept an imposter as an valid one. Those indices are most common metrics to evaluate the performance of biometric systems on their capacity to make mistakes on a matching pattern.

To evaluate typing characteristics two main measures have to be obtained about ones typing:
Inter key time- The time between two consecutive key releases and press.
Press time- The time between one key press event and key release event.

In our solution we will use a combination Inter key time and press time for effective results.

Lets consider two keys x and a are pressed. Let us consider Ta is the press time for key a. Tx is the press time for x. and Tax is the inter key time between Ta release event and tx press time.

This measure can be obtained through typing data collector that read keyboard events and processes this data for feature analysis.

As an attempt to develop good authentication system we proposed here a mechanism that combines two techniques of identification: something that the person knows( i.e., a password) and some thing that a person has (typing characteristics). In this work we are considering static authentication or authentication performed during the access to the system.

Results presented in this work indicate that combining two or more techniques can bring better results in terms of IPR and FAR. In statistical approach FAR and IPR Decrease 41% and 22% respectively in neural network approach 21% and 6% respectively.
The basic idea behind the model proposed here is the support some results presented by Brown and Roogers, which show that some techniques used successfully to verify one’s typing pattern could present no good result for other person. It means for some users some techniques would give best results than others.

So an authentication mechanism working with a large group of users to be authenticated should obtain best global results in terms of FAR and IPR if it combines different techniques of typing pattern verification, and uses the same technique for each user.

Our purpose is to implement a mechanism of authentication with 3 techniques and combine it with a cluster analysis to segment users in 3 groups. Each group will be analyzed by one pattern matching technique that should give best results for this group of users.

The authentication mechanism proposed here can operate in two modes: new user registration and user authentication. In the first case, the mechanism will record the user username, password and typing profile.

The typing profile is then analyzed and stored so that it can be used during the authentication phase. In this mode, the user will be asked to type his user name and password about 10 times.

On user verification mode the system will verify if user name and password are correct. After authentication has been done, the typing characteristics of that user are compared to his/her stored profile. If it’s typing pattern is quite similar to the stored profile the user is granted access. So the user identifies him self or her self by a user name, a password and the typing characteristics.

The authentication mechanism has five main bocks: registration, password verification, identification, typing verification and decision.
Registration Block: This modules is responsible for registering the user in the system, It begins by obtaining user data {UN- user name, PW – password, RS-10 Typing Reference Samples}. After that, a cluster analysis is run to identify the best group for the new user. After the definition of the cluster, each verification unit should be prepared to evaluate that user pattern. Although we are defining a cluster to choose which technique should be used for each user, we will prepare all 3 verification units to analyze any user pattern. Our intention is to keep the operating a multiple verification system and compare its performance with our best verification technique in a future study. For each verification unit, after the training sessions, the registration block will produce a configuration matrix (M) for each verification unit to be able to do the authentication of specific user. In this way, after registration, each user will have on profile database: the username(UN), password(PW) and 3 matrix of configuration (M)- One for each verification unit- and cluster © he or she belongs to.

Password Verification: during the authentication process this block is responsible for searching the username(UN) and password (PW) information on the profile database and for verifying if the username and password combination is correct. If it’s not, the user is denied access, other wise the user goes to the next phase of authentication: typing verification.

Identification Block: After a user has been correctly authenticated by password, this block searches for the configuration matrix for this user and the cluster to which him/her each belongs to. So it feeds the next block with the configurations matrix and test typing sample to be verified. If we are working in multiple verification mode, this block will send to next the configuration matrix for each verifier unit. Other wise if we are operating in best verification mode, only the configuration matrix of the verification unit associated to the cluster the user belongs to will be sent.

Verification Block: This block processes the test sample sent by the identification block. To correctly process the sample this block should configure each verifier unit with its specific matrix and so test the sample.
The decision block is responsible for deciding if the result presented by the verification unit makes that test sample valid or not for that user. Generally it will decide based on the threshold that will represent the sensibility of global verifier. If this threshold is high, or make easy to pass through the system, its expected to have low FAR and high IPR. But if not its expected to have high FAR and low IPR. That’s big tradeoff of any biometric system; if FAR increases IPR decreases.

If more than one unit is used to process the test sample, the decision block should analyze all results and decide in some way if it is or not a valid sample.


Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: automated typing system dtmf based, hindi typing chart ppt, modular verification of security protocol code by typing, dfd for user authentication, amharic reporter gazeta**tro presentation slides, automated typing system whatever, computer typing stenographer thoury in hindi pdf,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Host-Based Intrusion Detection Using user signatures nit_cal 2 2,374 06-10-2016, 10:27 AM
Last Post: ijasti
  3D PASSWORD FOR MORE SECURE AUTHENTICATION full report computer science topics 116 82,030 03-04-2014, 11:39 PM
Last Post: seminar report asees
  ARTIFICIAL INTELLIGENCE IN VIRUS DETECTION AND RECOGNITION seminar project explorer 2 3,345 22-07-2013, 11:44 AM
Last Post: computer topic
Brick Face Recognition using the Techniques Base on Principal Component Analysis (PCA) computer science crazy 3 2,968 04-03-2013, 01:21 PM
Last Post: Guest
  FACE RECOGNITION USING NEURAL NETWORKS (Download Seminar Report) Computer Science Clay 70 31,771 01-02-2013, 09:28 PM
Last Post: Guest
  FACE RECOGNITION TECHNOLOGY A SEMINAR REPORT Computer Science Clay 25 35,285 14-01-2013, 01:07 PM
Last Post: seminar details
  Iris Recognition Prototype project report helper 1 1,282 22-11-2012, 12:03 PM
Last Post: seminar details
  A Hand Gesture Recognition System Based on Local Linear Embedding seminar class 1 4,261 22-11-2012, 12:00 PM
Last Post: seminar details
  DNA BASED EMPLOYEE RECOGNITION full report project topics 1 2,731 15-11-2012, 12:17 PM
Last Post: seminar details
  An Off-Line Unconstrained Handwriting Recognition System seminar projects crazy 1 2,722 09-11-2012, 12:27 PM
Last Post: seminar details

Forum Jump: