SlideShare a Scribd company logo
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID – IJTSRD25184 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1461
Graphical Password Authentication using image
Segmentation for Web Based Applications
Maw Maw Naing, Ohnmar Win
Department of Electronic Engineering, Mandalay Technological University, Mandalay, Myanmar
How to cite this paper: Maw Maw
Naing | Ohnmar Win "Graphical
Password Authentication using image
Segmentation for Web Based
Applications" Published inInternational
Journal of Trend in Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-4, June 2019,
pp.1461-1464, URL:
https://www.ijtsrd.c
om/papers/ijtsrd25
184.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an Open Access article
distributed under
the terms of the
Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
One of the most important topics in information security today is user
authentication. User authentication is a fundamental component in most
computer security contexts. It provides the basis for access control and user
accountability. While there are various types of user authentication systems,
alphanumeric passwordsare themostcommontypeof user authentication. They
are versatile and easy to implement and use. However, it can either be long and
secure or short and hard to remember. A graphical based password is one
promising alternatives of textual passwords. According to human psychology,
humans are able to remember pictures easily. Inthispaper,graphicalpasswords
have been designed to try to make password more memorable and easier for
people to use, and it is less vulnerable to brute force attacks than a text-based
password. The aim of the system is to implementastrongsecurity.Theproposed
system segments the image like a grid, which has a maximum four fragments.
Then, each segment of the image is dragged in a particular sequence onto an
empty grid of size 6x6 and placed on a particular segment of the empty grid, to
form the user’ password. When the user logs into the system, the user needs to
drag each segment of the image onto the same empty grid of size 6x6 in the
correct sequence and position of the segments that user had specified during
registration.
Keywords: Authentication, Graphical Passwords, Images Segmentation
I. INTRODUCTION
Authentication based on passwords is used largely in
applications for computer security and privacy. Currently
the authentication methods can be broadly divided into
three main areas. Token based, Biometric based, and
Knowledge based authentication [1]. Text Based Password
and Graphical Password are the type of Knowledge based
Authentication. Graphical based passwords schemes can be
broadly classified into four main categories: First is
Recognition based Systems which are also known as
Cognometric Systems or Searchmetric Systems. Recognition
based techniques involve identifying whether one has seen
an image before. The user must only be able to recognize
previously seen images, not generate them unaided from
memory. Second is Pure Recall based systemswhich are also
known as Drwanmetric Systems. In pure recall-based
methods the user has to reproduce something that he or she
created or selected earlier during the registration stage.
Third is Cued Recall based systems which are also called
Iconmetric Systems. In cued recall-based methods, a user is
provided with a hint so that he or she can recall his/her
password. Fourth is Hybrid systems which are typically the
combination of two or more schemes. Like recognition and
recall based or textual with graphical passwordschemes[2].
The most common computer authentication method is for a
user to submit a user name and a text password. The
vulnerabilities of this method have been well known. One of
the main problems is the difficulty of remembering
passwords. Graphical passwords systems are the most
promising alternative to conventional password based
authentication systems.
Graphical passwords (GP) use pictures instead of textual
passwords and are partially motivated by the fact that
humans can remember pictures more easily than a string of
characters [3]. The idea of graphical passwords was
originally described by Greg Blonder in 1996 [4]. An
important advantage of GP is that they are easier to
remember than textual passwords. Human beings have the
ability to remember faces of people, places they visit and
things they have seen for a longer duration. Thus, graphical
passwords provide a means for making more user-friendly
passwords while increasing the level of security. The key
feature of the system is that it uses image as a password
which makes it more memorable. The proposed system
requires a user to upload a memorable image and also
remember the position of segmented images as registration.
II. Overview of proposed system
A. Appliances of Web Technology
Web is the most critical technology tocarrydataviainternet.
The primary function of a web server is to store,processand
deliver web pages to clients. Generally, most of the web
IJTSRD25184
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25184 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1462
servers support server-side scripting using Active Server
Pages (ASP), PHP or other scripting languages. Web servers
are not only used for serving the World Wide Web but also
found embedded in devices such as printers, routers, and
webcam. No additional software has to be installed on the
client computer because only a web browser is required.
There are three main parts in this technology. They are
hypertext document, web server and web browser.
The communication between client and server takes place
using the Hypertext Transfer Protocol (HTTP). Pages
delivered are most frequently Hypertext Mark-up Language
(HTML) documents, which may include images, style sheets
and scripts in addition to text content. Hypertext document
also called web document is a text document including
HTML element.
Web server is a system collecting the web document by
using computer and can retrieve when it is required. The
heart of the web is Uniform Resource Locater (URL). The
address consisting of domain name and Uniform Resource
Identifier (URI) is called URL. A URL will have the following
format such as protocol name, domain name, path and
parameter.
The basic function of web browser is to carry the data from
user to web server and vice versa. The most popular web
browsers are Microsoft Internet Explorer, Mozilla Firefox,
Google Chrome, Apple Safari and Opera.
B. Database Management System
Database Management System is an application/ program-
enabling user to store, organize, select and analyse data in a
database. Hence it is needed for accessing information from
a database. Some of Database Management Systems are
MySQL, Microsoft SQL Server, Oracle,IBMDB2etc.Thereare
different types of DBMSs according to the management of
database structures. Some of the types of DBMS are
Hierarchical DBMS, Network DBMS, Relational DBMS, and
Object-oriented DBMS. The most common used is the
relational database. In relational database, data are store in
data form. The table contains listof columnsin whichrelated
data are entered, stored and also retrieve when required.
MySQL Database Server uses Relational database model for
managing data. It is an open-source relational database
application that uses structured query languages. MySQL
Database Server is one of the widely used databases used in
web applications. With MySQL, the user can add, access and
manage content in database. SQL offersfastprocessing,ease,
scalable and flexibility in use. Also MySQL is part of open-
source PHP application. It is client-server system that
consists of multi-threaded SQLserverthatsupportsdifferent
client programs, wide range of applications programming
interface.
C. Image Segmentation
The system segments the uploaded image. The initiations
steps are (1) upload a photo, (2)ask user aboutthesegments
they want and (3) take upload photo width and height. The
basis methods for segmenting the image are as follows:
A. Assign the width and height of image. width=width of
image and height=height of image.
B. Compute the horizontal and vertical segment of image.
Horizontal segment= square root (fragment) and
Vertical segment=square root (fragment).
C. Compute the width and height of segment. Width of
segment= width/ Horizontal segment and High of
segment= height/ Vertical segment.
D. Hash Function
The segmented image is encrypted by usingHash function in
the system and it is stored into database. Firstly, theimage is
compared whether it is jpg or png format. If it is compact
with the image format type, the format type is changed into
the standard type again. The image is resized into (8*8)
pixels which are converted into gray scale format. The
system computes the mean value of the grayscaleimageand
it also computes the bits which are based on whether the
color value is above or below the mean value. The mean
value will take out the bit value in 0, 1. If a gray value is
higher than the mean value, it will be 1. Otherwise, it will be
0. In constructing Hash function, it sets the 64bits binary
from left to right, top to bottom using big endian.
III. System FLOW
This figure below explains the flow of the system i.e. how
data is being transferred from one module to another.
Figure 1: Flowchart of Graphical Password
Authentication Using Image Segmentation for Web
Based Applications
IV. System Implementation
The proposed system is aimed to provide a system which
gives strong authentication to the user and protects user
data from unauthorized access. The proposed system
consists of four parts:
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25184 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1463
A. Registration Process:
Input module: The user will be asked to upload a
unique image to the system and enter username
password and email address as shown in fig.2.
Image divides into segments: Then the system will
divide the uploaded image into 2x2 grid segments as
shown in fig.3. Each segment will be associated with a
unique number.
Mapping of image segments to empty grid: The
system will then presentthesegmented imagealongside
an empty grid and ask the user to place the grid
segments from segmented image into the empty grid.
The segments of the empty grid will also be associated
with a unique number.
of segment: The position in which the user places the
segments into the empty grid is stored in database and
will act as authentication of the user.
Figure 2. Registration Form
Figure 3. Segmented Image
User has to drag and drop each segment of image anywhere
on a 6x6 empty grid as shown in fig.4. User is supposed to
remember the sequence and position of where the segment
is mapped in an empty grid.
Fig.5 shows how each segment and their position number
are saved represented by imghash and position. System is
implemented by encryption and decryption of data for the
authentic user’s data. Further the data cannot be retrieved
by any hacker as it will be in encrypted form.
Figure 4. Setting of User
Figure 5. Snapshot of Database for 2x2 Fragments
B. The Login Process:
Matching of input image with registered image: The
system will ask the user to upload the same image that
he/she had provided at the time of registration.
Image divides into segments: The system then
segments the image using algorithm and presents it to
the user along with an empty grid.
Verify sequence and position of segments mapped and
authenticate user: The user has to place the segments in
the empty grid in the correct position (Same as saved in
the database during the registration process) to be
considered as an authorized user.
C. The Learning Management System:
After the user is authenticated he will be directed to theweb
page. This is an application which is developed for the
department of a university, wherein data can be shared
between the students and the faculty, faculty and the HOD,
and HOD and students.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25184 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1464
Figure6. Learning Management System User
Homepage
D. Forget Password
If the uploaded photo is damaged or lost then the user can
click forget password as shown in fig.5. After clicking forget
password user will be redirected to a page wherein the
recovery email and password will be entered.Iftherecovery
email and password is correct then the uploaded photo will
be given to him.
Figure 7. Forget password Form
V. CONCLUSION
The proposed graphical password authentication system is
based on exclusive segmentation methods and Hash
Visualization technique. The graphical password is the
alternative approach of the current text passwords. Text
passwords are the most common computer authentication
methods using alphanumerical usernames and passwords
but the methods have some significant drawbacks such as it
is hard to remember the type passwords for users. Themain
advantage of graphical password authenticated systems is
that users are better at memorizing graphical passwords
than text-based passwords and it is more difficult to break
graphical passwords using the traditional attack methods
such as brute force search,dictionaryattack, orspyware. The
proposed graphical password authentication use the image
as a password and the system is designed to provide strong
security to computer systems. Although the images are
easier to remember or to recognize than texts,itisnecessary
more storage space to store the image. In thesystem, MYSQL
database management systemisused tostoretheimagedata
and also use the data encryption methodsthatmaketheuser
data more secure and the data cannot be easily attacked by
the hackers. The graphical passwords are used in web log-in
application, ATM machines and also mobile devices and the
proposed system is aimed to the authentication process of
web based application.
ACKNOWLEDGEMENT
The authors would like to thank Dr.Ohnmar Win, Professor,
Department of Electronic and Communication Engineering
for kindly permitting to prepare for this paper, for her
fruitful advice, close supervision, encouragement and
numerous invaluable guidance. The author would alsothank
to all teachers and friends who willingly helped the author
throughout the preparation of the paper.
REFERENCES
[1] Mayur H Patel, Nimit S Modind “Authentication Using
Text and Graphical Password” International Journal of
Science and Research (IJSR) Volume 4, Issue 5, May
2015
[2] Wazir Zada Khan, Mohammed Y Aalsalemand Yang
Xiang “A Graphical Password Based System for Small
Mobile Devices ” IJCSI International Journal of
Computer Science Issues, Vol. 8, Issue 5, No 2,
September 2011
[3] Patric Elftmann, Diploma Thesis, “Secure Alternatives
to Password- Based Authentication Mechanisms”
Aachen, Germany October 2006
[4] G. E. Blonder. Graphicalpassword,U.S. Patent5559961,
Lucent Technologies, Inc. (Murray Hill, NJ), August
1995.
[5] Krishan Chand, Ashish Anand “Graphical Password
System Using Image Segmentation” Volume 2, Issue 5,
May 2016
[6] Rohitkumar Kolay, Animesh Vora, Vinaykumar Yadav
“Graphical Password System Using Image
Segmentation” International Research Journal of
Engineering and Technology (IRJET) Volume 04, Issue
03, Mar -2017
[7] Rupali Deshmukh; Smita Rukhande “Authentication by
Image Segmentation and Shuffling”IJCAT-
International Journal of Computing and Technology,
Volume 4, Issue 12, December 2017
[8] Rashika Koul, Tanya Kumar, Ashwini Dhongade,
Radhika Malpani, Rupali Deshmukh “Graphical
Password by Segmentation of Image” International
Journal of Research and Scientific Innovation (IJRSI)/
Volume III, Issue XI, November 2016
[9] Sana Ansari, Prof. Avinash Shrivas “Implementation of
Authentication Mechanism Using Image Segmentation
for Web Based Applications”

More Related Content

What's hot (20)

PPT
graphical password authentication
Akhil Kumar
 
PDF
A SHOULDER SURFING RESISTANT GRAPHICAL AUTHENTICATION SYSTEM
Nexgen Technology
 
PPTX
Graphical password ppt
Mumbai University
 
PPT
11aman
Anu Jamwal
 
PPTX
Authentication scheme for session password using Images and color
Nitesh Kumar
 
PPTX
Graphical Based Authentication (S3PAS)
Ketan Patil
 
PDF
A graphical password authentication system (ieee 2011) 1
Shaibi Varkey
 
PPTX
Graphical password
swapnilbirdawade
 
PDF
Authentication Scheme for Session Password using matrix Colour and Text
IOSR Journals
 
PPTX
Integration of sound signature in graphical password
Parag Tamhane
 
PPTX
Graphical Password Authentication
Abha nandan
 
PPTX
Graphical Password Authentication
Abhijit Akotkar
 
PPTX
Comprehensive study of the usability features of the Graphical Password
taniamutholil
 
PPTX
Graphical password authentication
shalini singh
 
PPTX
Graphical User Authentication
Sarthak Gupta
 
PPT
Graphical Password authentication using Hmac
Arpana shree
 
PPT
Graphical password authentication
bhavana sharma
 
PDF
A Graphical Password Scheme using Persuasive Cued Click Points
IJMER
 
PPTX
Graphical password authentication
Suraj Swarnakar
 
PPTX
Graphical password authentication system ppts
Nimisha_Goel
 
graphical password authentication
Akhil Kumar
 
A SHOULDER SURFING RESISTANT GRAPHICAL AUTHENTICATION SYSTEM
Nexgen Technology
 
Graphical password ppt
Mumbai University
 
11aman
Anu Jamwal
 
Authentication scheme for session password using Images and color
Nitesh Kumar
 
Graphical Based Authentication (S3PAS)
Ketan Patil
 
A graphical password authentication system (ieee 2011) 1
Shaibi Varkey
 
Graphical password
swapnilbirdawade
 
Authentication Scheme for Session Password using matrix Colour and Text
IOSR Journals
 
Integration of sound signature in graphical password
Parag Tamhane
 
Graphical Password Authentication
Abha nandan
 
Graphical Password Authentication
Abhijit Akotkar
 
Comprehensive study of the usability features of the Graphical Password
taniamutholil
 
Graphical password authentication
shalini singh
 
Graphical User Authentication
Sarthak Gupta
 
Graphical Password authentication using Hmac
Arpana shree
 
Graphical password authentication
bhavana sharma
 
A Graphical Password Scheme using Persuasive Cued Click Points
IJMER
 
Graphical password authentication
Suraj Swarnakar
 
Graphical password authentication system ppts
Nimisha_Goel
 

Similar to Graphical Password Authentication using image Segmentation for Web Based Applications (20)

PDF
Survey on Graphical Password by Image Segmentation 2021 2022
ijtsrd
 
PDF
Generic Authentication System
IRJET Journal
 
PDF
Graphical Password by Image Segmentation
IRJET Journal
 
PDF
Technical.pdf
GirishKA4
 
PDF
Ai4506179185
IJERA Editor
 
PDF
A Study of Various Graphical Passwords Authentication Schemes Using Ai Hans P...
IOSR Journals
 
PDF
Graphical Password Authentication using Image Segmentation
IRJET Journal
 
PDF
Graphical password management system project report.pdf
Kamal Acharya
 
PPTX
Image based authentication
أحلام انصارى
 
PPTX
Data hiding in graphical password authentication using combination
nuruladnan11
 
PPTX
Review 1 (1) (1).pptx
Raghunandantomar1
 
PDF
Research Paper on Android Graphical Image Password
ijtsrd
 
PDF
ipas implicit password authentication system ieee 2011
prasanna9
 
PDF
Ipas implicit password_authentication_system
Sameer Dighe
 
PDF
IRJET - Graphical Password Authentication for Banking System
IRJET Journal
 
PDF
Jc2516111615
IJERA Editor
 
PDF
Jc2516111615
IJERA Editor
 
PDF
SMART ANDROID GRAPHICAL PASSWORD
IRJET Journal
 
PDF
Ijsrdv8 i10355
aissmsblogs
 
PDF
Authentication Using Graphical Password
ijceronline
 
Survey on Graphical Password by Image Segmentation 2021 2022
ijtsrd
 
Generic Authentication System
IRJET Journal
 
Graphical Password by Image Segmentation
IRJET Journal
 
Technical.pdf
GirishKA4
 
Ai4506179185
IJERA Editor
 
A Study of Various Graphical Passwords Authentication Schemes Using Ai Hans P...
IOSR Journals
 
Graphical Password Authentication using Image Segmentation
IRJET Journal
 
Graphical password management system project report.pdf
Kamal Acharya
 
Image based authentication
أحلام انصارى
 
Data hiding in graphical password authentication using combination
nuruladnan11
 
Review 1 (1) (1).pptx
Raghunandantomar1
 
Research Paper on Android Graphical Image Password
ijtsrd
 
ipas implicit password authentication system ieee 2011
prasanna9
 
Ipas implicit password_authentication_system
Sameer Dighe
 
IRJET - Graphical Password Authentication for Banking System
IRJET Journal
 
Jc2516111615
IJERA Editor
 
Jc2516111615
IJERA Editor
 
SMART ANDROID GRAPHICAL PASSWORD
IRJET Journal
 
Ijsrdv8 i10355
aissmsblogs
 
Authentication Using Graphical Password
ijceronline
 
Ad

More from ijtsrd (20)

PDF
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
ijtsrd
 
PDF
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
ijtsrd
 
PDF
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
ijtsrd
 
PDF
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
ijtsrd
 
PDF
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
ijtsrd
 
PDF
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
ijtsrd
 
PDF
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
ijtsrd
 
PDF
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
ijtsrd
 
PDF
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
ijtsrd
 
PDF
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
ijtsrd
 
PDF
Automatic Accident Detection and Emergency Alert System using IoT
ijtsrd
 
PDF
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
ijtsrd
 
PDF
The Role of Media in Tribal Health and Educational Progress of Odisha
ijtsrd
 
PDF
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
ijtsrd
 
PDF
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
ijtsrd
 
PDF
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
ijtsrd
 
PDF
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
ijtsrd
 
PDF
Vitiligo Treated Homoeopathically A Case Report
ijtsrd
 
PDF
Vitiligo Treated Homoeopathically A Case Report
ijtsrd
 
PDF
Uterine Fibroids Homoeopathic Perspectives
ijtsrd
 
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
ijtsrd
 
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
ijtsrd
 
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
ijtsrd
 
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
ijtsrd
 
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
ijtsrd
 
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
ijtsrd
 
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
ijtsrd
 
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
ijtsrd
 
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
ijtsrd
 
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
ijtsrd
 
Automatic Accident Detection and Emergency Alert System using IoT
ijtsrd
 
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
ijtsrd
 
The Role of Media in Tribal Health and Educational Progress of Odisha
ijtsrd
 
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
ijtsrd
 
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
ijtsrd
 
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
ijtsrd
 
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
ijtsrd
 
Vitiligo Treated Homoeopathically A Case Report
ijtsrd
 
Vitiligo Treated Homoeopathically A Case Report
ijtsrd
 
Uterine Fibroids Homoeopathic Perspectives
ijtsrd
 
Ad

Recently uploaded (20)

PPTX
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
PDF
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
PPTX
How to Set Maximum Difference Odoo 18 POS
Celine George
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PPTX
Quarter1-English3-W4-Identifying Elements of the Story
FLORRACHELSANTOS
 
PPTX
THE TAME BIRD AND THE FREE BIRD.pptxxxxx
MarcChristianNicolas
 
PPTX
BANDHA (BANDAGES) PPT.pptx ayurveda shalya tantra
rakhan78619
 
PDF
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
PDF
Lesson 2 - WATER,pH, BUFFERS, AND ACID-BASE.pdf
marvinnbustamante1
 
PDF
The dynastic history of the Chahmana.pdf
PrachiSontakke5
 
PDF
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
PDF
People & Earth's Ecosystem -Lesson 2: People & Population
marvinnbustamante1
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PPTX
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
How to Set Maximum Difference Odoo 18 POS
Celine George
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
Quarter1-English3-W4-Identifying Elements of the Story
FLORRACHELSANTOS
 
THE TAME BIRD AND THE FREE BIRD.pptxxxxx
MarcChristianNicolas
 
BANDHA (BANDAGES) PPT.pptx ayurveda shalya tantra
rakhan78619
 
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
Lesson 2 - WATER,pH, BUFFERS, AND ACID-BASE.pdf
marvinnbustamante1
 
The dynastic history of the Chahmana.pdf
PrachiSontakke5
 
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
People & Earth's Ecosystem -Lesson 2: People & Population
marvinnbustamante1
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
SPINA BIFIDA: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 

Graphical Password Authentication using image Segmentation for Web Based Applications

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID – IJTSRD25184 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1461 Graphical Password Authentication using image Segmentation for Web Based Applications Maw Maw Naing, Ohnmar Win Department of Electronic Engineering, Mandalay Technological University, Mandalay, Myanmar How to cite this paper: Maw Maw Naing | Ohnmar Win "Graphical Password Authentication using image Segmentation for Web Based Applications" Published inInternational Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-4, June 2019, pp.1461-1464, URL: https://www.ijtsrd.c om/papers/ijtsrd25 184.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT One of the most important topics in information security today is user authentication. User authentication is a fundamental component in most computer security contexts. It provides the basis for access control and user accountability. While there are various types of user authentication systems, alphanumeric passwordsare themostcommontypeof user authentication. They are versatile and easy to implement and use. However, it can either be long and secure or short and hard to remember. A graphical based password is one promising alternatives of textual passwords. According to human psychology, humans are able to remember pictures easily. Inthispaper,graphicalpasswords have been designed to try to make password more memorable and easier for people to use, and it is less vulnerable to brute force attacks than a text-based password. The aim of the system is to implementastrongsecurity.Theproposed system segments the image like a grid, which has a maximum four fragments. Then, each segment of the image is dragged in a particular sequence onto an empty grid of size 6x6 and placed on a particular segment of the empty grid, to form the user’ password. When the user logs into the system, the user needs to drag each segment of the image onto the same empty grid of size 6x6 in the correct sequence and position of the segments that user had specified during registration. Keywords: Authentication, Graphical Passwords, Images Segmentation I. INTRODUCTION Authentication based on passwords is used largely in applications for computer security and privacy. Currently the authentication methods can be broadly divided into three main areas. Token based, Biometric based, and Knowledge based authentication [1]. Text Based Password and Graphical Password are the type of Knowledge based Authentication. Graphical based passwords schemes can be broadly classified into four main categories: First is Recognition based Systems which are also known as Cognometric Systems or Searchmetric Systems. Recognition based techniques involve identifying whether one has seen an image before. The user must only be able to recognize previously seen images, not generate them unaided from memory. Second is Pure Recall based systemswhich are also known as Drwanmetric Systems. In pure recall-based methods the user has to reproduce something that he or she created or selected earlier during the registration stage. Third is Cued Recall based systems which are also called Iconmetric Systems. In cued recall-based methods, a user is provided with a hint so that he or she can recall his/her password. Fourth is Hybrid systems which are typically the combination of two or more schemes. Like recognition and recall based or textual with graphical passwordschemes[2]. The most common computer authentication method is for a user to submit a user name and a text password. The vulnerabilities of this method have been well known. One of the main problems is the difficulty of remembering passwords. Graphical passwords systems are the most promising alternative to conventional password based authentication systems. Graphical passwords (GP) use pictures instead of textual passwords and are partially motivated by the fact that humans can remember pictures more easily than a string of characters [3]. The idea of graphical passwords was originally described by Greg Blonder in 1996 [4]. An important advantage of GP is that they are easier to remember than textual passwords. Human beings have the ability to remember faces of people, places they visit and things they have seen for a longer duration. Thus, graphical passwords provide a means for making more user-friendly passwords while increasing the level of security. The key feature of the system is that it uses image as a password which makes it more memorable. The proposed system requires a user to upload a memorable image and also remember the position of segmented images as registration. II. Overview of proposed system A. Appliances of Web Technology Web is the most critical technology tocarrydataviainternet. The primary function of a web server is to store,processand deliver web pages to clients. Generally, most of the web IJTSRD25184
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25184 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1462 servers support server-side scripting using Active Server Pages (ASP), PHP or other scripting languages. Web servers are not only used for serving the World Wide Web but also found embedded in devices such as printers, routers, and webcam. No additional software has to be installed on the client computer because only a web browser is required. There are three main parts in this technology. They are hypertext document, web server and web browser. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). Pages delivered are most frequently Hypertext Mark-up Language (HTML) documents, which may include images, style sheets and scripts in addition to text content. Hypertext document also called web document is a text document including HTML element. Web server is a system collecting the web document by using computer and can retrieve when it is required. The heart of the web is Uniform Resource Locater (URL). The address consisting of domain name and Uniform Resource Identifier (URI) is called URL. A URL will have the following format such as protocol name, domain name, path and parameter. The basic function of web browser is to carry the data from user to web server and vice versa. The most popular web browsers are Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Apple Safari and Opera. B. Database Management System Database Management System is an application/ program- enabling user to store, organize, select and analyse data in a database. Hence it is needed for accessing information from a database. Some of Database Management Systems are MySQL, Microsoft SQL Server, Oracle,IBMDB2etc.Thereare different types of DBMSs according to the management of database structures. Some of the types of DBMS are Hierarchical DBMS, Network DBMS, Relational DBMS, and Object-oriented DBMS. The most common used is the relational database. In relational database, data are store in data form. The table contains listof columnsin whichrelated data are entered, stored and also retrieve when required. MySQL Database Server uses Relational database model for managing data. It is an open-source relational database application that uses structured query languages. MySQL Database Server is one of the widely used databases used in web applications. With MySQL, the user can add, access and manage content in database. SQL offersfastprocessing,ease, scalable and flexibility in use. Also MySQL is part of open- source PHP application. It is client-server system that consists of multi-threaded SQLserverthatsupportsdifferent client programs, wide range of applications programming interface. C. Image Segmentation The system segments the uploaded image. The initiations steps are (1) upload a photo, (2)ask user aboutthesegments they want and (3) take upload photo width and height. The basis methods for segmenting the image are as follows: A. Assign the width and height of image. width=width of image and height=height of image. B. Compute the horizontal and vertical segment of image. Horizontal segment= square root (fragment) and Vertical segment=square root (fragment). C. Compute the width and height of segment. Width of segment= width/ Horizontal segment and High of segment= height/ Vertical segment. D. Hash Function The segmented image is encrypted by usingHash function in the system and it is stored into database. Firstly, theimage is compared whether it is jpg or png format. If it is compact with the image format type, the format type is changed into the standard type again. The image is resized into (8*8) pixels which are converted into gray scale format. The system computes the mean value of the grayscaleimageand it also computes the bits which are based on whether the color value is above or below the mean value. The mean value will take out the bit value in 0, 1. If a gray value is higher than the mean value, it will be 1. Otherwise, it will be 0. In constructing Hash function, it sets the 64bits binary from left to right, top to bottom using big endian. III. System FLOW This figure below explains the flow of the system i.e. how data is being transferred from one module to another. Figure 1: Flowchart of Graphical Password Authentication Using Image Segmentation for Web Based Applications IV. System Implementation The proposed system is aimed to provide a system which gives strong authentication to the user and protects user data from unauthorized access. The proposed system consists of four parts:
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25184 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1463 A. Registration Process: Input module: The user will be asked to upload a unique image to the system and enter username password and email address as shown in fig.2. Image divides into segments: Then the system will divide the uploaded image into 2x2 grid segments as shown in fig.3. Each segment will be associated with a unique number. Mapping of image segments to empty grid: The system will then presentthesegmented imagealongside an empty grid and ask the user to place the grid segments from segmented image into the empty grid. The segments of the empty grid will also be associated with a unique number. of segment: The position in which the user places the segments into the empty grid is stored in database and will act as authentication of the user. Figure 2. Registration Form Figure 3. Segmented Image User has to drag and drop each segment of image anywhere on a 6x6 empty grid as shown in fig.4. User is supposed to remember the sequence and position of where the segment is mapped in an empty grid. Fig.5 shows how each segment and their position number are saved represented by imghash and position. System is implemented by encryption and decryption of data for the authentic user’s data. Further the data cannot be retrieved by any hacker as it will be in encrypted form. Figure 4. Setting of User Figure 5. Snapshot of Database for 2x2 Fragments B. The Login Process: Matching of input image with registered image: The system will ask the user to upload the same image that he/she had provided at the time of registration. Image divides into segments: The system then segments the image using algorithm and presents it to the user along with an empty grid. Verify sequence and position of segments mapped and authenticate user: The user has to place the segments in the empty grid in the correct position (Same as saved in the database during the registration process) to be considered as an authorized user. C. The Learning Management System: After the user is authenticated he will be directed to theweb page. This is an application which is developed for the department of a university, wherein data can be shared between the students and the faculty, faculty and the HOD, and HOD and students.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25184 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1464 Figure6. Learning Management System User Homepage D. Forget Password If the uploaded photo is damaged or lost then the user can click forget password as shown in fig.5. After clicking forget password user will be redirected to a page wherein the recovery email and password will be entered.Iftherecovery email and password is correct then the uploaded photo will be given to him. Figure 7. Forget password Form V. CONCLUSION The proposed graphical password authentication system is based on exclusive segmentation methods and Hash Visualization technique. The graphical password is the alternative approach of the current text passwords. Text passwords are the most common computer authentication methods using alphanumerical usernames and passwords but the methods have some significant drawbacks such as it is hard to remember the type passwords for users. Themain advantage of graphical password authenticated systems is that users are better at memorizing graphical passwords than text-based passwords and it is more difficult to break graphical passwords using the traditional attack methods such as brute force search,dictionaryattack, orspyware. The proposed graphical password authentication use the image as a password and the system is designed to provide strong security to computer systems. Although the images are easier to remember or to recognize than texts,itisnecessary more storage space to store the image. In thesystem, MYSQL database management systemisused tostoretheimagedata and also use the data encryption methodsthatmaketheuser data more secure and the data cannot be easily attacked by the hackers. The graphical passwords are used in web log-in application, ATM machines and also mobile devices and the proposed system is aimed to the authentication process of web based application. ACKNOWLEDGEMENT The authors would like to thank Dr.Ohnmar Win, Professor, Department of Electronic and Communication Engineering for kindly permitting to prepare for this paper, for her fruitful advice, close supervision, encouragement and numerous invaluable guidance. The author would alsothank to all teachers and friends who willingly helped the author throughout the preparation of the paper. REFERENCES [1] Mayur H Patel, Nimit S Modind “Authentication Using Text and Graphical Password” International Journal of Science and Research (IJSR) Volume 4, Issue 5, May 2015 [2] Wazir Zada Khan, Mohammed Y Aalsalemand Yang Xiang “A Graphical Password Based System for Small Mobile Devices ” IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 5, No 2, September 2011 [3] Patric Elftmann, Diploma Thesis, “Secure Alternatives to Password- Based Authentication Mechanisms” Aachen, Germany October 2006 [4] G. E. Blonder. Graphicalpassword,U.S. Patent5559961, Lucent Technologies, Inc. (Murray Hill, NJ), August 1995. [5] Krishan Chand, Ashish Anand “Graphical Password System Using Image Segmentation” Volume 2, Issue 5, May 2016 [6] Rohitkumar Kolay, Animesh Vora, Vinaykumar Yadav “Graphical Password System Using Image Segmentation” International Research Journal of Engineering and Technology (IRJET) Volume 04, Issue 03, Mar -2017 [7] Rupali Deshmukh; Smita Rukhande “Authentication by Image Segmentation and Shuffling”IJCAT- International Journal of Computing and Technology, Volume 4, Issue 12, December 2017 [8] Rashika Koul, Tanya Kumar, Ashwini Dhongade, Radhika Malpani, Rupali Deshmukh “Graphical Password by Segmentation of Image” International Journal of Research and Scientific Innovation (IJRSI)/ Volume III, Issue XI, November 2016 [9] Sana Ansari, Prof. Avinash Shrivas “Implementation of Authentication Mechanism Using Image Segmentation for Web Based Applications”