Secured Smart Card System Using PostGreSQL Database
Secured Smart Card System Using PostGreSQL Database
Abstract — This paper is concentrated on smart card transaction which has a healthy transformation of data from
security in increased transmission rate of information. The one end to other end.
retrieval of data from the database for the application of
smart cards is normally made up with embedded system 2. Existing System
technologies and various methods which is convenient for
their own purpose. Technologies like Passive Infrared Developing highly secured software has more challenges
Receiver (PIR) sensors, Denial of Service (DoS) attacks, while it has to be implemented in real time. As for most of
Radio Frequency Identification (RFID) modules and the secured devices, preferably used embedded system but
machine to machine communications are used for the complexity of developing a quality embedded system is
developing a secured end to end communication. Smart costly. As hardware and software is used, the hardware used
cards are used for single person identification and so this will be of high range for maintaining its quality of work.
system should be much secured. The process of it is We also need a database to store all the details about a
completed with various algorithms for making it a working particular person and the transactions made by them. The
model in real time. PostGreSQL database is used for storing database must be highly secured, that is data should be
the data and which also reduces cost. PostGreSQL protected by using various strong encryption algorithms.
databases are reliable and used in many forums for their The existing system uses SQLAccessGroup (SAG) database.
various characteristics like unlimited storages, solving Although it works well, they have some issues with their
security issues, and fast data transmissions. performance. So, to overcome those backdrops, we
introduce PostGreSQL database to be replaced with the
Keywords — PostGreSQL; PIR Sensor; DoS Attacks, SQLAccessGroup (SAG) database [3][5].
RFID Modules; Smart Cards.
2.1 Disadvantages of Existing System
1. Introduction
SQLAccessGroup databases are slower compared to
This paper is mainly based on providing the reliable PostGreSQL database.
Relational Database Management System which is used for Less concurrency in data retrieval.
transferring data in the smart cards, that consists of our Storage space of the data is less.
personal details. This smart card technology can be done Cannot use high level encryption algorithms.
using embedded system. Whereas in real time, embedded
systems are most popularly used for the automation system 3. Proposed System
with secured data storage and transformation of those
confidential data between one another. Smart cards consist PostGreSQL are known for its high reliability and
of storage space which is used for storing and retrieving of secured transaction of data over the network. As smart card
data, so we need a Database to manage those data which consists of personal details about a person, the security of
should be reliable and secure[1][2]. Various encryption data is more important. PostGreSQL is an up growing
algorithms were used like PIR sensors, DoS attacks controls database in recent times, as they are replacing many of the
and RFID modules are used as the additional security for older databases because of its user friendly nature and
smart cards. So device may able to handle or protect from reliable characteristics. Unlike many proprietary databases,
the entry of any intruders or unauthorized accesses. Device it is extremely common for companies to report the details
like smart cards will provide all in one information about a by using simple queries in the database. It is also used to
particular person includes aadhar card details, Banking analyse the historical data and as it will be very useful for
details and all necessary details which represents their the companies for developing their business by knowing
identity[3]. So reliability of the database systems is very their statistical analysis of data. It has unlimited storage
essential. PostGreSQL is an open source Database, so the space, so the cost of managing the database will also be
cost may also be reduced. It is also useful in the online reduced and moreover it is an open source database.
6
Engineering and Scientific International Journal (ESIJ) ISSN 2394-7187(Online)
Volume 5, Issue 1, January – March 2018 ISSN 2394 - 7179 (Print)
3.1 Advantages
6. Implementation:
7
Engineering and Scientific International Journal (ESIJ) ISSN 2394-7187(Online)
Volume 5, Issue 1, January – March 2018 ISSN 2394 - 7179 (Print)
Encryption is made using various algorithms for making smart card increases and the usage of smart cards will also
data secured in the database. The data will be retrieved with be increased around the people. Large data can be managed
the Primary Key (figure 4). easily without investing large amount. As the reliability of
system is more, then the security level will also be more
than that of other systems. We can also reduce the
corruption and bribery in the country by making all the
transactions over smart cards. So, we can have every single
track of transactions made by every individuals.
8. Conclusion