A Survey on Graphical Passwords in Providing Security

Size: px
Start display at page:

Download "A Survey on Graphical Passwords in Providing Security"

Transcription

1 A Survey on Graphical Passwords in Providing Security Mrs. Anuradha. V #, Mr.M.Nagesh *, Mr.N. Vijaya sunder sagar # # M.Tech., Dept. of CSE, Ashoka Institute of Engineering & Technology, JNTU Hyderabad *Asst.Professor, Dept. of CSE, Ashoka Institute of Engineering & Technology, JNTU Hyderabad # Head, CSE Department, Ashoka Institute of Engineering & Technology, JNTU Hyderabad 1 anuradha184@gmail.com 2 nageshmathew@gmail.com 3 vijaysundern@gmail.com Abstract-Cyber security is an important issue to tackle. Various user authentication methods are used for this purpose. It helps to avoid misuse or illegal use of highly sensitive data. Text and graphical passwords are mainly used for authentication purpose. But due to various flaws, they are not reliable for data security. Text passwords are insecure for reasons and graphical are more secured in comparison but are vulnerable to shoulder surfing attacks. Hence by using graphical password system and CAPTCHA technology a new security primitive is proposed. We call it as CAPTCHA as graphical Password (CaRP). CaRP is a combination of both a CAPTCHA and a graphical password scheme. In this paper we conduct a comprehensive survey of existing CaRP techniques namely ClickText, ClickAnimal and AnimalGrid. We discuss the strengths and limitations of each method and point out research direction in this area. We also try to answer Are CaRP as secured as graphical passwords and text based passwords? and Is CARP protective to relay attack?" I. INTRODUCTION Security awareness is an important factor in an information security program. While organizations and institutes expand their use of advanced security technology and continuously train their security professionals, fraction of it is used to increase the security awareness among the normal users. As a result, today, organized cyber criminals are trying hard towards research and development of advanced hacking methods that can be used to steal money and secured information from the general public. Password authentication is one of the most common building blocks in implementing access control. Each user has a relatively short sequence of characters commonly referred to as a password. To gain access, providing right password is essential

2 Common attack for breaking password authenticated systems is dictionary attack [2]. Graphical password is an option for alphanumeric password as text password is slightly hard to remember text password. When any application is provided with user friendly authentication it becomes easy to break and use that application. Cloud security can also be given by alphanumeric password but thing matter is that use of alphanumeric is not that much of secure and easy to remember. Any individual examining the password can memorize it which may lead to its misuse. Graphical password schemes are more reliable and more resilient to dictionary attacks than textual passwords, but more vulnerable to shoulder surfing attacks [3]. CAPTCHA (Completely Automated Public Turing tests to tell Computers and Humans Apart) is a program that generates and grades tests that are human solvable, but current computer programs do not have the ability to solve them. The robustness of CAPTCHA is found in its strength in resisting automatic adversarial attacks, and it has many applications for practical security, including free services, online polls, search engine bots, preventing dictionary attacks, worms and spam [4]. II. GRAPHICAL TECHNIQUES: 2.1. Thwart Password Guessing: PassPoints [1] is a well-studied graphical password scheme, where a user clicks on an image and the ordered sequence of her click-points is used to derive a password. PassPoints has an inherent security weakness: it is easy for an attacker to automatically identify all salient points in an image using standard image processing methods. Then running through random combinations of salient points will lead to a brute force attack on passwords. To make things worse, when given an image, people tend to prefer some image points (e.g. eye-catching ones) over others when creating passwords. These more popular points are hot spots of the image, as shown in Figure 1, and an attacker can exploit them for an effective dictionary attack, significantly reducing the security of PassPoints [2,3]. To address the above problems, we have pondered a new approach to mitigating password guessing attacks. Password guessing, on text or graphical passwords, online or offline, is typically a deterministic elimination process. Each guess reduces the remaining search space, and a next guess has a higher chance for success. While more and more password candidates get eliminated,

3 the probability of a current guess being correct increases, and this probability finally approaches 1. Naturally, a classic defense is to increase the password space. But, how about thwarting the deterministic elimination process? What if previous guesses do not contribute to reducing the password space, and thus a next guess is just like starting from scratch? Is this possible? Salient points in PassPoints harm security but help memorability, as these points are often structural and they facilitate users to remember their clickpoints. It is impractical to force users to choose non-salient points, as these will be hard to remember. If we do not want to increase the image size to boost the password space, the only option remaining seems to make it hard for computers to exploit salient points. If the points a user clicks to login in a session cannot be correlated to the points she clicks in other sessions, then it is likely that a previous guess is not correlated with the next. One way of achieving this is the following: a different image is used for each session, and in each of the images, a user s password points appear in different forms, different locations, etc. This way, each automated guess will not reduce the password search space any more. 2.2 CaRP: Captcha as graphical Passwords: A. CAPTCHA is a program that can generate and grade tests that: (A) most humans can pass, but (B) current computer programs cannot pass. Such a program can be used to differentiate humans from computers [5]. There are two types of visual CAPTCHA: text CAPTCHA and ImageRecognition CAPTCHA (IRC).CAPTCHA can be circumvented through relay attacks whereby CAPTCHA challenges are relayed to human solvers [1]. B. Graphical password Graphical password schemes have been proposed as a possible alternative to alphanumeric schemes, motivated partially by the fact that humans can remember images easily than text; psychological studies supports such assumption [8]. Images are generally easier to be remembered than text. In addition, if the number of possible images is enough large, the possible password space of a graphical password scheme may exceed that of text-based schemes and thus presumably offer better resistance to dictionary attacks. Because of these (presumed) advantages, there is a increasing interest in graphical password

4 C. ClickText ClickText is a CaRP scheme built on top of text Captcha. Unlike normal text Captchas, a CaRP image should contain all the alphabet to allow a user to form any allowed password. Figure 2 shows a ClickText image with an alphabet of 33 characters. In ClickText images, characters can be arranged randomly on 2D space. This is another major difference from traditional text Captchas in which characters are typically ordered from left to right. Using ordinary text Captcha is not suitable in this context, as it is hard to arrange all the characters one dimensionally in a reasonably small space. Also, there is no order among characters in a CaRP image whereas the order is needed for characters in a normal Captcha image so that users can type them in. Therefore, we propose a new problem, 2D text segmentation, as the underlying hard AI problem for ClickText. Figure 2: A Click text Image with 33 Characters A ClickText password is a sequence of characters in the alphabet, e.g. ρ = AB#9CD87, which is similar to a text password. To enter a password, the user clicks on the image the characters in her password in the order, A, B, #, 9, C, D, 8, and then 7. When a CaRP image is generated, each character s location is tracked to produce a ground truth. The authentication server relies on the ground truth to identify the characters corresponding to user-clicked points. The server does not store passwords in the clear, but their cryptographic hashes. ClickText does not use visually-confusing characters. For example, letter O and digit 0 may cause confusion in a CaRP image, and thus one of the characters should be excluded from the alphabet

5 D. Click Animal: ClickAnimal is also a recognition-based CaRP scheme. It has an alphabet of similar animals such as dog, horse, pig, etc. The password in this scheme is a sequence of animal names such as ρ = Cat, Dog, Horse, Turkey,.. One or more models are built for every animal. The CAPTCHA generation process wherein 3D models are used to get 2D models by applying different views, colors, lightning effects, textures, and optionally distortions are used for generating the ClickAnimal image. The resulting 2D animals are then arranged on a cluttered background like grasslands. Some animals may be overlapped by other animals in the image, but their core parts are not overlapped in order for humans to identify each of them. The number of similar animals is much less than the number of available characters. ClickAnimal has a smaller alphabet, and thus a smaller password space, than ClickText [1]. Figure 3: Click Animal method. E. Animal Grid: In order to resist human guessing attacks, a sufficiently large effective password space should be present for CaRP schemes. If the ClickAnimal scheme be combined with grid based graphical passwords, its password space can be increased. The grid can be made depending on the size of the selected animal. For authentication process, a ClickAnimal image is displayed first. After an animal is selected, an image of n n grid appears, with the grid-cell size equaling the bounding rectangle of the selected animal. Each grid-cell is labeled to help users identify. It has the advantage that a correct animal should be clicked in order for the clicked grid-cell(s) on the followup grid to be correct. If a wrong animal is clicked, the follow-up grid is wrong. A click on the correctly labeled grid-cell of the wrong grid would likely produce a wrong grid-cell at the authentication server side when the correct grid is used [1]

6 III. CONCLUSION: Figure 4: A Click Animal Method. The paper conducts a comprehensive survey of CAPTCHA as Graphical Password schemes. CaRP is a combination of both a CAPTCHA and a graphical password scheme. CaRP schemes are classified as Recognition-Based CaRP and Recognition-Recall CaRP. We have discussed RecognitionBased CaRP which include ClickText, ClickAnimal and AnimalGrid techniques in this paper. Current graphical password techniques are an alternative to text password but are still not fully secure. As a framework, CaRP does not rely on any specific CAPTCHA scheme. When one CAPTCHA scheme is broken, a new and more secure one may appear and be converted to a CaRP scheme. Due to reasonable security and usability and practical applications, CaRP has good potential for refinements. The usability of CaRP can be further improved by using images of different levels of difficulty based on the login history of the user and the machine used to log in. REFERENCES: [1] Bin B. Zhu, Jeff Yan, Guanbo Bao, Maowei Yang, and Ning Xu, CAPTCHA as Graphical Passwords A New Security Primitive Based on Hard AI Problems, IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 9, NO. 6, JUNE 2014 [2] Matthew Dailey, Chanathip Namprempre, A Text-Graphics Character CAPTCHA for Password Authentication [3] T. S. Ravi Kiran, Y. Rama Krishna, Combining CAPTCHA and graphical passwords for user authentication, International Journal of Research in IT & Management, Volume 2, Issue 4 (April 2012) (ISSN ) [4] Liming Wang, Xiuling Chang, Zhongjie Ren, Haichang Gao, Xiyang Liu, Uwe Aickelin, Against Spyware Using CAPTCHA in Graphical Password Scheme [5] Luis von Ahn, Manuel Blum, Nicholas J. Hopper, and John Langford, CAPTCHA: Using Hard AI Problems For Security [6] Xiaoyuan Suo, Ying Zhu, G. Scott. Owen, Graphical Passwords: A Survey, Department of Computer Science Georgia State University

Design & Implementation of Online Security Using Graphical Password Systems Using Captcha Technique

Design & Implementation of Online Security Using Graphical Password Systems Using Captcha Technique Design & Implementation of Online Security Using Graphical Password Systems Using Captcha Technique ABSTRACT: Many security primitives are based on hard mathematical problems. Using hard AI problems for

More information

CARP: CAPTCHA as A Graphical Password Based Authentication Scheme

CARP: CAPTCHA as A Graphical Password Based Authentication Scheme CARP: CAPTCHA as A Graphical Password Based Authentication Scheme Shraddha S. Banne 1, Prof. Kishor N. Shedge 2 Student, Dept. of Computer Engg, S.V.I.T, Chincholi, Sinnar, Nashik, India 1 Assistant Professor,

More information

Improving Online Security Using Graphical Password

Improving Online Security Using Graphical Password Improving Online Security Using Graphical Password Avinash Manne M.Tech Student, Department of Computer Science and Engineering, Chilukuri Balaji Institute of Technology. Hyderabad. Abstract: Online security

More information

Novel Security Method Using Captcha as Graphical Password

Novel Security Method Using Captcha as Graphical Password International Journal of Emerging Engineering Research and Technology Volume 3, Issue 2, February 2015, PP 18-24 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Novel Security Method Using Captcha as

More information

Randomized Image Passwords and A QR Code based Circumnavigation Mechanism for Secure Authentication

Randomized Image Passwords and A QR Code based Circumnavigation Mechanism for Secure Authentication IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 04 September 2015 ISSN (online): 2349-6010 Randomized Image Passwords and A QR Code based Circumnavigation Mechanism

More information

CARP-A NEW SECURITY PRIMITIVE BASED ON HARD AI PROBLEMS

CARP-A NEW SECURITY PRIMITIVE BASED ON HARD AI PROBLEMS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.12

More information

Enhancing CAPTCHA based Image Authentication for ID and Password

Enhancing CAPTCHA based Image Authentication for  ID and Password ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org Enhancing CAPTCHA based Image Authentication for E-mail ID and Password 1MACHARLA

More information

Captcha as Graphical Passwords (Security Primitive Based On Hard Ai Problems)

Captcha as Graphical Passwords (Security Primitive Based On Hard Ai Problems) RESEARCH ARTICLE OPEN ACCESS Captcha as Graphical Passwords (Security Primitive Based On Hard Ai Problems) 1. Valusani Shrenika, M.Tech student, 2 Mr.D.Uma Vishweshwar,, Hyderabad Asst.Professor, Abstract

More information

Captcha as Graphical Password- Based AI Problems

Captcha as Graphical Password- Based AI Problems Captcha as Graphical Password- Based on Hard AI Problems S.Navaneethakrishnan, P.Kumar Student, Assistant professor (CSE) Nandha College Of Technology,Erode snkrish1990@gmail.com csekumar@gmail.com ABSTRACT:

More information

Graphical User Authentication Using Random Codes

Graphical User Authentication Using Random Codes Graphical User Authentication Using Random Codes Mr.D.S.Gawande 1, Manisha P. Thote 2, Madhavi M. Jangam 3, Payal P. Khonde 4, Payal R. Katre 5, Rohini V. Tiwade 6 1Assistant Professor, Computer Science

More information

A Novel Approach for Dynamic Authentication by combining Captcha, Graphical Password and OTP in a Web Enabled System

A Novel Approach for Dynamic Authentication by combining Captcha, Graphical Password and OTP in a Web Enabled System A Novel Approach for Dynamic Authentication by combining Captcha, Graphical Password and OTP in a Web Enabled System A. Nagarathinam 1, R. S. Subashinee 2 1 Associate Professor, Department of Computer

More information

Captcha as Textual Passwords with Click Points to Protect Information

Captcha as Textual Passwords with Click Points to Protect Information Captcha as Textual Passwords with Click Points to Protect Information Sandeep Kumar Vengala Computer Science & Engineering. S.R.Engineering College, Warangal, Telangana, India. Goje Roopa(Asst.Prof) Computer

More information

Graphical Password Scheme: CAPTCHA Sonali S. Pawar, Prof. Pravin P. Kalyankar

Graphical Password Scheme: CAPTCHA Sonali S. Pawar, Prof. Pravin P. Kalyankar Graphical Password Scheme: CAPTCHA Sonali S. Pawar, Prof. Pravin P. Kalyankar Computer Science and Engineering, Dr. B.A.M.University, Aurangabad e-mail: sonali.pawar052@gmail.com Contact No. :9665144137

More information

Comprehensive Study on Performance Analysis of Various Captcha Systems

Comprehensive Study on Performance Analysis of Various Captcha Systems International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Review Article Comprehensive

More information

A Novel Graphical Password Authentication Scheme

A Novel Graphical Password Authentication Scheme A Novel Graphical Password Authentication Scheme 1 L. Lakshmi reddy & 2 J. Nagamuneiah 1 M.Tech (CSE), CREC, Tirupati, Email Id: lakshmireddy49@gmail.com 2 Associate professor, CREC, Tirupati, Email Id:

More information

Captcha as Graphical Passwords

Captcha as Graphical Passwords Captcha as Graphical Passwords Kalyani S Kumar Assistant Professor,Dept of Information Science & Engineering, GSSSIETW, Mysore Abstract Many security primitives are based on hard mathematical problems.

More information

Authentication schemes for session password using color and special characters

Authentication schemes for session password using color and special characters Authentication schemes for session password using color and special characters Rohit Jagtap1, a, Vaibhav Ahirrao2,b Vinayak Kadam3,c Nilesh Aher4 1.Department of Computer Engineering, 2 Department of Computer

More information

Graphical User Authentication System An Overview P. Baby Maruthi 1, Dr. K. Sandhya Rani 2

Graphical User Authentication System An Overview P. Baby Maruthi 1, Dr. K. Sandhya Rani 2 Graphical User Authentication System An Overview P. Baby Maruthi 1, Dr. K. Sandhya Rani 2 1 Research Scholar: Dept of Computer Science S.P.M.V.V, Tirupati, Andhra Pradesh, India mail2maruthi03@gmail.com

More information

Captcha as Graphical Password Authentication System with IP Blacklisting

Captcha as Graphical Password Authentication System with IP Blacklisting IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 06 November 2015 ISSN (online): 2349-6010 Captcha as Graphical Password Authentication System with IP Blacklisting

More information

Graphical password authentication using Pass faces

Graphical password authentication using Pass faces RESEARCH ARTICLE OPEN ACCESS Graphical password authentication using Pass faces Ms Grinal Tuscano*, Aakriti Tulasyan**, Akshata Shetty**, Malvina Rumao**, Aishwarya Shetty ** *(Department of Information

More information

Security server using CAPTCHA. Introduction to CAPTCHA

Security server using CAPTCHA. Introduction to CAPTCHA Security server using CAPTCHA Introduction to CAPTCHA A key area in security research and practice is authentication, the determination of whether a user should be allowed to access to a given system or

More information

Graphical Password or Graphical User Authentication as Effective Password Provider

Graphical Password or Graphical User Authentication as Effective Password Provider www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 9 September 2013 Page No. 2765-2769 Graphical Password or Graphical User Authentication as Effective

More information

MULTIPLE GRID BASED GRAPHICAL TEXT PASSWORD AUTHENTICATION

MULTIPLE GRID BASED GRAPHICAL TEXT PASSWORD AUTHENTICATION MULTIPLE GRID BASED GRAPHICAL TEXT PASSWORD AUTHENTICATION Vinothini T 1, Rajesh I 2, Kirupa Rani D 3 1 PG Scholar, Dept of CSE, Knowledge Institute of Technology, Salem, Tamil Nadu, India 2 Associate

More information

A Review on Various Interactive CAPTCHA Techniques Concerning Web Security

A Review on Various Interactive CAPTCHA Techniques Concerning Web Security Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

NETWORK SECURITY - OVERCOME PASSWORD HACKING THROUGH GRAPHICAL PASSWORD AUTHENTICATION

NETWORK SECURITY - OVERCOME PASSWORD HACKING THROUGH GRAPHICAL PASSWORD AUTHENTICATION NETWORK SECURITY - OVERCOME PASSWORD HACKING THROUGH GRAPHICAL PASSWORD AUTHENTICATION P.Kiruthika R.Tamilarasi Department of Computer Applications, Dr.Mahalingam College Of Engineering and Technology,

More information

SHOULDER SURFING RESISTANT GRAPHICAL PASSWORD

SHOULDER SURFING RESISTANT GRAPHICAL PASSWORD SHOULDER SURFING RESISTANT GRAPHICAL PASSWORD Kruthi K 1, Kumuda B G 2, Nandhini N V 3, Mrs. R.Anitha 4 (Associate Professor) 1, 2, 3, 4 Department of Computer Science and Engineering, The National Institute

More information

Presented By: Miss Samya Ashraf Want Student ID

Presented By: Miss Samya Ashraf Want Student ID Paper: Haichang Gao, Xiyang Liu, Sidong Wang and Honggang Liu, Ruyi Dai, Design and Analysis of a Graphical Password Scheme, Fourth International Conference on Innovative Computing, Information and Control,

More information

A Secure Graphical Password Authentication System

A Secure Graphical Password Authentication System International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 12, Number 2 (2016), pp. 197-201 Research India Publications http://www.ripublication.com A Secure Graphical Password

More information

On Limitations of Designing LRPS: Attacks, Principles and Usability

On Limitations of Designing LRPS: Attacks, Principles and Usability CAP6135 Malware & Software Vulnerability On Limitations of Designing LRPS: Attacks, Principles and Usability By Sagar Patel 04/21/2014 EECS Department Agenda Introduction Leakage-Resilient Password System

More information

Usable Privacy and Security, Fall 2011 Nov. 10, 2011

Usable Privacy and Security, Fall 2011 Nov. 10, 2011 Usable Privacy and Security, Fall 2011 Nov. 10, 2011 YoungSeok Yoon (youngseok@cs.cmu.edu) Institute for Software Research School of Computer Science Carnegie Mellon University picture/photo based vs.

More information

ISSN: (Online) Volume 2, Issue 10, October 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 2, Issue 10, October 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 2, Issue 10, October 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

CAPTCHAAttacks and Weaknesses against OCR Technology

CAPTCHAAttacks and Weaknesses against OCR Technology Global Journal of Computer Science and Technology Neural & Artificial Intelligence Volume 13 Issue 3 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global

More information

Image Password Based Authentication in an Android System

Image Password Based Authentication in an Android System Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Usable Security Introduction to User Authentication and Human Interaction Proof Research

Usable Security Introduction to User Authentication and Human Interaction Proof Research Usable Security Introduction to User Authentication and Human Interaction Proof Research Argyris C. Constantinides PhD Student Department of Computer Science University of Cyprus 1 Agenda Introduction

More information

Simple Text Based Colour Shuffling Graphical Password Scheme

Simple Text Based Colour Shuffling Graphical Password Scheme Simple Text Based Colour Shuffling Graphical Password Scheme Nikita Parab 1, Ketan Gawde 2, Anshumaan Nalluri 3 1,2,3 Information Technology Dept., Universal College Of Engineering Vasai India, Abstract

More information

Cued Click Point Technique for Graphical Password Authentication

Cued Click Point Technique for Graphical Password Authentication Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 1, January 2014,

More information

Securing Web Accounts Using Graphical Password Authentication through MD5 Algorithm

Securing Web Accounts Using Graphical Password Authentication through MD5 Algorithm Securing Web Accounts Using Graphical Password Authentication through MD5 Algorithm Siddheshwar A. Suratkar Rahul A. Udgirkar Pratik D. Kale Amit A. Shelke Mohsin H. Shaikh Prof. D. C. Dhanwani Prof. CSE,

More information

3LAS (Three Level Authentication Scheme)

3LAS (Three Level Authentication Scheme) 3LAS (Three Level Authentication Scheme) Kunal Mulwani 1, Saurabh Naik 2, Navinkumar Gurnani 3, Dr. Nupur Giri 4, Prof. Sharmila Sengupta 5 1, 2,3,4,5 Vivekanand Education Society's Institute of Technology,

More information

Attacking CAPTCHAs for Fun and Profit

Attacking CAPTCHAs for Fun and Profit Attacking Author: Gursev Singh Kalra Managing Consultant Foundstone Professional Services Table of Contents Attacking... 1 Table of Contents... 2 Introduction... 3 A Strong CAPTCHA Implementation... 3

More information

International Journal of Pure and Applied Sciences and Technology

International Journal of Pure and Applied Sciences and Technology Int. J. Pure Appl. Sci. Technol., 1(2) (2010), pp. 60-66 International Journal of Pure and Applied Sciences and Technology ISSN 2229-6107 Available online at www.ijopaasat.in Research Paper Security Analysis

More information

Attack Resistant User Authentication using Visual Verification Mechanism

Attack Resistant User Authentication using Visual Verification Mechanism Attack Resistant User Authentication using Visual Verification Mechanism Ms. V.Karthikeyani II Year M.E(CSE) Shree Venkateshwara Hi-Tech Engg College, Gobi mahe11191@gmail.com Dr. T. Senthil Prakash Professor

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 Animated Handwritten CAPTCHA based on 3D Effect Mutha Neha Chandrakant 1 1 Department

More information

Only attaches labels to random images from the internet. Given label, can we identify where label actually is? Given label can we identify where label

Only attaches labels to random images from the internet. Given label, can we identify where label actually is? Given label can we identify where label Peekaboom: A Game for Locating Objects in Images By Luis von Ahn, Ruoran Liu, and Manuel Blum ESP Game Only attaches labels to random images from the internet Does not specify location o of image Thus,

More information

DESIGN, IMPLEMENTATION AND EVALUATION OF A KNOWLEDGE BASED AUTHENTICATION SCHEME UPON COMPELLING PLAIT CLICKS

DESIGN, IMPLEMENTATION AND EVALUATION OF A KNOWLEDGE BASED AUTHENTICATION SCHEME UPON COMPELLING PLAIT CLICKS http:// DESIGN, IMPLEMENTATION AND EVALUATION OF A KNOWLEDGE BASED AUTHENTICATION SCHEME UPON COMPELLING PLAIT CLICKS Chalichima Harshitha 1, Devika Rani 2 1 Pursuing M.tech (CSE), 2 Assistant professor

More information

MULTI-FACTOR AUTHENTICATION USING GRAPHICAL PASSWORDS THROUGH HANDHELD DEVICE

MULTI-FACTOR AUTHENTICATION USING GRAPHICAL PASSWORDS THROUGH HANDHELD DEVICE MULTI-FACTOR AUTHENTICATION USING GRAPHICAL PASSWORDS THROUGH HANDHELD DEVICE P.Shyam Sunder 1, Ballikonda Sai Chaitanya 2, D.Vijay Kumar 3, P.Satya Shekar Varma 4 1,2,4 Department of Computer Science

More information

The Robustness of Connecting Characters Together CAPTCHAs *

The Robustness of Connecting Characters Together CAPTCHAs * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 30, 347-369 (2014) The Robustness of Connecting Characters Together CAPTCHAs * Software Engineering Institute Xidian University Xi an, Shaanxi, 710071 P.R.

More information

AN IMPROVED MAP BASED GRAPHICAL ANDROID AUTHENTICATION SYSTEM

AN IMPROVED MAP BASED GRAPHICAL ANDROID AUTHENTICATION SYSTEM AN IMPROVED MAP BASED GRAPHICAL ANDROID AUTHENTICATION SYSTEM Safiyanu Ahmad (ahmadsafiyanu100@gmail.com) 1 ; Souley Boukari (bsouley2001@yahoo.com) 2 ; Samson Henry Dogo (dogojankasa@gmail.com) 1 and

More information

KNOWLEDGE BASED AUTHENTICATION SYSTEM DESIGN BASED ON PERSUASIVE CUED CLICK POINTS

KNOWLEDGE BASED AUTHENTICATION SYSTEM DESIGN BASED ON PERSUASIVE CUED CLICK POINTS http:// KNOWLEDGE BASED AUTHENTICATION SYSTEM DESIGN BASED ON PERSUASIVE CUED CLICK POINTS G Anil Kumar 1, K Devika Rani 2 1 Pursuing M.tech (CSE), 2 Assistant professor (CSE), Nalanda Institute of Engineering

More information

Divide and Conquer Approach for Solving Security and Usability Conflict in User Authentication

Divide and Conquer Approach for Solving Security and Usability Conflict in User Authentication Divide and Conquer Approach for Solving Security and Usability Conflict in User Authentication Shah Zaman Nizamani Waqas Ali Sahito Shafique Awan Department of IT Department of IT Department of Computer

More information

CAPTCHAs and Information Hiding

CAPTCHAs and Information Hiding CAPTCHAs and Information Hiding Neal R. Wagner The University of Texas at San Antonio Department of Computer Science San Antonio, Texas 78249 USA wagner@cs.utsa.edu Abstract. The goal of steganography

More information

Novel Shoulder-Surfing Resistant Authentication Schemes using Text-Graphical Passwords

Novel Shoulder-Surfing Resistant Authentication Schemes using Text-Graphical Passwords Institute of Advanced Engineering and Science International Journal of Information & Network Security (IJINS) Vol.1, No.3, August 2012, pp. 163~170 ISSN: 2089-3299 163 Novel Shoulder-Surfing Resistant

More information

Authentication Using Grid-Based Authentication Scheme and Graphical Password

Authentication Using Grid-Based Authentication Scheme and Graphical Password Authentication Using Grid-Based Authentication Scheme and Graphical Password Vijayshri D. Vaidya 1 Department of Computer engineering SND COE & RC Yeola, India Imaran R. Shaikh 2 Department of Computer

More information

Captcha Authenticated Unwanted Message Filtering Technique for Social Networking Services

Captcha Authenticated Unwanted Message Filtering Technique for Social Networking Services Captcha Authenticated Unwanted Message Filtering Technique for Social Networking Services Fathimath Shahistha M., Prabhakara B. K. 4 th Sem M.Tech, Dept. of CSE., SCEM, Visvesvaraya Technological University,

More information

Biometrics&CAPTCHA. 11/29/2010 EJ Jung

Biometrics&CAPTCHA. 11/29/2010 EJ Jung Biometrics&CAPTCHA 11/29/2010 EJ Jung Announcements Guest lecture on Wed. December 1st. readings in the Schedule page report after the lecture - extra credit for quiz Service lab presentation on Mon. December

More information

Minimizing Shoulder Surfing Attack using Text and Color Based Graphical Password Scheme

Minimizing Shoulder Surfing Attack using Text and Color Based Graphical Password Scheme Minimizing Shoulder Surfing Attack using Text and Color Based Graphical Password Scheme 1 Prof. S. K. Sonkar, 2 Prof. R. L. Paikrao Computer Engineering Dept. Amrutvahini College of engineering Sangamner,

More information

A Survey On Resisting Shoulder Surfing Attack Using Graphical. password

A Survey On Resisting Shoulder Surfing Attack Using Graphical. password A Survey On Resisting Shoulder Surfing Attack Using Graphical Password Mayuri Gawandi 1,Saloni Pate 2,Pokharkar Snehal 3,Prof.Said S.K. 4 Abstract Now a days India is moving towards a digital India while

More information

Captcha based Password Authentication - A New Security Scheme

Captcha based Password Authentication - A New Security Scheme Captcha based Password Authentication - A New Security Scheme Monika Chilluru 1, B. Ravindra Naick 2, P. Nirupama 3 1 M.Tech Student, 2 Assistant Professor, 3 Head of the Department 1, 2, 3 Department

More information

A New Hybrid Graphical User Authentication Technique based on Drag and Drop Method

A New Hybrid Graphical User Authentication Technique based on Drag and Drop Method A New Hybrid Graphical User Authentication Technique based on Drag and Drop Method Salim Istyaq, Khalid Saifullah Assistant Professor, Dept. of Computer Engineering, EES, University Polytechnic, Faculty

More information

International Journal of Emerging Technology in Computer Science & Electronics (IJETCSE) ISSN: Volume 14 Issue 2 APRIL 2015

International Journal of Emerging Technology in Computer Science & Electronics (IJETCSE) ISSN: Volume 14 Issue 2 APRIL 2015 Persuasive Cued Click Point Authentication Mechanism with Sound Signature MOUNESHWAR KANAMADI 1,AMIT SAWANT 2,JAMDADE MARUTI 3,4 MEGHARANI BAMBUGADE, 5 ROKADE KOMAL 1 Department of CSE, Ashokrao Mane Group

More information

USING EMOJI PICTURES TO STRENGTHEN THE IMMUNITY OF PASSWORDS AGAINST ATTACKERS

USING EMOJI PICTURES TO STRENGTHEN THE IMMUNITY OF PASSWORDS AGAINST ATTACKERS USING EMOJI PICTURES TO STRENGTHEN THE IMMUNITY OF PASSWORDS AGAINST ATTACKERS Dr. Mohammed A. Fadhil Al-Husainy Raghda Ahmed Malih Department of Computer Science, Faculty of Information Technology, Middle

More information

A Multi-Grid Graphical Password Scheme

A Multi-Grid Graphical Password Scheme A Multi-Grid Graphical Password Scheme Konstantinos CHALKIAS, Anastasios ALEXIADIS, George STEPHANIDES Dept. of Applied Informatics, Macedonia University, 156 Egnatia str., 540 06 Thessaloniki, Greece

More information

[Thrivikram*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Thrivikram*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A NEW AUTHENTICATION SCHEME FOR SECURITY USING CAPTCHA PASSWORD P.Thrivikram*, K.Narayana, P.Sunitha * M.Tech Student Department

More information

Literature Survey on Various Recommendation Techniques in Collaborative Filtering

Literature Survey on Various Recommendation Techniques in Collaborative Filtering Literature Survey on Various Recommendation Techniques in Collaborative Filtering Mr. T. Sunil Reddy #, Mr. M. Dileep Kumar *, Mr.N. Vijaya sunder sagar # # M.Tech., Dept. of CSE, Ashoka Institute of Engineering

More information

A Survey on Recall-Based Graphical User Authentications Algorithms

A Survey on Recall-Based Graphical User Authentications Algorithms A Survey on Recall-Based Graphical User Authentications Algorithms D.Aarthi 1, Dr.K.Elangovan 2 1 School of Computer Science and Engineering, Bharathidasan University, Trichy, India 2 School of Computer

More information

DEFENSES AGAINST LARGE SCALE ONLINE PASSWORD GUESSING ATTACKS BY USING PERSUASIVE CLICK POINTS

DEFENSES AGAINST LARGE SCALE ONLINE PASSWORD GUESSING ATTACKS BY USING PERSUASIVE CLICK POINTS DEFENSES AGAINST LARGE SCALE ONLINE PASSWORD GUESSING ATTACKS BY USING PERSUASIVE CLICK POINTS Abdul Rasheed. Sk 1 Asst. Professor Narasaraopeta Engineering College, Narasaraopet. rasheed4321@gmail.com

More information

A Model to Restrict Online Password Guessing Attacks

A Model to Restrict Online Password Guessing Attacks A Model to Restrict Online Password Guessing Attacks Aqib Malik, Dr. Sanjay Jamwal Department of Computer Science, Baba Ghulam Shah Badshah University, Rajouri, J&K, India Abstract Passwords are a critical

More information

HumanAUT Secure Human Identification Protocols

HumanAUT Secure Human Identification Protocols HumanAUT Secure Human Identification Protocols Adam Bender Manuel Blum Nick Hopper The ALADDIN Center Carnegie Mellon University What is HumanAUT?! HumanAUT stands for Human AUThentication " Authentication:

More information

Defenses against Large Scale Online Password Guessing by Using Persuasive Cued Click Points

Defenses against Large Scale Online Password Guessing by Using Persuasive Cued Click Points Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 4, April 2013,

More information

DEFENSES AGAINST LARGE SCALE ONLINE PASSWORD GUESSING ATTACKS BY USING PERSUASIVE CLICK POINTS

DEFENSES AGAINST LARGE SCALE ONLINE PASSWORD GUESSING ATTACKS BY USING PERSUASIVE CLICK POINTS DEFENSES AGAINST LARGE SCALE ONLINE PASSWORD GUESSING ATTACKS BY USING PERSUASIVE CLICK POINTS Chippy.T chippyrevathy@gmail.com Dhanalakshmi Srinivasan Engineering College R.Nagendran nanonagendran@gmail.com

More information

A Novel Method for Graphical Password Mechanism

A Novel Method for Graphical Password Mechanism A Novel Method for Graphical Password Mechanism Siddharth R. Dharane Department of Computer Engineering siddharthdharane@gmail.com Pradip N. Kakade Department of Computer Engineering pradipkakade69@gmail.com

More information

SECURED PASSWORD MANAGEMENT TECHNIQUE USING ONE-TIME PASSWORD PROTOCOL IN SMARTPHONE

SECURED PASSWORD MANAGEMENT TECHNIQUE USING ONE-TIME PASSWORD PROTOCOL IN SMARTPHONE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 3, March 2014,

More information

Graphical Password to Increase the Capacity of Alphanumeric Password

Graphical Password to Increase the Capacity of Alphanumeric Password Graphical Password to Increase the Capacity of Alphanumeric Password Gaddam Ramu Computer Science & Engineering. S.R.Engineering College, Warangal, Telangana, India. Goje Roopa(Asst.Prof) Computer Science

More information

Graphical Password Using Captcha

Graphical Password Using Captcha International Journal of Advances in Applied Sciences (IJAAS) Vol. 5, No. 2, June 2016, pp. 94~100 ISSN: 2252-8814 94 Graphical Password Using Captcha Y. Chandra Sekhar Reddy, M. Venkateswara Rao, M. Kameswara

More information

Improved Password Authentication System against Password attacks for web Applications

Improved Password Authentication System against Password attacks for web Applications Improved Password Authentication System against Password attacks for web Applications Vaishnavi Yalamanchili, Department of Computer Science & Engineering, Gudlavalleru Engineering College, Gudlavalleru,

More information

M.Ashwini 1,K.C.Sreedhar 2

M.Ashwini 1,K.C.Sreedhar 2 Improved Persuasive Cued Click Points For Knowledge-Based Authentication M.Ashwini 1,K.C.Sreedhar 2 1 M.Tech Student, Dept of CSE, QIS College of Engineering & technology, Ongole, Prakasam Dist, A.P, India

More information

Multi-Modal CAPTCHA: A User Verification Scheme

Multi-Modal CAPTCHA: A User Verification Scheme Multi-Modal CAPTCHA: A User Verification Scheme Abdulaziz S Almazyad Yasir Ahmad Shouket Ahmad Kouchay Deptt of Computer Engg Deptt of Computer Science Deptt of Information Systems King Saud University

More information

An efficient and practical solution to secure password-authenticated scheme using smart card

An efficient and practical solution to secure password-authenticated scheme using smart card An efficient and practical solution to secure password-authenticated scheme using smart card R. Deepa 1, R. Prabhu M.Tech 2, PG Research scholor 1, Head of the Department 2 Dept.of Information Technology,

More information

Lecture 3 - Passwords and Authentication

Lecture 3 - Passwords and Authentication CSE497b Introduction to Computer and Network Security - Spring 2007 - Professor Jaeger Lecture 3 - Passwords and Authentication CSE497b - Spring 2007 Introduction Computer and Network Security Professor

More information

Recall Based Authentication System- An Overview

Recall Based Authentication System- An Overview Recall Based Authentication System- An Overview P. Baby Maruthi 1, Dr. K. Sandhya Rani 2 1 Research Scholar: Dept of Computer Science S.P.M.V.V, Tirupati, Andhra Pradesh, India 2 Professor: Dept of Computer

More information

Experimental study of CAPTCHA: A Security Primitive

Experimental study of CAPTCHA: A Security Primitive Experimental study of CAPTCHA: A Security Primitive Pawar Sonali 1, Kalyankar Pravin 2 1, 2 T.P.C.T. s College of Engineering,Osmanabad, Solapur-Osmanabad Road, Osmanabad, India Abstract: Captcha as graphical

More information

CS 161 Computer Security

CS 161 Computer Security Popa & Weaver Fall 2016 CS 161 Computer Security 10/4 Passwords 1 Passwords are widely used for authentication, especially on the web. What practices should be used to make passwords as secure as possible?

More information

ChoCD: Usable and Secure Graphical Password Authentication Scheme

ChoCD: Usable and Secure Graphical Password Authentication Scheme Indian Journal of Science and Technology, Vol 10(4), DOI: 10.17485/ijst/2017/v10i4/110885, January 2017 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 ChoCD: Usable and Secure Graphical Password Authentication

More information

UNDERSTANDING CAPTCHA

UNDERSTANDING CAPTCHA UNDERSTANDING CAPTCHA The Need for CAPTCHAs To Prevent Abuse of Online Systems William Sembiante University of New Haven What is CAPTCHA? Term coined in 2000 at Carnegie Mellon by Luis von Ahn, Manuel

More information

2. Access Control. 1. Introduction

2. Access Control. 1. Introduction PictureLock and Security Organizer Department of Computer Science and Engineering The Ohio State University Columbus, OH 43210 Abstract Traditional security measures require users

More information

On the Security of Yoon and Yoo s Biometrics Remote User Authentication Scheme

On the Security of Yoon and Yoo s Biometrics Remote User Authentication Scheme On the Security of Yoon and Yoo s Biometrics Remote User Authentication Scheme MING LIU * Department of Tourism Management WEN-GONG SHIEH Department of Information Management Chinese Culture University

More information

Give Me Letters 2, 3 and 6! Partial Password Implementations and Attacks

Give Me Letters 2, 3 and 6! Partial Password Implementations and Attacks Give Me Letters 2, 3 and 6! Partial Password Implementations and Attacks David Aspinall, University of Edinburgh, UK Mike Just, Glasgow Caledonian University, UK Financial Cryptography and Data Security,

More information

Telling Humans and Computers Apart (Automatically) How Lazy Cryptographers do AI

Telling Humans and Computers Apart (Automatically) How Lazy Cryptographers do AI Telling Humans and Computers Apart (Automatically) or How Lazy Cryptographers do AI Luis von Ahn Manuel Blum John Langford If you try to get a new email account at Yahoo, you ll be asked to prove that

More information

Novel CAPTCHA schemes

Novel CAPTCHA schemes Novel CAPTCHA schemes Ville Saalo Helsinki University of Technology Ville.Saalo@iki.fi Abstract A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a program that

More information

CSE 565 Computer Security Fall 2018

CSE 565 Computer Security Fall 2018 CSE 565 Computer Security Fall 2018 Lecture 9: Authentication Department of Computer Science and Engineering University at Buffalo 1 Lecture Outline Definition of entity authentication Solutions password-based

More information

Attacks and Design of Image Recognition CAPTCHAs Bin B. Zhu* 1, Jeff Yan 2, Qiujie Li 3, Chao Yang 4, Jia Liu 5, Ning Xu 1, Meng Yi 6, Kaiwei Cai 7 1

Attacks and Design of Image Recognition CAPTCHAs Bin B. Zhu* 1, Jeff Yan 2, Qiujie Li 3, Chao Yang 4, Jia Liu 5, Ning Xu 1, Meng Yi 6, Kaiwei Cai 7 1 Attacks and Design of Image Recognition CAPTCHAs Bin B. Zhu* 1, Jeff Yan 2, Qiujie Li 3, Chao Yang 4, Jia Liu 5, Ning Xu 1, Meng Yi 6, Kaiwei Cai 7 1 Microsoft Research Asia, Beijing, China 2 Newcastle

More information

Graphical Authentication System

Graphical Authentication System Graphical Authentication System A Sivasankar Reddy 1, M Kusuma 2 1 Student, Dept. of MCA, EAIMS 2 Professor, Dept. of MCA, EAIMS, Tirupati, A.P. Abstract- This evolution brings great convenience but also

More information

Business Logic Attacks BATs and BLBs

Business Logic Attacks BATs and BLBs Business Logic Attacks BATs and BLBs Noa Bar-Yosef Security Research Engineer Imperva 12/02/2009 noa@imperva.com Copyright The Foundation Permission is granted to copy, distribute and/or modify this document

More information

Graphical Password Authentication using Images Sequence

Graphical Password Authentication using Images Sequence Graphical Password Authentication using Images Sequence Muhammad Ahsan 1, Yugang Li 2 1Student, School of Computer Science and Technology, Beijing Institute of Technology, Beijing, China 2School of Computer

More information

Algorithm To Ensure And Enforce Brute-Force Attack-Resilient Password In Routers

Algorithm To Ensure And Enforce Brute-Force Attack-Resilient Password In Routers Algorithm To Ensure And Enforce Brute-Force Attack-Resilient Password In Routers Mohammed Farik, ABM Shawkat Ali Abstract: Issues of weak login passwords arising from default passwords in wired and wireless

More information

SIMPLE TEXT BASED CAPTCHA FOR THE SECURITY IN WEB APPLICATIONS

SIMPLE TEXT BASED CAPTCHA FOR THE SECURITY IN WEB APPLICATIONS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 4, April 2015,

More information

A STUDY OF GRAPHICAL PASSWORDS AND VARIOUS GRAPHICAL PASSWORD AUTHENTICATION SCHEMES

A STUDY OF GRAPHICAL PASSWORDS AND VARIOUS GRAPHICAL PASSWORD AUTHENTICATION SCHEMES , pp.-04-08. Available online at http://www.bioinfo.in/contents.php?id=219 A STUDY OF GRAPHICAL PASSWORDS AND VARIOUS GRAPHICAL PASSWORD AUTHENTICATION SCHEMES ASHWINI FULKAR*, SUCHITA SAWLA, ZUBIN KHAN

More information

A Text based Authentication Scheme for Improving Security of Textual Passwords

A Text based Authentication Scheme for Improving Security of Textual Passwords A Text based Authentication Scheme for Improving Security of Textual Passwords Shah Zaman Nizamani Department of Information Technology Quaid-e-Awam University of Engineering, Science & Technology, Pakistan

More information

Security Weaknesses of a Biometric-Based Remote User Authentication Scheme Using Smart Cards

Security Weaknesses of a Biometric-Based Remote User Authentication Scheme Using Smart Cards Security Weaknesses of a Biometric-Based Remote User Authentication Scheme Using Smart Cards Younghwa An Computer Media Information Engineering, Kangnam University, 111, Gugal-dong, Giheung-gu, Yongin-si,

More information

SemCAPTCHA user-friendly alternative for OCR-based CAPTCHA systems

SemCAPTCHA user-friendly alternative for OCR-based CAPTCHA systems Proceedings of the International Multiconference on Computer Science and Information Technology pp. 325 329 ISBN 978-83-60810-14-9 ISSN 1896-7094 SemCAPTCHA user-friendly alternative for OCR-based CAPTCHA

More information

Survey on Various Techniques of User Authentication and Graphical Password

Survey on Various Techniques of User Authentication and Graphical Password Survey on Various Techniques of User Authentication and Graphical Password Miss. Saraswati B. Sahu #1, Associate Prof. Angad Singh *2 1(M. Tech Scholar, Dept. of Information Technology, NIIST, Bhopal,

More information