Project Topics

www.projecttopics.info

Engineering Projects

Color based Pattern Lock System


Published on Sep 03, 2023

Abstract

The devices most often used for IT services are changing from PCs and laptops to smart phones and tablets. These devices need to be small for increased portability. These technologies are convenient, but as the devices start to contain increasing amounts of important personal information, better security is required. Security systems are rapidly being developed, as well as solutions such as remote control systems.

However, even with these solutions, major problems could still result after a mobile device is lost. In this thesis, we present our upgraded Lock Screen system, which is able to support authentication for the user's convenience and provide a good security system for smart phones. We also suggest an upgraded authentication system for Android smart phones.

EXISTING SYSTEM:

Slide Lock:

This is a Lock Screen provided by Android and IOS and it is a “touch– horizontal slide” form of screen. It does not serve as a security system and necessitates extra security applications.

Glass Lock:

This is a Lock Screen based on the Android OS and is provided on Samsung devices. It works the same as a Slide Lock can be dragged in all directions. It is like putting a glass on the screen.

Keypad Lock:

This scheme requires a four-digit password, so it provides key space from 0 to 9999. Repetitive input touching of the smartphone is required, presenting an inconvenience factor.

Pattern Lock:

This is well matched with the user interface. There are nine dots on the screen, each of which can be touched and dragged one dot at a time (redundancy input is not available) to make a password. Accordingly, it provides approximately one million (= 9P4 + 9P5 + 9P6 + 9P7 + 9P8 + 9!) of key space. It reduces repetitive touching and provides for easy dragging. However, if users enter an easy pattern for convenience, there is weak security power; if users enter a more complicated pattern, the scheme will not be comfortable to use.

Finger Scan:

Atrix smartphone, made by Motorola, supplies a finger scanning system, which provides both good convenience and good security without touchdragging. Overlapping processes on the screen and low speed are the main problems in this system.

DISADVANTAGES OF EXISTING SYSTEM:

· It does not serve as a security system and necessitates extra security applications.

· Repetitive input touching of the smartphone is required, presenting an inconvenience factor.

· If users enter an easy pattern for convenience, there is weak security power; if users enter a more complicated pattern, the scheme will not be comfortable to use.

· Overlapping processes on the screen and low speed are the main problems

PROPOSED SYSTEM:

This Lock Screen is shown in Figure. Redundancy input (re-touching the circle) is allowed and when the circle is touched more than once, it changes color (maximum of seven times) so that the user can identify the correct input. In our demonstration video, we allowed 20 inputs and were able to make over one quadrillion passwords. In the Home Launcher, the Guest mode can be entered by shaking the mobile phone.

In the Guest mode, there are a limited number of apps allowed along with the Dockbar, in which we cannot use the Appdrawer button; we can only use the buttons that are freed by the user’s setting.

Color based Pattern Lock

ADVANTAGES OF PROPOSED SYSTEM:

The Lock Screen consists of activities, so it is included in the Home Launcher application package. The Screen receives the “On/Off Broadcast Receiver” so it is processed with Intent from Screen-On, activating the Lock Screen Activity. The Lock Screen Activity consists of Password settings and, to unlock the screen, a password must first be entered.

After setting the password, two options are available: a user can either enter the password or shake the mobile phone. Binding the Home key is different in Guest mode than it is in User mode. Comparing our system to the Pattern Lock and number password systems, the Pattern Lock has about one million key spaces, the number password system has about 10,000 key spaces, and our Lock Screen system has about ten million (6^9 = 10077696) key spaces. It can also be made larger by increasing the number of repetitive touches.

MODULES:

 Device Background module

 Configuration module

 Lock screen module

 Sending pattern in Mail module

MODULES DESCRIPTION:

Device Background

Our work reveals to identify user interaction with the phone, making calls, incoming calls and SMS and giving access to answer incoming call while screen is locked by our application. We also utilized a low level system resource than expensive sensors by consuming the resource when no other application accessing ie out application will require resource when device screen is off, which ultimately decrease the power consumption ie battery. Our device, which is a mobile smartphone, contains contacts, mails, and SMS as private information of the user. Encouraging results in protected user privacy and secure their data.

Configuration

First of all the user should configure their lock screen pattern, based on Redundancy input (re-touching the circle), user is allowed and when the circle is touched more than once, it changes color (maximum of seven times) so that the user can identify the correct input. Then the user can save the pattern he/she defined in the configuration screen

Lock Screen

The Screen receives the “On/Off Broadcast Receiver” so it is processed with Intent from Screen-On, activating the Lock Screen Activity. When the user click on the circle each time the color of circle will change, after entered the pattern user clicks Unlock button, and collect the pattern information is compared with the already configured pattern by user, if the pattern is match, then the screen allows user to enter into his mobile functionality, otherwise the message will be appear as wrong pattern.

Sending pattern in Mail module

If the user forget is password, he can’t access his phone, without giving correct pattern he already configured, so the pattern is send in mail to the mail id given by the user at the time of configuration.

SYSTEM REQUIREMENTS:

HARDWARE REQUIREMENTS:

 System : Pentium IV 2.4 GHz.

 Hard Disk : 40 GB.

 Floppy Drive : 1.44 Mb.

 Monitor : 15 VGA Colour.

 Mouse : Logitech.

 Ram : 512 Mb.

 MOBILE : ANDROID

SOFTWARE REQUIREMENTS:

 Operating system : Windows XP.

 Coding Language : Java 1.7

 Tool Kit : Android 2.3

 IDE : Eclipse








Related Projects