Assignment 2 Project1
Assignment 2 Project1
Computer Science
Project
Title:
Graphical password authentication system
Computer systems and the information they store and process are
Background valuable resources which need to be protected. Computer security
systems must also consider the human factors such as ease of a use.
Current secure systems suffer because they mostly ignore the
importance of human factors in security (Rachna Dhamija and Adrian
Perrig., 2000). A key area in security research is authentication, the
determination of whether a user should be allowed access to a given
system or resource. Traditionally, alphanumeric passwords are used
for authentication but they are known to have usability and security
problems. A password authentication system should encourage
strong and less predictable passwords while maintaining
memorability and security. A password is a secret that is shared by
the verifier and the user, they are simply secrets that are provided by
the user upon request by a recipient and are often stored on a server
in an encrypted form so that a penetration of the file system does not
reveal password lists.
Need of
project In graphical password authentication system , Graphical passwords
schemes provide a way of making more human friendly passwords.
Here the security of the system is very high. Dictionary attacks and
brute force search are infeasible. In this project, we will use HTML,
PHP, jQuery, JavaScript , MySQL.
Objectives One of the major issues in this modern day is security. The process of
authentication tries to enhance security but the common means of
authentication (use of alphanumeric passwords) today are known to have
significant disadvantages. Attackers now have different means of accessing
a particular system or account and because of this, other means of
3
authentication are now becoming rampant. Biometric-based authentication
is regarded to be the most secure means of authentication but unlike the
text-based forms of authentication which are relatively inexpensive,
biometric-based are very expensive to use. This is where the concept of
graphical password authentication comes in, they are cheap, easy to use,
offer more security (than text-based passwords) and also take into
consideration, the user factor. The aim of this report is to create awareness
that there is an alternative to using text-based passwords and this
alternative is secure, cheap and relatively easy to use.
Document The past decade has shown a growing interest in using graphical passwords
overview as an alternative to the traditional text based passwords. In this paper, we
have conducted a comprehensive survey of existing graphical password
techniques. Although the main use for graphical passwords is that people
are better at memorizing graphical passwords than text-based passwords,
the existing user studies are very limited and there is not yet convincing
evidence to support this argument. Our preliminary analysis suggests that it
is more difficult to break graphical passwords using the traditional attack
methods such as brute force search, dictionary attack, or spyware. Overall,
the current graphical password techniques are still immature. Much more
research and user studies are needed for graphical password techniques to
achieve higher levels of maturity and usefulness.
[1] Diffie, W., and Hellman, M.E., New Directions in Cryptography, IEEE
References Transactions on Information Theory, vol. 22, no. 6, November 1976, pp.
[2] Garret, Paul. Making, Breaking Codes: An Introduction to Cryptology.
Upper Saddle River, NJ: Prentice-Hall, 2001
[3] Hoffstein, Jeffery, Pipher, Jill and Silverman, Joseph H. NTRU: A
Public Key Crypto
http://grouper.ieee.org/groups/1363/lattPK/submissions.html#NTRU1.
[4] Priti Jadhao and Lalit Dole, “Survey on Authentication Password
Techniques”, International Journal of Soft Computing and Engineering
(IJSCE) ISSN: 2231-2307, Volume-3, Issue-2, May 2013
[5] L.Sobrado and J.C. Birget, “Graphical Passwords”, The Rutgers Schloar,
An Electronic Bulletin for Undergraduate Research, vol 4, 2002.
[6] G. E. Blonder. Graphical passwords. United States Patent5559961, 1996.
4
5