• No results found

ARM7 Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology

N/A
N/A
Protected

Academic year: 2020

Share "ARM7 Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology"

Copied!
5
0
0

Loading.... (view fulltext now)

Full text

(1)

International Journal of Emerging Technology and Advanced Engineering

Website: www.ijetae.com (ISSN 2250-2459,ISO 9001:2008 Certified Journal, Volume 4, Issue 2, February 2014)

856

ARM7 Based Smart ATM Access & Security System Using

Fingerprint Recognition & GSM Technology

Khatmode Ranjit P

1

, Kulkarni Ramchandra V

2

, Ghodke Bharat S

3

, Prof. P. P. Chitte

4

, Prof. Anap S. D

5 1

Student of B.E. Electronics, Pravara Rural engineering college, loni, Maharashtra, 4Assistant Prof., 5Assistant Prof. at Pravara Rural engineering college, loni, Maharashtra,

5Assistant Prof. at Pravara Rural engineering college, loni, Maharashtra,

Abstract The basic aim of this paper is to study the system, which is used for ATM access to cash withdrawal with more security. In this system, Bankers will collect the customer finger prints and mobile number while opening the account then only customer can access ATM machine. The working of system will start when our customer goes at ATM center. First there is switch for entry. After getting entry customer has to places his finger on the finger print module. Then system will check for user identity and checks validity of finger if it finds as a valid then ATM machine will ask to customer for 4-digit ATM pin, which is fixed. If that 4-digit code match with entered pin code then system will automatically generates another different 4-digit code i.e. OTP. And that code will be message to the customer’s registered mobile number through GSM modem which is connected to ARM 7. Here customer has to enter this code again .After entering OTP, System will checks whether entered code is a valid one or not. And if it is valid, the customer is allowed for further accessing. ATM will show options like cash withdrawal, cash deposit. Also purpose of using Temperature sensor and tilt sensor is to provide security for ATM Terminal.

KeywordsATM Terminal, ARM 7, Fingerprint Module, GSM Modem, OTP, Temperature Sensor, Tilt Sensor.

I. INTRODUCTION

The existing self banking system has got very high popularity with 24 hours service. Use of ATM (Automatic Teller Machine) is helpful for money transaction. ATM is activated by placing the card, then entering the pin number of the particular card. But this system is not safe to use because anybody can access the system if they have the card and pin number like we share our card and pin number to our friends who may miss use it. This is the main disadvantage of existing system.

Traditional ATM systems authenticate the method has some defects. Using ATM card and password cannot verify the client's identity exactly.

In recent years, the algorithm that the fingerprint recognition continuously updated, which has offered new verification means for us, the original password authentication method combined with the biometric identification technology verify the users identity better and achieve the purpose that use of ATM machines improve the safety .

In the proposed system we are trying to remove disadvantages of existing system. So security over money Transaction is our prime concern. In traditional system client has to carry debit or credit card with him to verify his identity. This identity card may lose, so instead of

traditional identification we are using biometric

identification. Fingerprint recognition has got continuously updated algorithm in recent years which mean perfect biometric identification. The purpose of generating OTP is to achieve better identification with high security. Security of ATM center is also important. For that there is a temperature sensor and tilt sensor.

II. CHARACTERISTICS OF SYSTEM

1. Fingerprint identification: It is used for customer’s

identification. So that there will be security for account identification.

2. Data Server: System can compare current client's

fingerprint information with remote fingerprint data server.

3. OTP: This is One Time Password which is used for

increasing security of money transaction. This code will be different for each payment.

4. Password analysis: Only fingerprint recognition is not

helpful in security point of view. So there password recognition in this system.

5. Remote authentication: System can compare current

(2)

International Journal of Emerging Technology and Advanced Engineering

Website: www.ijetae.com (ISSN 2250-2459,ISO 9001:2008 Certified Journal, Volume 4, Issue 2, February 2014)

857

6.Telephone alarming: Once an exception happens,

such as log in as the fake identity, the system will start the phone alarm to inform client and bank staff as soon as possible.

7.Police network connection: The system can call the

police if any wrong happens with machine and user.

III. WHY FINGERPRINT

1. There is very less chances of two people having

same fingerprint.

2. Human fingerprint may change in scale but cannot

change in appearance compared to other biometrics

3. It is easy to take fingerprint.

IV. BLOCK DIAGRAM

V. HOW SYSTEM WORKS

1 User will go to ATM center for withdrawal of money.

2 User will press entry button to enter in the ATM

center.

3 After entering in ATM center. User will place his

finger on module.

4 System will check database and asks for ATM pin.

5 If ATM pin and fingerprint matches with database.

6 6.Machine will generate OTP and send to user’s

registered mobile.

7 User have to type OTP and if it correct. Account will

be open and user will be allowed for drawing money.

8 Another system we are implementing in this system is

to secure ATM from thief and fire.

9 If position of ATM changes it will turn off shutter of

ATM by using DC motor. For detecting position of ATM tilt sensor will be used.

10Temperature sensor is used for detecting temperature

of ATM. If temperature increases beyond limit. Sprinklers will be on to vanish fire.

VI. HARDWARE DESIGN

1. The LPC2148 is the main control unit of this project,

Along with LPC2148 there is connection of different module such as Fingerprint module, GSM modem, keypad module, LCD module

2. Fingerprint module: In our project fingerprint module

is used for getting customers identification with more efficiently.

3. GSM modem: It is used for transmitting 4 digits OTP

which is generated by processor on user’s registered mobile number.

4. Keypad Module: 4*4 matrix keypad is used to

provide user’s pin and OTP.

5. LCD module: 16*2 LCD module is used as display

for ATM terminal.

6. Temperature Sensor (LM35): Basic function of

temperature sensor is to sense the temperature. If temperature rises above the set point then it automatically generates alarming signal and at the same time starts sprinkler.

7. Tilt Sensor: It is used for sensing the position of

ATM. If in case of robbery the position of ATM is changed then this sensor will automatically generate alarming signal and will shut down the shutter of ATM center.

VII. SOFTWARE DESIGN

The design is component of three parts which included the design of main program flow chart ATM access, program flowchart for ATM security, and the algorithm of fingerprint recognition flow chart.

TEMP SENSOR RS-232

MOTOR DRIVER

BUZZER DRIVER TILT

SENSOR

DC MOTOR FINGER PRINT

MODULE

ALARM SYSTEM 4*4 KEYPAD

SWITCH FOR ENTRY

LCD DISPLAY

RS-232 STANDARD

ARM 7

LPC2148

GSM MODULE

STATUS LEDs

DRAWER

(3)

International Journal of Emerging Technology and Advanced Engineering

Website: www.ijetae.com (ISSN 2250-2459,ISO 9001:2008 Certified Journal, Volume 4, Issue 2, February 2014)

858

This system of software is implemented by the steps as follows: first of all, the Linux kernel and the File system are loaded into the main chip. The next, the system is initialized to implement specific task, such as checking ATM system, GSM communication and so on, and then each module reset for ready to run commands. Before using ATM terminal, the mobile number and fingerprint of the customer is required.

Software design has three parts which are as follows:

A. Fingerprint recognition flowchart

B. Flowchart for ATM Access

C. Flowchart for ATM Security

A. Fingerprint Recognition Flowchart

It has following steps which are as follows:

1. Normalization

First input image is taken and that input image is normalized for specific variance and mean. This operation is done Pixel-wise. This operation doesn’t change the resolution of ridge and valley structures, but it reduces the variations in the gray-level values along with ridges and valleys.

2. Local Orientation Estimation

Normalized image then fed to next block in which orientation image is estimated. Orientation image defines invariant coordinates of ridges and valleys.

3. Local Frequency Estimation

This image is calculated from Normalized input image & local orientation image.

4. Region Mask Estimation

In this block normalized input image is divided into two parts i.e. recoverable and unrecoverable.

5. Filtering

The main aim of filtering is image enhancement. For image enhancement there are many Gabor filters which are connected in cascaded.

Input Fingerprint

Image

Region mask Generation Orientation Image

Estimation

Frequency Image Estimation

Filtering Normalization

Enhanced Output

(4)

International Journal of Emerging Technology and Advanced Engineering

Website: www.ijetae.com (ISSN 2250-2459,ISO 9001:2008 Certified Journal, Volume 4, Issue 2, February 2014)

859

B. Flowchart for ATM Access C. Flowchart for ATM Security

START

Take clients fingerprint and ask for 4 digit pin

Compare current fingerprint data with server data

Is user valid? Is user valid?

Generate OTP and send it on client’s registered mobile number

Ask for OTP

Open the clients account

STOP

If position is changed,

generate alarm and

shut down shutter

If temperature is high,

generate alarm and on

sprinkler

START

Check for

temperature and

position of ATM

(5)

International Journal of Emerging Technology and Advanced Engineering

Website: www.ijetae.com (ISSN 2250-2459,ISO 9001:2008 Certified Journal, Volume 4, Issue 2, February 2014)

860

VIII. FUTURE SCOPE

In this project we are using fingerprint module as mode of authentication. This project is depending on the biometrics i.e. fingerprint. In future it will be very easy to implement because each person has his own fingerprints with the permanent uniqueness. The system will provide many advantages such as, we do not forget our fingers, Users respect them, fraudsters are afraid of them, Protects privacy. Fingerprints do not change over time, Fingerprints stop unauthorized access, and all fingers are unique, which allows each person to have ten easy uses of identifiers, Base of all world-wide identification.

In future systems using biometric will be preferred as method to provide security and authentication this will eliminate forgery and fraud in many organizations.

IX. CONCLUSION

The Implementation of ATM security by using

fingerprint recognition and GSM MODEM took

advantages of the stability and reliability of fingerprint characteristics. Additional, the system also contains the original verifying methods which were inputting owner's password which is send by the controller. The security features were enhanced largely for the stability and reliability of owner recognition. The whole system will be built on the technology of embedded system which makes the system more safe, reliable and easy to use.

Additional, system also contains security of ATM itself which are as follows Temperature sensor, which is used for protecting ATM centre from fire in which if there is fire then sprinkler will be ON. Tilt (MEMS) Sensors, which use a micro-machined acceleration sensing element with a DC response to measure inclination relative to gravity. As position of ATM machine change, The DC motor

connected to the shutter of ATM centre will be ON.

REFERENCES

[1] IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 20, NO. 8, AUGUST 1998 Fingerprint Image Enhancement: Algorithm and Performance Evaluation by Lin Hong, Student Member, IEEE, Yifei Wan, and Anil Jain, Fellow, IEEE.

[2] International Journal of Electronics Communication and Computer Engineering Volume 3, Issue (1) NCRTCST, ISSN 2249 –071X Implementation of ATM Security by Using Fingerprint recognition and GSM by PENNAM KRISHNAMURTHY & MR. M. MADDHUSUDHAN REDDDY

[3] An Improved Method for Extraction of Fingerprint Features Jianwei Yang, Lifeng Liu, and Tianzi Jiang*, Member, IEEE National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Sciences, Beijing 100080, P. R. China.

[4] Volume 3, No. 11, November 2012 Journal of Global Research in Computer Science RESEARCH PAPER HIGH PROTECTION HUMAN IRIS AUTHENTICATION IN NEW ATM TERMINAL DESIGN USING BIOMETRICS MECHANISM

[5] Indian Journal of Science and Technology Supplementary Article ATM Terminal Design using Biological Technology by V. Khanaa and Krishna Mohanta

[6] International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 www.ijres.org Volume 1 Issue 3 ǁ July. 2013 ǁ PP.27-33 Real Time Sms-Based Hashing Scheme for Securing Financial Transactions on ATM Terminal

[7] Improving PIN Processing API Security by R. Focardi & F. Luccio Universit`a di Venezia,Italy and G. Steel LSV, CNRS & ENS de Cachan, France

References

Related documents

The proposal would be an effective partnership between the Chamber and Northbrook College and help to ensure a sustainable project with dedicated on site services and support

We first construct a left preconditioner, based on inf-sup theory, that transforms the linear system to a symmetric positive definite problem that can be solved by the

We can cover call traders for Public Liability Insurance to the value of £5 Million whilst trading at The BathVA Markets, Green Park Station.. Please note that you are

Conclusions: Our results reveal that maternal immunization induces allergen-specific B10 cells in offspring and a pivotal role for the IgG repertoire in IL-10 production by

In contrast to a traditional gravity approach, which relies on direct gross exports between bilateral trade partners, our model additionally includes (1) domestic and global value

In this system, Banker’s will collect the customer’s finger print and mobile number while opening the account, then only the customer can access the ATM machine.. The working of

The Governor and Legislature have made these funds available in Ohio to purchase digital texts, electronic educational content and professional development and training resources

4.4.1 The subscriber shall not manipulate information supplied by the CRS/GDS in a manner that would result in biased, inaccurate or misleading information to the consumer. 4.4.2