SlideShare a Scribd company logo
Integrated Intelligent Research (IIR) International Journal of Computing Algorithm
Volume: 05 Issue: 01 June 2016, Page No. 34- 36
ISSN: 2278-2397
34
Image Based Password using RSA Algorithm
P L. Chithra1
, C. Vishnu Priya2
Department of Computer Science, University of Madras, Chennai
chitrasp2001@yahoo.com, Priyachengal2506@gmail.com
Abstract - A password is a sequence of characters used to
determine whether the user is authenticated or not. Nowadays
most of the password is text-based. Since text based password
is hard to remember people try to use simple memorable
password such as pet names, phone number, etc. which are
easy to break by intruders. The main idea behind the paper is to
replace the text-based passwords by image based password and
encrypt using RSA algorithm. Our experimental result shows
that image passwords are easy to remember, better than the
text.
Keywords - Authentication, Image password, RSA.
I. INTRODUCTION
Authentication is the process of determining whether a user is
authenticated to access a system. Text-based password is the
most often used authentication system. A text password is
nothing but a jumble of characters with strong encryption and
decryption algorithm. But nowadays user can’t remember
strong password easily they create text passwords with pet
names, phone number, etc. which is easy to remember and easy
to guess. But password created must be easy to remember but
hard to guess. Our human brain is better at remembering
images than text. Image passwords are meant for reducing the
memory saddle on users. Image passwords may offer better
security than text-based passwords because most of the people,
in an attempt to memorize text-based passwords, use simple
words. Pass faces is a graphical password scheme where user
needs to select the images from the large number and to login
the user must identify one of the pre selected images amongst
several images [1]. Draw - a - secret (DAS) is a graphical
password scheme where user is requested to draw a picture
using mouse or stylus. The coordinates of the grids occupied
by the picture are stored. To login the user is requested to re-
draw the same image. If the user draws the same image in the
same grids, then the user is authenticated [2]. An alternative
scheme is based on creating story using images . This would
make users to select their images in the correct order. Users
were encouraged for creating a story as a memory assist [3].
Pass-points is a technique where user needs to select five click
points on the image for registration. For authentication user
needs to select five click points in the same order [4]. In cued
click points, user can select one click point for one image up to
n levels as shown in figure 1. In login phase user should follow
the order and select the click point [5]. In this paper, we
propose an image based password authentication. A password
consists of one click-point per image for a sequence of images.
The image may be predefined or user defined. Image based
password offers both improved usability and security. The rest
of the paper is organized as follows. Section 2 describes the
related work of this paper. Section 3 discusses the proposed
methodology and section 4 provides the experimental result.
Finally conclusion is presented in section 5 of the paper.
II. RELATED WORK
The concept of cryptography is to encrypt the plain text to
cipher text and decrypt the cipher text to the plain text. It can
be done in two ways (i) Secret key (symmetric): uses only a
single key for encryption and decryption (ii) Public key
(asymmetric): uses two keys namely public key and private
key one for encryption and other for decryption. RSA was first
described in 1977 by Ron Rivest, Adi Shamir and Leonard
Adleman. It is asymmetric cryptography, uses two different
keys, one public and one private. The public key can be shared
with everyone, whereas the private key must be kept secret. In
RSA cryptography, both the public and the private keys can
encrypt a message; the opposite key from the one used to
encrypt a message is used to decrypt it [8]. The steps involved
in this algorithm are discussed in figure 1.
Fig 1: Steps involved in RSA algorithm
According to this algorithm choose two distinct prime numbers
p and q which should be considerably large enough. Then
compute n which is the product of p and q and calculate the
totient function φ(n).Next compute e such that e is less than
totient function and gcd(e,n)=1 respectively and calculate d
where (d * e) % φ(n) = 1. With the help of these values
generate public key and private key and perform encryption
and decryption process.
III. PROPOSED METHODOLOGY
The processes involved in this paper are shown in figure 2.
Fig 2: Process used in the image based password
The flowchart in figure 3 explains the sequence of steps
involved in image based password. At first user requested to
sign up by entering the name, date of birth, phone number,
mail id and then user is provided with 3 images and the user
must click one point per image. The images may be predefined
or users wish. These click points are encrypted and decrypted
Integrated Intelligent Research (IIR) International Journal of Computing Algorithm
Volume: 05 Issue: 01 June 2016, Page No. 34- 36
ISSN: 2278-2397
35
using RSA cryptographic algorithm, which brings better
security to the system. For login the user must select the same
click points. If the user fails to select the correct password for
more than 3 times, the user account would be locked and the
account would be unlocked by entering the random
alphanumeric text that has been sent to the authorized person
mail. This approach would bring security and authorization to
the system.
Fig 3: Flow chart for proposed methodology
IV. EXPERIMENTAL RESULT
The experimental result of the processes involved in this paper
which has been implemented in c#.net and My Sql server are
discussed below.
A. Registration process
In this process, the user is required to fill their detail such as
name, phone number and email address as shown in figure 4.
The user will be directed to a page where they can select their
click points by clicking a particular position in the images as
shown in figure 5. The user can also change the image by
importing image from the system. By confirming, the details
would be stored in the database.
Fig 4: Registration form
Fig 5: Password selection form
B. Authentication process
In this process, the user is requested for the username and
password. The user is given 3 chances to select the click
points. If the user had crossed the chances, his/her account
would be locked as shown in figure 6 and sent to a page where
the user should enter the email id. If the username and
password is correct then the user is directed to the second
page, where the user can upload the files to the database and
download it from the database. The user can change their
personal information and password in this module.
Fig 6: Account locked form
C. Retrieval process
The user would be directed to this process if the user had
forgotten the password or the user account has been locked.
Here the user must enter the mail id that has been submitted
during registration process. If the mail id is found in the
database then the random alphanumeric text is sent to their
mail id as shown in figure 7. In the given textbox, if the user
enters the correct alphanumeric text that has been sent to their
mail id, then the user is authenticated and the user can select
new click points or else the user can’t.
Fig 7: Alphanumeric text sent to authenticated mail
V. CONCLUSION
In this paper we have analyzed how to replace the text based
password with image password using RSA algorithm in an
effective manner. This system provides protection against key
logger spy ware. Since, computer mouse is used rather than the
keyboard to enter our image password this protects the
password from key loggers.
Acknowledgment
Author would like to thank Dr.PL.Chithra, Associate
Professor, Department of Computer Science, University of
Madras for providing support.
Integrated Intelligent Research (IIR) International Journal of Computing Algorithm
Volume: 05 Issue: 01 June 2016, Page No. 34- 36
ISSN: 2278-2397
36
References
[1] M.P.Haridas, R.N.Devikar,(2015), “A Comparative Study
of Graphical Passwords and Their Security Issues ” in
International Journal of Advanced Research in Computer
Science and Software Engineering ,Vol. 5, pp. 575-581.
[2] S.Hande, N.Dighade , R.Bhusari, M.Shende, Prof.
H.Agrawal,(2014),”Image Based Authentication for
Folder Security using Persuasive Cued Click-Points and
SHA,” in IOSR Journal of Computer Engineering, Vol.
16, PP 124-128.
[3] V.Moraskar, S.Jaikalyani, M.Saiyyed, J.Gurnani,
K.Pendke,(2014),”Cued Click Point Technique for
Graphical Password Authentication,” in International
Journal of Computer Science and Mobile Computing,
Vol.3, pp. 166-172.
[4] Iranna A M, P.Patil, (2013), “Graphical password
authentication using persuasive cued click point,” in
International Journal of Advanced Research in Electrical,
Electronics and Instrumentation Engineering,Vol. 2, pp.
2963-2974.
[5] S.Pagidala, C.S.Bindu,(2013), “Improved Persuasive
Cued Click Points forKnowledge-Based Authentication,”
in International Journal of Computer Science and
Information Technologies, Vol. 4, pp. 1000-1003.
[6] J.A.Alex, S.Anees, N.Madheswari, (2013) , ”User
authentication based on persuasive cued clickpoints with
sound signature,” in Journal of Computer Science and
Information Technology & Security,Vol. 3, pp. 353-358.
[7] S.Chaturvedi, R.Sharma, (2014),“Securing Image
Password by using Persuasive Cued Click Points with
AES Algorithm”,in International Journal of Computer
Science and Information Technologies, Vol. 5, pp. 5210-
5215.
[8] W.Stallings,(2014) “Cryptography and Network Security
Principles and Practices” 6th Edition, pp. 252-265.

More Related Content

PDF
Authentication Using Graphical Password
PDF
Multiple grid based graphical text password authentication
PDF
Authentication Schemes for Session Passwords using Color and Images
PDF
Enhancement of Shoulder-Surfing Resistant Graphical Password Scheme for Cloud...
PDF
Jc2516111615
PDF
Jc2516111615
PDF
[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi
PDF
MULTI DIMENSIONAL STERLING CONCEPTION FOR SYSTEM SECURITY
Authentication Using Graphical Password
Multiple grid based graphical text password authentication
Authentication Schemes for Session Passwords using Color and Images
Enhancement of Shoulder-Surfing Resistant Graphical Password Scheme for Cloud...
Jc2516111615
Jc2516111615
[IJET V2I3-1P2] Authors: S. A. Gade, Puja Bomble, Suraj Birdawade, Alpesh Valvi
MULTI DIMENSIONAL STERLING CONCEPTION FOR SYSTEM SECURITY

Similar to Image Based Password using RSA Algorithm (20)

PDF
Folder Security Using Graphical Password Authentication Scheme
PDF
A Well Known Tool Based Graphical Authentication Technique
PDF
A Well Known Tool Based Graphical Authentication Technique
PDF
Authentication Scheme for Session Password using matrix Colour and Text
PDF
An Improving Method of Grid Graphical Password Authentication System
DOCX
Shoulder surfing resistant graphical
PDF
7. 9589 1-pb
PDF
Research ppr
PDF
SECURE E-BANKING APPLICATION BASED ON VISUAL CRYPTOGRAPHY
PDF
Graphical Password Authentication
DOCX
PassBYOP: Bring Your Own Picture for Securing Graphical Passwords
PDF
An Ancient Indian Board Game as a Tool for Authentication
PDF
2 round hybrid password scheme
PDF
Persuasive Cued Click Point Password with OTP
PDF
A Study of Various Graphical Passwords Authentication Schemes Using Ai Hans P...
DOC
3 d password
PDF
Ai4506179185
PDF
Passblot: A Highly Scalable Graphical One Time Password System
PPTX
Data hiding in graphical password authentication using combination
PDF
Database Security Two Way Authentication Using Graphical Password
Folder Security Using Graphical Password Authentication Scheme
A Well Known Tool Based Graphical Authentication Technique
A Well Known Tool Based Graphical Authentication Technique
Authentication Scheme for Session Password using matrix Colour and Text
An Improving Method of Grid Graphical Password Authentication System
Shoulder surfing resistant graphical
7. 9589 1-pb
Research ppr
SECURE E-BANKING APPLICATION BASED ON VISUAL CRYPTOGRAPHY
Graphical Password Authentication
PassBYOP: Bring Your Own Picture for Securing Graphical Passwords
An Ancient Indian Board Game as a Tool for Authentication
2 round hybrid password scheme
Persuasive Cued Click Point Password with OTP
A Study of Various Graphical Passwords Authentication Schemes Using Ai Hans P...
3 d password
Ai4506179185
Passblot: A Highly Scalable Graphical One Time Password System
Data hiding in graphical password authentication using combination
Database Security Two Way Authentication Using Graphical Password
Ad

More from MangaiK4 (20)

DOC
Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...
DOCX
A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...
DOC
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
DOCX
Relation Extraction using Hybrid Approach and an Ensemble Algorithm
DOC
Saturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy Logic
DOC
Image Based Password using RSA Algorithm
DOC
A Framework for Desktop Virtual Reality Application for Education
DOCX
Smart Security For Data Sharing In Cloud Computing
DOC
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
DOCX
Motion Object Detection Using BGS Technique
DOCX
Encroachment in Data Processing using Big Data Technology
DOCX
Performance Evaluation of Hybrid Method for Securing and Compressing Images
DOCX
A Review on - Data Hiding using Cryptography and Steganography
DOCX
Modeling Originators for Event Forecasting Multi-Task Learning in Mil Algorithm
DOCX
quasi-uniform theta graph
DOCX
The Relationship of Mathematics to the Performance of SHCT it Students in Pro...
DOC
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
DOCX
Marine Object Recognition using Blob Analysis
DOC
Implementation of High Speed OFDM Transceiver using FPGA
DOCX
Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...
Application of Ancient Indian Agricultural Practices in Cloud Computing Envir...
A Study on Sparse Representation and Optimal Algorithms in Intelligent Comput...
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
Relation Extraction using Hybrid Approach and an Ensemble Algorithm
Saturation Throughput and Delay Aware Asynchronous Noc Using Fuzzy Logic
Image Based Password using RSA Algorithm
A Framework for Desktop Virtual Reality Application for Education
Smart Security For Data Sharing In Cloud Computing
BugLoc: Bug Localization in Multi Threaded Application via Graph Mining Approach
Motion Object Detection Using BGS Technique
Encroachment in Data Processing using Big Data Technology
Performance Evaluation of Hybrid Method for Securing and Compressing Images
A Review on - Data Hiding using Cryptography and Steganography
Modeling Originators for Event Forecasting Multi-Task Learning in Mil Algorithm
quasi-uniform theta graph
The Relationship of Mathematics to the Performance of SHCT it Students in Pro...
A Tentative analysis of Liver Disorder using Data Mining Algorithms J48, Deci...
Marine Object Recognition using Blob Analysis
Implementation of High Speed OFDM Transceiver using FPGA
Renewable Energy Based on Current Fed Switched Inverter for Smart Grid Applic...
Ad

Recently uploaded (20)

PDF
RMMM.pdf make it easy to upload and study
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Institutional Correction lecture only . . .
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Insiders guide to clinical Medicine.pdf
PPTX
master seminar digital applications in india
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Computing-Curriculum for Schools in Ghana
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
RMMM.pdf make it easy to upload and study
human mycosis Human fungal infections are called human mycosis..pptx
Microbial disease of the cardiovascular and lymphatic systems
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
TR - Agricultural Crops Production NC III.pdf
Pharma ospi slides which help in ospi learning
102 student loan defaulters named and shamed – Is someone you know on the list?
Institutional Correction lecture only . . .
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
2.FourierTransform-ShortQuestionswithAnswers.pdf
Insiders guide to clinical Medicine.pdf
master seminar digital applications in india
PPH.pptx obstetrics and gynecology in nursing
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Renaissance Architecture: A Journey from Faith to Humanism
Computing-Curriculum for Schools in Ghana
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...

Image Based Password using RSA Algorithm

  • 1. Integrated Intelligent Research (IIR) International Journal of Computing Algorithm Volume: 05 Issue: 01 June 2016, Page No. 34- 36 ISSN: 2278-2397 34 Image Based Password using RSA Algorithm P L. Chithra1 , C. Vishnu Priya2 Department of Computer Science, University of Madras, Chennai chitrasp2001@yahoo.com, Priyachengal2506@gmail.com Abstract - A password is a sequence of characters used to determine whether the user is authenticated or not. Nowadays most of the password is text-based. Since text based password is hard to remember people try to use simple memorable password such as pet names, phone number, etc. which are easy to break by intruders. The main idea behind the paper is to replace the text-based passwords by image based password and encrypt using RSA algorithm. Our experimental result shows that image passwords are easy to remember, better than the text. Keywords - Authentication, Image password, RSA. I. INTRODUCTION Authentication is the process of determining whether a user is authenticated to access a system. Text-based password is the most often used authentication system. A text password is nothing but a jumble of characters with strong encryption and decryption algorithm. But nowadays user can’t remember strong password easily they create text passwords with pet names, phone number, etc. which is easy to remember and easy to guess. But password created must be easy to remember but hard to guess. Our human brain is better at remembering images than text. Image passwords are meant for reducing the memory saddle on users. Image passwords may offer better security than text-based passwords because most of the people, in an attempt to memorize text-based passwords, use simple words. Pass faces is a graphical password scheme where user needs to select the images from the large number and to login the user must identify one of the pre selected images amongst several images [1]. Draw - a - secret (DAS) is a graphical password scheme where user is requested to draw a picture using mouse or stylus. The coordinates of the grids occupied by the picture are stored. To login the user is requested to re- draw the same image. If the user draws the same image in the same grids, then the user is authenticated [2]. An alternative scheme is based on creating story using images . This would make users to select their images in the correct order. Users were encouraged for creating a story as a memory assist [3]. Pass-points is a technique where user needs to select five click points on the image for registration. For authentication user needs to select five click points in the same order [4]. In cued click points, user can select one click point for one image up to n levels as shown in figure 1. In login phase user should follow the order and select the click point [5]. In this paper, we propose an image based password authentication. A password consists of one click-point per image for a sequence of images. The image may be predefined or user defined. Image based password offers both improved usability and security. The rest of the paper is organized as follows. Section 2 describes the related work of this paper. Section 3 discusses the proposed methodology and section 4 provides the experimental result. Finally conclusion is presented in section 5 of the paper. II. RELATED WORK The concept of cryptography is to encrypt the plain text to cipher text and decrypt the cipher text to the plain text. It can be done in two ways (i) Secret key (symmetric): uses only a single key for encryption and decryption (ii) Public key (asymmetric): uses two keys namely public key and private key one for encryption and other for decryption. RSA was first described in 1977 by Ron Rivest, Adi Shamir and Leonard Adleman. It is asymmetric cryptography, uses two different keys, one public and one private. The public key can be shared with everyone, whereas the private key must be kept secret. In RSA cryptography, both the public and the private keys can encrypt a message; the opposite key from the one used to encrypt a message is used to decrypt it [8]. The steps involved in this algorithm are discussed in figure 1. Fig 1: Steps involved in RSA algorithm According to this algorithm choose two distinct prime numbers p and q which should be considerably large enough. Then compute n which is the product of p and q and calculate the totient function φ(n).Next compute e such that e is less than totient function and gcd(e,n)=1 respectively and calculate d where (d * e) % φ(n) = 1. With the help of these values generate public key and private key and perform encryption and decryption process. III. PROPOSED METHODOLOGY The processes involved in this paper are shown in figure 2. Fig 2: Process used in the image based password The flowchart in figure 3 explains the sequence of steps involved in image based password. At first user requested to sign up by entering the name, date of birth, phone number, mail id and then user is provided with 3 images and the user must click one point per image. The images may be predefined or users wish. These click points are encrypted and decrypted
  • 2. Integrated Intelligent Research (IIR) International Journal of Computing Algorithm Volume: 05 Issue: 01 June 2016, Page No. 34- 36 ISSN: 2278-2397 35 using RSA cryptographic algorithm, which brings better security to the system. For login the user must select the same click points. If the user fails to select the correct password for more than 3 times, the user account would be locked and the account would be unlocked by entering the random alphanumeric text that has been sent to the authorized person mail. This approach would bring security and authorization to the system. Fig 3: Flow chart for proposed methodology IV. EXPERIMENTAL RESULT The experimental result of the processes involved in this paper which has been implemented in c#.net and My Sql server are discussed below. A. Registration process In this process, the user is required to fill their detail such as name, phone number and email address as shown in figure 4. The user will be directed to a page where they can select their click points by clicking a particular position in the images as shown in figure 5. The user can also change the image by importing image from the system. By confirming, the details would be stored in the database. Fig 4: Registration form Fig 5: Password selection form B. Authentication process In this process, the user is requested for the username and password. The user is given 3 chances to select the click points. If the user had crossed the chances, his/her account would be locked as shown in figure 6 and sent to a page where the user should enter the email id. If the username and password is correct then the user is directed to the second page, where the user can upload the files to the database and download it from the database. The user can change their personal information and password in this module. Fig 6: Account locked form C. Retrieval process The user would be directed to this process if the user had forgotten the password or the user account has been locked. Here the user must enter the mail id that has been submitted during registration process. If the mail id is found in the database then the random alphanumeric text is sent to their mail id as shown in figure 7. In the given textbox, if the user enters the correct alphanumeric text that has been sent to their mail id, then the user is authenticated and the user can select new click points or else the user can’t. Fig 7: Alphanumeric text sent to authenticated mail V. CONCLUSION In this paper we have analyzed how to replace the text based password with image password using RSA algorithm in an effective manner. This system provides protection against key logger spy ware. Since, computer mouse is used rather than the keyboard to enter our image password this protects the password from key loggers. Acknowledgment Author would like to thank Dr.PL.Chithra, Associate Professor, Department of Computer Science, University of Madras for providing support.
  • 3. Integrated Intelligent Research (IIR) International Journal of Computing Algorithm Volume: 05 Issue: 01 June 2016, Page No. 34- 36 ISSN: 2278-2397 36 References [1] M.P.Haridas, R.N.Devikar,(2015), “A Comparative Study of Graphical Passwords and Their Security Issues ” in International Journal of Advanced Research in Computer Science and Software Engineering ,Vol. 5, pp. 575-581. [2] S.Hande, N.Dighade , R.Bhusari, M.Shende, Prof. H.Agrawal,(2014),”Image Based Authentication for Folder Security using Persuasive Cued Click-Points and SHA,” in IOSR Journal of Computer Engineering, Vol. 16, PP 124-128. [3] V.Moraskar, S.Jaikalyani, M.Saiyyed, J.Gurnani, K.Pendke,(2014),”Cued Click Point Technique for Graphical Password Authentication,” in International Journal of Computer Science and Mobile Computing, Vol.3, pp. 166-172. [4] Iranna A M, P.Patil, (2013), “Graphical password authentication using persuasive cued click point,” in International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering,Vol. 2, pp. 2963-2974. [5] S.Pagidala, C.S.Bindu,(2013), “Improved Persuasive Cued Click Points forKnowledge-Based Authentication,” in International Journal of Computer Science and Information Technologies, Vol. 4, pp. 1000-1003. [6] J.A.Alex, S.Anees, N.Madheswari, (2013) , ”User authentication based on persuasive cued clickpoints with sound signature,” in Journal of Computer Science and Information Technology & Security,Vol. 3, pp. 353-358. [7] S.Chaturvedi, R.Sharma, (2014),“Securing Image Password by using Persuasive Cued Click Points with AES Algorithm”,in International Journal of Computer Science and Information Technologies, Vol. 5, pp. 5210- 5215. [8] W.Stallings,(2014) “Cryptography and Network Security Principles and Practices” 6th Edition, pp. 252-265.