SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5249
EasyKey - Multipurpose RFID Card based IoT System
Abhinav1, Abhinav Kumar2, Akshari Nidugala3, Mridul Ganga4
1,2,3,4B.E., Department of Information Science and Engineering, The National Institute of Engineering, Mysuru, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - We often find our wallets overloaded with many
different cards that serve various purposes. The handling and
monitoring of all these cards becomes a very cumbersome
task. We end up misplacing one or the other card, orweendup
forgetting a particular card at home. Our projectaimstosolve
this issue that we face. This project proposes the use ofasingle
card that will perform the operations of some ofthecardsthat
we possess. Basically, we are promoting the use of a single
card in place of some cards. This way, we can easily keeptrack
of a single multipurpose card instead of keeping tab of
multiple cards. This project proposes a system called EasyKey
that uses RFID (Radio Frequency IdentificationReader)cards,
which can be used along with a wide range of applications.
The project provides Two Factor Authentication using a
mobile device and allows the user to list all the authentication
requests on a mobile application.
Key Words: EasyKey, multipurpose card, RFID, Two Factor
Authentication
1. INTRODUCTION
Our project EasyKey proposes the use of a single RFID
(Radio Frequency Identification Reader)cardtoperformthe
operations of Authentication andPaymentcards.Thisishow
the EasyKey card can be used- when the user visits a store
he/she can make payments using the card, when the user
visits a hospital he/she can register using the same RFID
card all the operations mustgothroughthemobiledevice for
authentication. The authentication will be two factor
authentication for privacy and security purposes.
Radio-frequency identification (RFID) uses electromagnetic
fields to identify and track tags attached to objects
automatically. Electronically stored information is
maintained in the tags. Passive tags collect energy from a
nearby RFID reader's interrogating radio waves. Active tags
have a local power source and may operate from several
meters from the RFID reader. The tag need not be within the
line of sight of the reader unlike a barcode, so it may be
embedded in the tracked object. RFID is one method of
automatic identification and data capture.
Two-factor authentication is an authentication method in
which a computer user is granted access only after
successfully presentingtwo piecesoffactorstocompleteand
authentication. It is a method of confirming identities
claimed by users by using a mixture of two different factors:
1) something they know, 2) something they have, or 3)
something they are. An exampleoftwo-factorauthentication
is withdrawing of money from an ATM machine; only the
correct combination of a bank card (somethingtheuserhas)
and a PIN (something the userknows)allowsthetransaction
to be carried out.
2. SYSTEM DESCRIPTION
The system comprises of the following components-
 Application at user end
 A device on the vendor’s end
 Vendor database
 API Server
 EasyKey database
The user swipes his/her card at a vendor’s machine device.
The vendor’s device receives a RFID code. The system uses a
Two Factor Authentication for confirmation. The first factor
of authentication is met when the vendor device makes an
authentication request to EasyKey server. The EasyKey
receives the request and puts it into its database. The
EasyKey server then sends a authentication request to the
user’s mobile device. This satisfiesthesecondauthentication
factor. The user then reviews and performs action
accordingly. The user either accepts or declines the
transaction. If the transaction is accepted, the vendor device
is notified of a “Successful transaction”. If the transaction is
declined, the vendor device is notified of an “Unsuccessful
transaction”.
3. EXISTING SYSTEM
There have been numerous systems designed that makeuse
of RFID cards.
 RFID technology has been used to simulate smart
trolleys that can be used in supermarkets, in order
to alleviate the time consuming process of a bar
code scanner at the cash counter.
 RFID technology has also beenusedindevelopment
of a smart library management system in order to
allow fast transactions like issue and return of
books by reducing manual intervention as far as
possible.
 RFID tags have also beenusedalongwithZigBeeand
NFC systems to bring about smart shopping
experiences for user by helping new users in
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5250
selecting shopping items according to popularity
and demand.
4. PROPOSED APPROACH
4.1 Block Diagram
Fig 1- Block diagram of system
4.2 Hardware design
The Hardware Design contains Raspberry pi, RFID reading
sensor and few RFID cards. With this system,theuserwill be
able to authenticate himself/herself to places like hospitals.
Users can also make payments to vendors at shops. At first,
the user will have to register himself/herself by fillingall the
necessary details.
The raspberry pi is connected to the RFID sensor and wifi.
The RFID card is scanned through the sensor. The unique ID
of the card will be stored in the database and the user will be
asked to fill in personal credentials like Name, Email, Phone
number, Aadhar number, PAN number and billing and
communication address. The user will also be askedtoenter
payment details like UPI ID.
Now, when the user scans the RFID card at any vendor,’s
device the ID will be matched to the database and the user
will get a notification on his/her registered mobile number
to authenticate the request. The request will then be
authenticated. For payments, the user will get a notification
on mobile for either accepting or declining the payment.
The Raspberry pi is connected to the web server via the
wireless network. The web server is connected to the
database as shown in the block diagram.
Fig 2- Raspberry pi setup
Fig 3- Raspberry pi setup
Fig 4-RFID Sensor
4.3 Software design
The mobile application will have the following design-
THE HOME PAGE:
Fig 5- Home page of application
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5251
THE SIGN UP PROCESS
Fig 6- Sign Up Process
AFTER LOGIN
Fig 7- Login and payment
AFTER TRANSACTION
Fig 8- Transaction success or failure
CODE SNIPPET FOR SERVER THAT CONNECTS TO
DATABASE
4.4 Database
The entity relationship of the database used in this system is
shown below:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5252
Fig 9- Entity relationship
5. SYSTEM FLOW
The system flow is shown below in Fig. 10
Fig 10 – System Flow
6. PROGRAM FLOWCHART
Fig 11- Program flowchart
7. FUTURE ENHANCEMENTS
The fact that the scope of the project is large cannot be
denied. After analyzing from various different angles, one
prospect which we can work upon is security. In this
growing radius of Internet, we come across threats to
personal data and security related issues. Most of the data
and privacy issues have been taken care of in this project.
However, minor concerns will be taken care of in the further
versions. Moreover we aim to collaborate with the currently
existing UPI payment andidentificationapplicationsinorder
to expand the scope of the overall project. Linking the
account of the user with various other platforms will give
him/her the independence to sync all the data at once and
create a single login which will work for rest of the
applications. Adjusting with the current infrastructure will
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5253
become easy with further improvisations which will credit
the user to access data and services more easily.
CONCLUSION
In this paper, we have shown the implementation of a single
multipurpose RFID card that can be used to make payments
and for authentication purposes. This multipurpose card
eliminates the need of carrying various cards that are used
for authentication and payment usages. We have kept in
mind the privacy and securityaspectsoftheusers,andhence
have instilled a Two Factor authentication. This two factor
authentication reduces the risk of transactions being
performed when the card falls into wrong hands. Decisively,
this application may reduce the number of cards that a
person carries in his/her wallet. Also, the many number of
cards may be replaced by this single multipurpose RFID
card.
REFERENCES
[1] J. C. Michael Melton, Theodore Arnold "Managing RFID
tags using an RFID-enabled cart," 2005.
Available:https://patents.google.com/patent/US200601
63350A1/fr#patentCitations.
[2] A. X. Liu and L. A. Bailey, "PAP: A privacy and
authentication protocol for passive RFID tags,"
Comput. Commun., vol. 32, pp. 1194-1199, 2009.
[3] Cheng Feng, Research for Application of RFID in
Library, 978-1-4244-6947-5/10 ©20l0 IEEE
[4] Paul Golding and Vanesa Tennant, Performance and
Reliability of Radio Frequency Identification (RFID)
Library System, 0-7695-2777-9/07 © 2007 IEEE.
[5] Tim Good · Mohammed Benaissa, “A holistic approach
examining RFID design for security and privacy,”
JSupercomput 64, pp. 664–684, 2013.
[6] Mirza, Zainab Rasheed Fahad and M.N. Brohi,
“Integrating radiofrequency identificationtechnologyin
academic management system,” J. Comput. Sci., vol. 10,
issue 2, pp. 361-365, 2014.
[7] Dawes A.T. (2004),”Is RFID Right for Your
Library”,Journal of Access Services, Volume 2(4), pp 7-
13.

More Related Content

What's hot

IRJET-RFID Based Smart Shopping Kart
IRJET-RFID Based Smart Shopping KartIRJET-RFID Based Smart Shopping Kart
IRJET-RFID Based Smart Shopping KartIRJET Journal
 
IRJET - RFID based E-Ration Card for Disabled People
IRJET - RFID based E-Ration Card for Disabled PeopleIRJET - RFID based E-Ration Card for Disabled People
IRJET - RFID based E-Ration Card for Disabled PeopleIRJET Journal
 
Design Approach for Automatic Rationing Distribution System
Design Approach for Automatic Rationing Distribution SystemDesign Approach for Automatic Rationing Distribution System
Design Approach for Automatic Rationing Distribution SystemIRJET Journal
 
IRJET- Smart Trolley for Billing System
IRJET-   	  Smart Trolley for Billing SystemIRJET-   	  Smart Trolley for Billing System
IRJET- Smart Trolley for Billing SystemIRJET Journal
 
IRJET- Digital Tranquillity in Cheque Transaction System
IRJET-  	  Digital Tranquillity in Cheque Transaction SystemIRJET-  	  Digital Tranquillity in Cheque Transaction System
IRJET- Digital Tranquillity in Cheque Transaction SystemIRJET Journal
 
IRJET - Shopping Automation Techniques
IRJET -  	  Shopping Automation TechniquesIRJET -  	  Shopping Automation Techniques
IRJET - Shopping Automation TechniquesIRJET Journal
 
IRJET - Internet of Things based Smart Shopping Cart
IRJET - Internet of Things based Smart Shopping CartIRJET - Internet of Things based Smart Shopping Cart
IRJET - Internet of Things based Smart Shopping CartIRJET Journal
 
IRJET- Smart Trolley System for Automated Billing using RFID and IoT
IRJET-  	  Smart Trolley System for Automated Billing using RFID and IoTIRJET-  	  Smart Trolley System for Automated Billing using RFID and IoT
IRJET- Smart Trolley System for Automated Billing using RFID and IoTIRJET Journal
 
11.rfid based automatic shopping cart
11.rfid based automatic shopping cart11.rfid based automatic shopping cart
11.rfid based automatic shopping cartAlexander Decker
 
IRJET- Smart Billing Cart
IRJET- Smart Billing CartIRJET- Smart Billing Cart
IRJET- Smart Billing CartIRJET Journal
 
RFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemRFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemlaharipothula
 
Shopping and automatic billing using rfid technology
Shopping and automatic billing using rfid technologyShopping and automatic billing using rfid technology
Shopping and automatic billing using rfid technologyIAEME Publication
 
Smart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controllingSmart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controllingPranav Veerani
 
IRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFIDIRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFIDIRJET Journal
 
Smart Intelligent trolley
Smart Intelligent trolley Smart Intelligent trolley
Smart Intelligent trolley yokesh waran
 
Rfid based shopping trolley project report
Rfid based shopping trolley project reportRfid based shopping trolley project report
Rfid based shopping trolley project reportfuturetechnovation
 
Intelligent trolley for shopping mall using io t
Intelligent trolley for shopping mall using io tIntelligent trolley for shopping mall using io t
Intelligent trolley for shopping mall using io tsuryakiran Chilukuri
 
Intelligent Billing Using Electronic Trolley for Mega Malls Paper
Intelligent Billing Using Electronic Trolley for Mega Malls PaperIntelligent Billing Using Electronic Trolley for Mega Malls Paper
Intelligent Billing Using Electronic Trolley for Mega Malls PaperRUTURAJ SHETE
 

What's hot (20)

IRJET-RFID Based Smart Shopping Kart
IRJET-RFID Based Smart Shopping KartIRJET-RFID Based Smart Shopping Kart
IRJET-RFID Based Smart Shopping Kart
 
IRJET - RFID based E-Ration Card for Disabled People
IRJET - RFID based E-Ration Card for Disabled PeopleIRJET - RFID based E-Ration Card for Disabled People
IRJET - RFID based E-Ration Card for Disabled People
 
Design Approach for Automatic Rationing Distribution System
Design Approach for Automatic Rationing Distribution SystemDesign Approach for Automatic Rationing Distribution System
Design Approach for Automatic Rationing Distribution System
 
IRJET- Smart Trolley for Billing System
IRJET-   	  Smart Trolley for Billing SystemIRJET-   	  Smart Trolley for Billing System
IRJET- Smart Trolley for Billing System
 
IRJET- Digital Tranquillity in Cheque Transaction System
IRJET-  	  Digital Tranquillity in Cheque Transaction SystemIRJET-  	  Digital Tranquillity in Cheque Transaction System
IRJET- Digital Tranquillity in Cheque Transaction System
 
IRJET - Shopping Automation Techniques
IRJET -  	  Shopping Automation TechniquesIRJET -  	  Shopping Automation Techniques
IRJET - Shopping Automation Techniques
 
IRJET - Internet of Things based Smart Shopping Cart
IRJET - Internet of Things based Smart Shopping CartIRJET - Internet of Things based Smart Shopping Cart
IRJET - Internet of Things based Smart Shopping Cart
 
IRJET- Smart Trolley System for Automated Billing using RFID and IoT
IRJET-  	  Smart Trolley System for Automated Billing using RFID and IoTIRJET-  	  Smart Trolley System for Automated Billing using RFID and IoT
IRJET- Smart Trolley System for Automated Billing using RFID and IoT
 
Smart shopping system
Smart shopping systemSmart shopping system
Smart shopping system
 
11.rfid based automatic shopping cart
11.rfid based automatic shopping cart11.rfid based automatic shopping cart
11.rfid based automatic shopping cart
 
IRJET- Smart Billing Cart
IRJET- Smart Billing CartIRJET- Smart Billing Cart
IRJET- Smart Billing Cart
 
RFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemRFID based smart shopping cart and billing system
RFID based smart shopping cart and billing system
 
Shopping and automatic billing using rfid technology
Shopping and automatic billing using rfid technologyShopping and automatic billing using rfid technology
Shopping and automatic billing using rfid technology
 
Smart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controllingSmart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controlling
 
IRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFIDIRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFID
 
Smart Intelligent trolley
Smart Intelligent trolley Smart Intelligent trolley
Smart Intelligent trolley
 
K1103047173
K1103047173K1103047173
K1103047173
 
Rfid based shopping trolley project report
Rfid based shopping trolley project reportRfid based shopping trolley project report
Rfid based shopping trolley project report
 
Intelligent trolley for shopping mall using io t
Intelligent trolley for shopping mall using io tIntelligent trolley for shopping mall using io t
Intelligent trolley for shopping mall using io t
 
Intelligent Billing Using Electronic Trolley for Mega Malls Paper
Intelligent Billing Using Electronic Trolley for Mega Malls PaperIntelligent Billing Using Electronic Trolley for Mega Malls Paper
Intelligent Billing Using Electronic Trolley for Mega Malls Paper
 

Similar to IRJET- Easykey - Multipurpose RFID Card based IoT System

IRJET- Document Digitization
IRJET- Document DigitizationIRJET- Document Digitization
IRJET- Document DigitizationIRJET Journal
 
A Survey on RFID Based Smart Shopping System and Automated Billing
A Survey on RFID Based Smart Shopping System and Automated BillingA Survey on RFID Based Smart Shopping System and Automated Billing
A Survey on RFID Based Smart Shopping System and Automated BillingIRJET Journal
 
IRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET Journal
 
IRJET - A Novel Approach for Automating Vehicle Verification and Tracking
IRJET - A Novel Approach for Automating Vehicle Verification and TrackingIRJET - A Novel Approach for Automating Vehicle Verification and Tracking
IRJET - A Novel Approach for Automating Vehicle Verification and TrackingIRJET Journal
 
IRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation SystemIRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation SystemIRJET Journal
 
IRJET - A Survey Paper on Secure Digital Payment
IRJET -  	  A Survey Paper on Secure Digital PaymentIRJET -  	  A Survey Paper on Secure Digital Payment
IRJET - A Survey Paper on Secure Digital PaymentIRJET Journal
 
Development and implementation of a miniature RFID system in a shopping mall ...
Development and implementation of a miniature RFID system in a shopping mall ...Development and implementation of a miniature RFID system in a shopping mall ...
Development and implementation of a miniature RFID system in a shopping mall ...IJECEIAES
 
IRJET- Technical Review of different Methods for Multi Factor Authentication
IRJET-  	  Technical Review of different Methods for Multi Factor AuthenticationIRJET-  	  Technical Review of different Methods for Multi Factor Authentication
IRJET- Technical Review of different Methods for Multi Factor AuthenticationIRJET Journal
 
IRJET- A Mobile Payment System Based on Face Recognition
IRJET- A Mobile Payment System Based on Face RecognitionIRJET- A Mobile Payment System Based on Face Recognition
IRJET- A Mobile Payment System Based on Face RecognitionIRJET Journal
 
IRJET- Li-Fi Based Interactive Intelligent Shopping System with Auto Paym...
IRJET-  	  Li-Fi Based Interactive Intelligent Shopping System with Auto Paym...IRJET-  	  Li-Fi Based Interactive Intelligent Shopping System with Auto Paym...
IRJET- Li-Fi Based Interactive Intelligent Shopping System with Auto Paym...IRJET Journal
 
All-in-One Intelligent Shopping Trolley with Automatic Billing and Payment Sy...
All-in-One Intelligent Shopping Trolley with Automatic Billing and Payment Sy...All-in-One Intelligent Shopping Trolley with Automatic Billing and Payment Sy...
All-in-One Intelligent Shopping Trolley with Automatic Billing and Payment Sy...IRJET Journal
 
Transactions Using Bio-Metric Authentication
Transactions Using Bio-Metric AuthenticationTransactions Using Bio-Metric Authentication
Transactions Using Bio-Metric AuthenticationIRJET Journal
 
DESIGN AND IMPLEMENTATION OF A LIGHT FIDELITY BASED AUTOMATED SMART TROLLEY F...
DESIGN AND IMPLEMENTATION OF A LIGHT FIDELITY BASED AUTOMATED SMART TROLLEY F...DESIGN AND IMPLEMENTATION OF A LIGHT FIDELITY BASED AUTOMATED SMART TROLLEY F...
DESIGN AND IMPLEMENTATION OF A LIGHT FIDELITY BASED AUTOMATED SMART TROLLEY F...IRJET Journal
 
Smart Retailing using IOT
Smart Retailing using IOTSmart Retailing using IOT
Smart Retailing using IOTIRJET Journal
 
IRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A ReviewIRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A ReviewIRJET Journal
 
IRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall AssistantIRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall AssistantIRJET Journal
 
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for SupermarketIRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for SupermarketIRJET Journal
 
Survey Paper on Frodo: Fraud Resilient Device for Off-Line Micro-Payments
Survey Paper on Frodo: Fraud Resilient Device for Off-Line Micro-PaymentsSurvey Paper on Frodo: Fraud Resilient Device for Off-Line Micro-Payments
Survey Paper on Frodo: Fraud Resilient Device for Off-Line Micro-PaymentsIRJET Journal
 
IRJET - Audio Guide for Patient Regarding Doctor’s Prescription
IRJET - Audio Guide for Patient Regarding Doctor’s PrescriptionIRJET - Audio Guide for Patient Regarding Doctor’s Prescription
IRJET - Audio Guide for Patient Regarding Doctor’s PrescriptionIRJET Journal
 
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...IRJET Journal
 

Similar to IRJET- Easykey - Multipurpose RFID Card based IoT System (20)

IRJET- Document Digitization
IRJET- Document DigitizationIRJET- Document Digitization
IRJET- Document Digitization
 
A Survey on RFID Based Smart Shopping System and Automated Billing
A Survey on RFID Based Smart Shopping System and Automated BillingA Survey on RFID Based Smart Shopping System and Automated Billing
A Survey on RFID Based Smart Shopping System and Automated Billing
 
IRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart System
 
IRJET - A Novel Approach for Automating Vehicle Verification and Tracking
IRJET - A Novel Approach for Automating Vehicle Verification and TrackingIRJET - A Novel Approach for Automating Vehicle Verification and Tracking
IRJET - A Novel Approach for Automating Vehicle Verification and Tracking
 
IRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation SystemIRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation System
 
IRJET - A Survey Paper on Secure Digital Payment
IRJET -  	  A Survey Paper on Secure Digital PaymentIRJET -  	  A Survey Paper on Secure Digital Payment
IRJET - A Survey Paper on Secure Digital Payment
 
Development and implementation of a miniature RFID system in a shopping mall ...
Development and implementation of a miniature RFID system in a shopping mall ...Development and implementation of a miniature RFID system in a shopping mall ...
Development and implementation of a miniature RFID system in a shopping mall ...
 
IRJET- Technical Review of different Methods for Multi Factor Authentication
IRJET-  	  Technical Review of different Methods for Multi Factor AuthenticationIRJET-  	  Technical Review of different Methods for Multi Factor Authentication
IRJET- Technical Review of different Methods for Multi Factor Authentication
 
IRJET- A Mobile Payment System Based on Face Recognition
IRJET- A Mobile Payment System Based on Face RecognitionIRJET- A Mobile Payment System Based on Face Recognition
IRJET- A Mobile Payment System Based on Face Recognition
 
IRJET- Li-Fi Based Interactive Intelligent Shopping System with Auto Paym...
IRJET-  	  Li-Fi Based Interactive Intelligent Shopping System with Auto Paym...IRJET-  	  Li-Fi Based Interactive Intelligent Shopping System with Auto Paym...
IRJET- Li-Fi Based Interactive Intelligent Shopping System with Auto Paym...
 
All-in-One Intelligent Shopping Trolley with Automatic Billing and Payment Sy...
All-in-One Intelligent Shopping Trolley with Automatic Billing and Payment Sy...All-in-One Intelligent Shopping Trolley with Automatic Billing and Payment Sy...
All-in-One Intelligent Shopping Trolley with Automatic Billing and Payment Sy...
 
Transactions Using Bio-Metric Authentication
Transactions Using Bio-Metric AuthenticationTransactions Using Bio-Metric Authentication
Transactions Using Bio-Metric Authentication
 
DESIGN AND IMPLEMENTATION OF A LIGHT FIDELITY BASED AUTOMATED SMART TROLLEY F...
DESIGN AND IMPLEMENTATION OF A LIGHT FIDELITY BASED AUTOMATED SMART TROLLEY F...DESIGN AND IMPLEMENTATION OF A LIGHT FIDELITY BASED AUTOMATED SMART TROLLEY F...
DESIGN AND IMPLEMENTATION OF A LIGHT FIDELITY BASED AUTOMATED SMART TROLLEY F...
 
Smart Retailing using IOT
Smart Retailing using IOTSmart Retailing using IOT
Smart Retailing using IOT
 
IRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A ReviewIRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A Review
 
IRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall AssistantIRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall Assistant
 
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for SupermarketIRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
 
Survey Paper on Frodo: Fraud Resilient Device for Off-Line Micro-Payments
Survey Paper on Frodo: Fraud Resilient Device for Off-Line Micro-PaymentsSurvey Paper on Frodo: Fraud Resilient Device for Off-Line Micro-Payments
Survey Paper on Frodo: Fraud Resilient Device for Off-Line Micro-Payments
 
IRJET - Audio Guide for Patient Regarding Doctor’s Prescription
IRJET - Audio Guide for Patient Regarding Doctor’s PrescriptionIRJET - Audio Guide for Patient Regarding Doctor’s Prescription
IRJET - Audio Guide for Patient Regarding Doctor’s Prescription
 
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
IRJET- Smartcard Less-Biometric Technique(SLBT) User Authentication Defending...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 

IRJET- Easykey - Multipurpose RFID Card based IoT System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5249 EasyKey - Multipurpose RFID Card based IoT System Abhinav1, Abhinav Kumar2, Akshari Nidugala3, Mridul Ganga4 1,2,3,4B.E., Department of Information Science and Engineering, The National Institute of Engineering, Mysuru, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - We often find our wallets overloaded with many different cards that serve various purposes. The handling and monitoring of all these cards becomes a very cumbersome task. We end up misplacing one or the other card, orweendup forgetting a particular card at home. Our projectaimstosolve this issue that we face. This project proposes the use ofasingle card that will perform the operations of some ofthecardsthat we possess. Basically, we are promoting the use of a single card in place of some cards. This way, we can easily keeptrack of a single multipurpose card instead of keeping tab of multiple cards. This project proposes a system called EasyKey that uses RFID (Radio Frequency IdentificationReader)cards, which can be used along with a wide range of applications. The project provides Two Factor Authentication using a mobile device and allows the user to list all the authentication requests on a mobile application. Key Words: EasyKey, multipurpose card, RFID, Two Factor Authentication 1. INTRODUCTION Our project EasyKey proposes the use of a single RFID (Radio Frequency Identification Reader)cardtoperformthe operations of Authentication andPaymentcards.Thisishow the EasyKey card can be used- when the user visits a store he/she can make payments using the card, when the user visits a hospital he/she can register using the same RFID card all the operations mustgothroughthemobiledevice for authentication. The authentication will be two factor authentication for privacy and security purposes. Radio-frequency identification (RFID) uses electromagnetic fields to identify and track tags attached to objects automatically. Electronically stored information is maintained in the tags. Passive tags collect energy from a nearby RFID reader's interrogating radio waves. Active tags have a local power source and may operate from several meters from the RFID reader. The tag need not be within the line of sight of the reader unlike a barcode, so it may be embedded in the tracked object. RFID is one method of automatic identification and data capture. Two-factor authentication is an authentication method in which a computer user is granted access only after successfully presentingtwo piecesoffactorstocompleteand authentication. It is a method of confirming identities claimed by users by using a mixture of two different factors: 1) something they know, 2) something they have, or 3) something they are. An exampleoftwo-factorauthentication is withdrawing of money from an ATM machine; only the correct combination of a bank card (somethingtheuserhas) and a PIN (something the userknows)allowsthetransaction to be carried out. 2. SYSTEM DESCRIPTION The system comprises of the following components-  Application at user end  A device on the vendor’s end  Vendor database  API Server  EasyKey database The user swipes his/her card at a vendor’s machine device. The vendor’s device receives a RFID code. The system uses a Two Factor Authentication for confirmation. The first factor of authentication is met when the vendor device makes an authentication request to EasyKey server. The EasyKey receives the request and puts it into its database. The EasyKey server then sends a authentication request to the user’s mobile device. This satisfiesthesecondauthentication factor. The user then reviews and performs action accordingly. The user either accepts or declines the transaction. If the transaction is accepted, the vendor device is notified of a “Successful transaction”. If the transaction is declined, the vendor device is notified of an “Unsuccessful transaction”. 3. EXISTING SYSTEM There have been numerous systems designed that makeuse of RFID cards.  RFID technology has been used to simulate smart trolleys that can be used in supermarkets, in order to alleviate the time consuming process of a bar code scanner at the cash counter.  RFID technology has also beenusedindevelopment of a smart library management system in order to allow fast transactions like issue and return of books by reducing manual intervention as far as possible.  RFID tags have also beenusedalongwithZigBeeand NFC systems to bring about smart shopping experiences for user by helping new users in
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5250 selecting shopping items according to popularity and demand. 4. PROPOSED APPROACH 4.1 Block Diagram Fig 1- Block diagram of system 4.2 Hardware design The Hardware Design contains Raspberry pi, RFID reading sensor and few RFID cards. With this system,theuserwill be able to authenticate himself/herself to places like hospitals. Users can also make payments to vendors at shops. At first, the user will have to register himself/herself by fillingall the necessary details. The raspberry pi is connected to the RFID sensor and wifi. The RFID card is scanned through the sensor. The unique ID of the card will be stored in the database and the user will be asked to fill in personal credentials like Name, Email, Phone number, Aadhar number, PAN number and billing and communication address. The user will also be askedtoenter payment details like UPI ID. Now, when the user scans the RFID card at any vendor,’s device the ID will be matched to the database and the user will get a notification on his/her registered mobile number to authenticate the request. The request will then be authenticated. For payments, the user will get a notification on mobile for either accepting or declining the payment. The Raspberry pi is connected to the web server via the wireless network. The web server is connected to the database as shown in the block diagram. Fig 2- Raspberry pi setup Fig 3- Raspberry pi setup Fig 4-RFID Sensor 4.3 Software design The mobile application will have the following design- THE HOME PAGE: Fig 5- Home page of application
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5251 THE SIGN UP PROCESS Fig 6- Sign Up Process AFTER LOGIN Fig 7- Login and payment AFTER TRANSACTION Fig 8- Transaction success or failure CODE SNIPPET FOR SERVER THAT CONNECTS TO DATABASE 4.4 Database The entity relationship of the database used in this system is shown below:
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5252 Fig 9- Entity relationship 5. SYSTEM FLOW The system flow is shown below in Fig. 10 Fig 10 – System Flow 6. PROGRAM FLOWCHART Fig 11- Program flowchart 7. FUTURE ENHANCEMENTS The fact that the scope of the project is large cannot be denied. After analyzing from various different angles, one prospect which we can work upon is security. In this growing radius of Internet, we come across threats to personal data and security related issues. Most of the data and privacy issues have been taken care of in this project. However, minor concerns will be taken care of in the further versions. Moreover we aim to collaborate with the currently existing UPI payment andidentificationapplicationsinorder to expand the scope of the overall project. Linking the account of the user with various other platforms will give him/her the independence to sync all the data at once and create a single login which will work for rest of the applications. Adjusting with the current infrastructure will
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5253 become easy with further improvisations which will credit the user to access data and services more easily. CONCLUSION In this paper, we have shown the implementation of a single multipurpose RFID card that can be used to make payments and for authentication purposes. This multipurpose card eliminates the need of carrying various cards that are used for authentication and payment usages. We have kept in mind the privacy and securityaspectsoftheusers,andhence have instilled a Two Factor authentication. This two factor authentication reduces the risk of transactions being performed when the card falls into wrong hands. Decisively, this application may reduce the number of cards that a person carries in his/her wallet. Also, the many number of cards may be replaced by this single multipurpose RFID card. REFERENCES [1] J. C. Michael Melton, Theodore Arnold "Managing RFID tags using an RFID-enabled cart," 2005. Available:https://patents.google.com/patent/US200601 63350A1/fr#patentCitations. [2] A. X. Liu and L. A. Bailey, "PAP: A privacy and authentication protocol for passive RFID tags," Comput. Commun., vol. 32, pp. 1194-1199, 2009. [3] Cheng Feng, Research for Application of RFID in Library, 978-1-4244-6947-5/10 ©20l0 IEEE [4] Paul Golding and Vanesa Tennant, Performance and Reliability of Radio Frequency Identification (RFID) Library System, 0-7695-2777-9/07 © 2007 IEEE. [5] Tim Good · Mohammed Benaissa, “A holistic approach examining RFID design for security and privacy,” JSupercomput 64, pp. 664–684, 2013. [6] Mirza, Zainab Rasheed Fahad and M.N. Brohi, “Integrating radiofrequency identificationtechnologyin academic management system,” J. Comput. Sci., vol. 10, issue 2, pp. 361-365, 2014. [7] Dawes A.T. (2004),”Is RFID Right for Your Library”,Journal of Access Services, Volume 2(4), pp 7- 13.