0% found this document useful (0 votes)
27 views1 page

Color-Based Session Authentication Methods

The document discusses the vulnerabilities of traditional textual passwords and introduces graphical passwords as an alternative. It proposes two techniques for generating session passwords using text and colors that are resistant to shoulder surfing, making them suitable for Personal Digital Assistants. The implementation involves a Python front end and a MySQL back end.

Uploaded by

yuvanitha19
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Color-Based Session Authentication Methods

The document discusses the vulnerabilities of traditional textual passwords and introduces graphical passwords as an alternative. It proposes two techniques for generating session passwords using text and colors that are resistant to shoulder surfing, making them suitable for Personal Digital Assistants. The implementation involves a Python front end and a MySQL back end.

Uploaded by

yuvanitha19
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

SESSION AUTHENTICATION PASSWORD USING COLOR

ABSTRACT

Textual passwords are the most common method used for

authentication. But textual passwords are vulnerable to eves dropping,

dictionary attacks, social engineering and shoulder surfing. Graphical passwords

are introduced as alternative techniques to textual passwords. Most of the

graphical schemes are vulnerable to shoulder surfing. To address this problem,

text can be combined with images or colors to generate session passwords for

authentication. Session passwords can be used only once and every time a new

password is generated. In this paper, two techniques are proposed to generate

session passwords using text and colors which are resistant to shoulder surfing.

These methods are suitable for Personal Digital Assistants.

Front end : Python

Back end : MySQL

You might also like