IoT Data Security: Cryptography & Steganography
IoT Data Security: Cryptography & Steganography
1. INTRODUCTION
1.1. INTRODUCTION
The Internet of Things (IoT) is a network of connected vehicles, physical devices,
software, and electronic items that facilitate data exchange. The purpose of IoT is to
provide the IT-infrastructure for the secure and reliable exchange of “Things”. The
foundation of IoT mainly consists of the integration of sensors/actuators, radio frequency
identification (RFID) tags, and communication technologies. The IoT explains how a
variety of physical items and devices can be integrated with the Internet to permit those
objects to cooperate and communicate with each other to reach common goals. The IoT
consists mostly of little materials that are associated together to facilitate collaborative
calculating situations. Constraints of the IoT include energy budget, connectivity, and
computational power.
Although IoT devices have made life easier, little attention has been given to the
security of these devices. Currently, the focus of developers is to increase the capabilities
of these devices, with little emphasis on the security of the devices. The data that is
transferred over the IoT network is vulnerable to attack. This data is needed to be secured
to protect the privacy of the user. If there is no data security, then there is a possibility of
data breach and thus, personal information can be easily hacked from the system. Some
of the important concepts of IoT involve identification and authentication. These
concepts are inter-related to each other as cryptographic functions that are necessary to
ensure that the information is communicated to the correct device and if the source is
trusted or not. With the lack of authentication, a hacker can easily communicate to any
device.
Whenever two devices communicate with each other, there is a transfer of data
between them. The data can also be very sensitive and personal. Therefore, when this
sensitive data is moving from device to device over the IoT network, then there is a need
for encryption of the data. Encryption also helps to protect data from intruders. The data
can be easily encrypted with the help of cryptography, which is the process of converting
simple text into unintelligible text. The primary objectives of cryptography are
confidentiality, integrity, nonrepudiation, and authentication. Elliptic curve cryptography
(ECC) is one of the cryptographic algorithms that is used in the proposed work. ECC is a
public key cryptographic technique based on the algebraic structure of elliptic curves
over finite fields.
In addition, to the cryptographic techniques, another method, named
steganography is used in the proposed work which helps to provide additional security to
the data. Steganography hides encrypted messages in such a way that no one would even
suspect that an encrypted message even exists in the first place. In modern digital
steganography, encryption of data occurs using typical cryptographic techniques. Next, a
special algorithm helps to insert the data into redundant data that is part of a file format,
such as a JPEG image. The proposed work uses Matrix XOR steganography to provide
additional security. The image block is optimized with the help of Adaptive Firefly
algorithm in which the encrypted data is hidden in a selected block from a huge image
block.
2. LITERATURE SURVEY
1) N. Chervyakov et al., “AR-RRNS: Configurable reliable distributed datastorage
systems for Internet of Things to ensure security”
Benefits of Internet of Things and cloud-fog-edge computing are associated with
the risks of confidentiality, integrity, and availability related with the loss of information,
denial of access for a long time, information leakage, conspiracy and technical failures. In
this article, we propose a configurable, reliable, and confidential distributed data storage
scheme with the ability to process encrypted data and control results of computations.
Our system utilizes Redundant Residue Number System (RRNS) with new method of
error correction codes and secret sharing schemes. We introduce the concept of an
approximate value of a rank of a number (AR), which allows us to reduce the
computational complexity of the decoding from RNS to binary representation, and size of
the coefficients. Based on the properties of the approximate value and arithmetic
properties of RNS, we introduce AR-RRNS method for error detection, correction, and
controlling computational results. We provide a theoretical basis to configure probability
of information loss, data redundancy, speed of encoding and decoding to cope with
different objective preferences, workloads, and storage properties. Theoretical analysis
shows that by appropriate selection of RRNS parameters, the proposed scheme allows not
only increasing safety, reliability, and reducing an overhead of data storage, but also
processing of encrypted data.
2) S. Raza, H. Shafagh, K. Hewage, R. Hummen, and T. Voigt, “Lithe: Lightweight
secure CoAP for the Internet of Things,” IEEE Sensors J., vol. 1, no. 10, pp. 3711–
3720, Oct. 2013.
The Internet of Things (IoT) enables a wide range of application scenarios with
potentially critical actuating and sensing tasks, e.g., in the e-health domain. For
communication at the application layer, resource-constrained devices are expected to
employ the constrained application protocol (CoAP) that is currently being standardized
at the Internet Engineering Task Force. To protect the transmission of sensitive
information, secure CoAP mandates the use of datagram transport layer security (DTLS)
as the underlying security protocol for authenticated and confidential communication.
DTLS, however, was originally designed for comparably powerful devices that are
3. SYSTEM ANALYSIS
system must have a modest requirement, as only minimal or null changes are required for
implementing this system.
SOCIAL FEASIBILITY
The aspect of study is to check the level of acceptance of the system by the user. This
includes the process of training the user to use the system efficiently. The user must not
real threatened by the system, instead must accept it as a necessity. The level of
acceptance by the users solely depends on the methods that are employed to educate the
user about the system and to make him familiar with it. His level of confidence must be
raised so hat he is also able to make some constructive criticism, which is welcomed, as
he is the final user of the system.
3.4 MODULES OF THE PROJECT
3.4.1. Sender
In this module, Sender has to login with valid username and password. After login
successful he can do some operations such as Browse and encrypt image, Enter message
to hide by secret encrypted key, Hide message into encrypted image using Cryptography
and Steganography Techniques
3.4. 2. Receiver
In this module, there are n numbers of users are present and will do some
operations like Browse and select encrypted image, Decrypt image and extract Hidden
data by ,Cryptography and Steganography Techniques by entering data hidden key, save
message or file
3.4.3 IOT Router
The IOT Router acts as a middleware between sender and receiver to receive and
re route the encrypted image to an appropriate Receiver.
5. SYSTEM DESIGN
5.1 INTRODUCTION
A graphical tool used to describe and analyze the moment of data through a
system manual or automated including the process, stores of data, and delays in the
system. Data Flow Diagrams are the central tool and the basis from which other
components are developed. The transformation of data from input to output, through
processes, may be described logically and independently of the physical components
associated with the system. The DFD is also known as a data flow graph or a bubble
chart.
DFDs are the model of the proposed system. They clearly should show the
requirements on which the new system should be built. Later during design activity this is
taken as the basis for drawing the system’s structure charts. The Basic Notation used to
create a DFD’s are as follows:
1. Dataflow: Data move in a specific direction from an origin to a destination.
2. Process: People, procedures, or devices that use or produce (Transform) Data. The
physical component is not identified.
relationship between them. It should not be confused with data analysis, which takes
place in the system design phase. As in a DFD, a model of data consists of a number of
symbols joined up according to certain conventions. System designers describe these
conceptual modeling using symbols from a modeling method known as entity
relationship analysis.
Entity Relationship Diagram
Entity relationship analysis uses three major abstractions to describe data. These are
1. Entities, which are distinct things in the enterprise.
2. Relationships, which are meaningful interactions between the objects.
3. Attributes, which are the properties of the entities and relationship.
The relative simplicity and pictorial clarity of this diagramming technique may well
account in large part for the widespread use of ER model. Such a diagram consists of the
following major components.
E-R Diagram Components
Mapping Constraints
An E-R diagram may define certain constraints which the contents of a database must
conform.
Mapping Cardinalities
It expresses the number of entities to which another entity can be associated via a
relationship. For binary relationship sets between entity sets A and B, the mapping
cardinality must be one of the following:
One-to-One – An entity in A is associated with at most one entity in B, and an entity in
B is associated with at most one entity in A.
One-to-many -An entity in A is associated with any number in B. An entity in B is
associated with any number in A.
Many-to-many – Entities in A and B are associated with any number from each other.
Cardinality: It indicates that which type relationship the business rule follows is called
cardinality.
Connectivity: It specifies that which type of notation the entities are connected in both
sides that one side or many side.
5.2 DATA DICTIONARY
The logical characteristics of current systems data stores, including name,
description, aliases, contents, and organization, identifies processes where the data are
used and where immediate access to information required, Serves as the basis for
identifying database requirements during system design.
Uses of Data Dictionary
To manage the details in large systems.
To communicate a common meaning for all system elements.
To Document the features of the system.
To facilitate analysis of the details in order to evaluate characteristics and
determine where system changes should be made.
Structural things
Behavioral things
Grouping things
Annotational things
Structural Things
Structural things are the nouns of the UML models. These are mostly static parts
of the model, representing elements that are either conceptual or physical. In all, there
are seven kinds of Structural things.
Use Case
Use case is a description of a set of sequence of actions that a system performs
that yields an observable result of value to a particular things in a model. Graphically,
Use Case is rendered as an ellipse with dashed lines, usually including only its name as
shown below.
Fig : Interface
Collaboration
Collaboration defines an interaction and is a society of roles and other elements
that work together to provide some cooperative behaviour that’s bigger than the sum of
all the elements. Graphically, collaboration is rendered as an ellipse with dashed lines,
usually including only its name as shown below.
Component
Component is a physical and replaceable part of a system that conforms to and
provides the realization of a set of interfaces. Graphically, a component is rendered as a
rectangle with tabs, usually including only its name, as shown below.
Behavioral Things
Behavioral things are the dynamic parts of UML models. These are the verbs of a
model, representing behavior over time and space.
Interaction
An interaction is a behavior that comprises a set of messages exchanged among a
set of objects within a particular context to accomplish a specific purpose.
Display
Fig : Sample Interaction Diagram
State Machine
A state machine is a behavior that specifies the sequence of states an object or an
interaction goes through during its lifetime on response to events, together with its
responses to those events. Graphically, a state is rendered as rounded rectangle usually
including its name and its sub-states, if any, as shown below.
Notes
A note is simply a symbol for rendering constraints and comments attached to an
element or a collection of elements. Graphically a note is rendered as a rectangle with
dog-eared corner together, with a textual or graphical comment, as shown below.
Fig : Generalization
Fourth, a realization is a semantic relationship between classifiers, wherein one classifier
specifies a contract that another classifier guarantees to carry out. You’ll encounter
realization relationships in two places between interfaces and the classes or components
that realize them and between use cases and the collaborations that realize them.
Fig : Realization
Each UML diagram is designed to let developers and customers view a software system
from a different perspective and in varying degrees of abstraction. Use Case Diagram
displays the relationship among actors and use cases.
Class Diagram models class structure and contents using design elements such as classes,
packages and objects. It also displays relationships such as containment, inheritance,
associations and others.
Interaction Diagrams
Sequence Diagram displays the time sequence of the objects participating in the
interaction. This consists of the vertical dimension (time) and horizontal dimension
(different objects).
Collaboration Diagram displays an interaction organized around the objects and
their links to one another. Numbers are used to show the sequence of messages.
State Diagram displays the sequences of states that an object of an interaction
goes through during its life in response to received stimuli, together with its
responses and actions.
Activity Diagram displays a special state diagram where most of the states are action
states and most of the transitions are triggered by completion of the actions in the source
states. This diagram focuses on flows driven by internal processing.
Physical Diagrams
Component Diagram displays the high level packaged structure of the code itself.
Dependencies among components are shown, including source code components,
CLASS DIAGRAM
In software engineering, a class diagram in the Unified Modeling Language (UML)
is a type of static structure diagram that describes the structure of a system by showing
the system's classes, their attributes, operations (or methods), and the relationships among
the classes. It explains which class contains information.
SEQUENCE DIAGRAM
ACTIVITY DIAGRAM
Native code is code that after you compile it, the compiled code runs on a specific
hardware platform. As a platform-independent environment, the Java platform can be a
bit slower than native code. However, smart compilers, well-tuned interpreters, and just-
in-time byte code compilers can bring performance close to that of native code without
threatening portability.
What Can Java Technology Do?
The most common types of programs written in the Java programming language
are applets and applications. If you’ve surfed the Web, you’re probably already familiar
with applets. An applet is a program that adheres to certain conventions that allow it to
run within a Java-enabled browser.
However, the Java programming language is not just for writing cute, entertaining
applets for the Web. The general-purpose, high-level Java programming language is also
a powerful software platform. Using the generous API, you can write many types of
programs.
An application is a standalone program that runs directly on the Java platform. A
special kind of application known as a server serves and supports clients on a network.
Examples of servers are Web servers, proxy servers, mail servers, and print servers.
Another specialized program is a servlet. A servlet can almost be thought of as an applet
that runs on the server side. Java Servlets are a popular choice for building interactive
web applications, replacing the use of CGI scripts. Servlets are similar to applets in that
they are runtime extensions of applications. Instead of working in browsers, though,
servlets run within Java Web servers, configuring or tailoring the server.
How does the API support all these kinds of programs? It does so with packages
of software components that provides a wide range of functionality. Every full
implementation of the Java platform gives you the following features:
The essentials: Objects, strings, threads, numbers, input and output, data
structures, system properties, date and time, and so on.
Applets: The set of conventions used by applets.
Networking: URLs, TCP (Transmission Control Protocol), UDP (User
Data gram Protocol) sockets, and IP (Internet Protocol) addresses.
Internationalization: Help for writing programs that can be localized for
users worldwide. Programs can automatically adapt to specific locales and
be displayed in the appropriate language.
Security: Both low level and high level, including electronic signatures,
public and private key management, access control, and certificates.
Software components: Known as JavaBeansTM, can plug into existing
component architectures.
Object serialization: Allows lightweight persistence and communication
via Remote Method Invocation (RMI).
Java Database Connectivity (JDBCTM): Provides uniform access to a
wide range of relational databases.
The Java platform also has APIs for 2D and 3D graphics, accessibility, servers,
collaboration, telephony, speech, animation, and more. The following figure depicts what
is included in the Java 2 SDK.
JDBC Goals
Few software packages are designed without goals in mind. JDBC is one that,
because of its many goals, drove the development of the API. These goals, in conjunction
with early reviewer feedback, have finalized the JDBC class library into a solid
framework for building database applications in Java.
The goals that were set for JDBC are important. They will give you some insight as to
why certain classes and functionalities behave the way they do. The eight design goals
for JDBC are as follows:
IP datagram’s
The IP layer provides a connectionless and unreliable delivery system. It
considers each datagram independently of the others. Any association between datagram
must be supplied by the higher layers. The IP layer supplies a checksum that includes its
own header. The header includes the source and destination addresses. The IP layer
handles routing through an Internet. It is also responsible for breaking up large datagram
into smaller ones for transmission and reassembling them at the other end.
UDP
UDP is also connectionless and unreliable. What it adds to IP is a checksum for
the contents of the datagram and port numbers. These are used to give a client/server
model - see later.
TCP
TCP supplies logic to give a reliable connection-oriented protocol above IP. It
provides a virtual circuit that two processes can use to communicate
Internet addresses
In order to use a service, you must be able to find it. The Internet uses an address
scheme for machines so that they can be located. The address is a 32 bit integer which
gives the IP address. This encodes a network ID and more addressing.
Network address
Class A uses 8 bits for the network address with 24 bits left over for other
addressing. Class B uses 16 bit network addressing. Class C uses 24 bit network
addressing and class D uses all 32.
Subnet address
Port addresses
A service exists on a host, and is identified by its port. This is a 16 bit number. To
send a message to a server, you send it to the port for that service of the host that it is
running on. This is not location transparency! Certain of these ports are "well known".
Sockets
A socket is a data structure maintained by the system to handle network
connections. A socket is created using the call socket. It returns an integer that is like a
file descriptor. In fact, under Windows, this handle can be used with Read File and Write
File functions.
#include <sys/types.h>
#include <sys/socket.h>
int socket(int family, int type, int protocol);
Here "family" will be AF_INET for IP communications, protocol will be zero, and type
will depend on whether TCP or UDP is used. Two processes wishing to communicate
over a network create a socket each. These are similar to two ends of a pipe - but the
actual pipe does not yet exist.
JFree Chart
JFreeChart is a free 100% Java chart library that makes it easy for developers to
display professional quality charts in their applications. JFreeChart's extensive feature set
includes:
A consistent and well-documented API, supporting a wide range of chart types;
A flexible design that is easy to extend, and targets both server-side and client-side
applications;
Support for many output types, including Swing components, image files
(including PNG and JPEG), and vector graphics file formats (including PDF, EPS and
SVG);
JFreeChart is "open source" or, more specifically, free software. It is distributed under the
terms of the GNU Lesser General Public Licence (LGPL), which permits use in
proprietary applications.
1. Map
Charts showing values that relate to geographical areas. Some examples include:
(a) population density in each state of the United States, (b) income per capita for each
country in Europe, (c) life expectancy in each country of the world. The tasks in this
project include:
Sourcing freely redistributable vector outlines for the countries of the world,
states/provinces in particular countries (USA in particular, but also other areas).
Creating an appropriate dataset interface (plus default implementation), a rendered, and
integrating this with the existing XYPlot class in JFreeChart;
Testing, documenting, testing some more, documenting some more.
Implement a new (to JFreeChart) feature for interactive time series charts --- to display a
separate control that shows a small version of ALL the time series data, with a sliding
"view" rectangle that allows you to select the subset of the time series data to display in
the main chart.
1. Dashboards
There is currently a lot of interest in dashboard displays. Create a flexible dashboard
mechanism that supports a subset of JFreeChart chart types (dials, pies, thermometers,
bars, and lines/time series) that can be delivered easily via both Java Web Start and an
applet.
2. Property Editors
The property editor mechanism in JFreeChart only handles a small subset of the
properties that can be set for charts. Extend (or reemployment) this mechanism to provide
greater end-user control over the appearance of the charts.
J2ME (Java 2 Micro edition)
Sun Microsystems defines J2ME as "a highly optimized Java run-time environment
targeting a wide range of consumer products, including pagers, cellular phones, screen-
phones, digital set-top boxes and car navigation systems." Announced in June 1999 at the
JavaOne Developer Conference, J2ME brings the cross-platform functionality of the Java
language to smaller devices, allowing mobile wireless devices to share applications. With
J2ME, Sun has adapted the Java platform for consumer products that incorporate or are
based on small computing devices.
6.3 DATABASE
SQL Level API
The designers felt that their main goal was to define a SQL interface for Java.
Although not the lowest database interface level possible, it is at a low enough level for
higher-level tools and APIs to be created. Conversely, it is at a high enough level for
application programmers to use it confidently. Attaining this goal allows for future tool
vendors to “generate” JDBC code and to hide many of JDBC’s complexities from the end
user.
1. SQL Conformance
SQL syntax varies as you move from database vendor to database vendor. In an effort
to support a wide variety of vendors, JDBC will allow any query statement to be passed
through it to the underlying database driver. This allows the connectivity module to
handle non-standard functionality in a manner that is suitable for its users. 1. JDBC must
be implemental on top of common database interfaces
The JDBC SQL API must “sit” on top of other common SQL level APIs. This goal
allows JDBC to use existing ODBC level drivers by the use of a software interface. This
interface would translate JDBC calls to ODBC and vice versa.
2. Provide a Java interface that is consistent with the rest of the Java system
Because of Java’s acceptance in the user community thus far, the designers feel
that they should not stray from the current design of the core Java system.
3. Keep it simple
This goal probably appears in all software design goal listings. JDBC is no
exception. Sun felt that the design of JDBC should be very simple, allowing for only one
7. SAMPLE CODE
Sendimage.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
import java.math.*;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import javax.swing.event.*;
import javax.swing.filechooser.*;
import java.beans.*;
import java.awt.event.ActionListener;
import java.sql.*;
import java.lang.*;
import java.awt.event.ActionEvent;
import java.awt.font.*;
import java.lang.String;
import java.awt.Component;
import java.awt.geom.*;
import javax.swing.text.EditorKit;
import javax.swing.event.MouseInputAdapter;
import java.awt.image.BufferedImage;
import javax.swing.text.*;
import javax.crypto.Cipher;
import java.security.*;
import java.lang.Exception;
import java.io.DataOutputStream;
import java.io.DataInputStream;
import java.io.Serializable;
import java.util.Random;
import java.io.FilterInputStream;
import javax.crypto.*;
import java.math.BigInteger;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.InputStream;
import java.io.OutputStream;
import javax.crypto.spec.*;
import java.security.spec.*;
import java.applet.*;
import java.net.*;
JLabel label1;
JLabel label2;
JTextField textfield1;
JButton button1;
JButton button2;
JButton button3;
JFileChooser filechooser;
File f,tempfilename,Ofilename,Sfilename;
InputStream ins;
OutputStream outs;
InetAddress ipaddress;
String address,name;
int Copened;
Thread t;
public SendImage() {
getContentPane().setLayout(customLayout);
getContentPane().setBackground(Color.ORANGE);
label1 = new JLabel("Note :: Select only image files like .jpg, .bmp, .gif");
getContentPane().add(label1);
label1.setVisible(false);
label1.setFont(new Font("Century",Font.BOLD,18));
getContentPane().add(label2);
label2.setFont(new Font("Garamond",Font.BOLD,18));
getContentPane().add(textfield1);
textfield1.setFont(new Font("Century",Font.BOLD,15));
textfield1.setEditable(false);
textfield1.setBackground(Color.LIGHT_GRAY);
getContentPane().add(button1);
button1.setFocusable(true);
button1.addActionListener(this);
button1.setRolloverEnabled(true);
button1.setContentAreaFilled(true);
button1.setBorderPainted(true);
button1.setVerifyInputWhenFocusTarget(true);
getContentPane().add(button2);
button2.setFocusable(true);
button2.addActionListener(this);
button2.setRolloverEnabled(true);
button2.setContentAreaFilled(true);
button2.setBorderPainted(true);
button2.setVerifyInputWhenFocusTarget(true);
getContentPane().add(button3);
button3.setFocusable(true);
button3.addActionListener(this);
button3.setRolloverEnabled(true);
button3.setContentAreaFilled(true);
button3.setBorderPainted(true);
button3.setVerifyInputWhenFocusTarget(true);
t=new Thread(this);
t.start();
filechooser=new JFileChooser();
filechooser.setFileSelectionMode(JFileChooser.FILES_ONLY);
setSize(getPreferredSize());
addWindowListener(new WindowAdapter() {
System.exit(0);
});
try
catch(Exception e)
System.out.println(e);
si.pack();
si.show();
JFrame.setDefaultLookAndFeelDecorated(true);
JDialog.setDefaultLookAndFeelDecorated(true);
try
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel"
);
//javax.swing.UIManager.setLookAndFeel("com.birosoft.liquid.LiquidLookAndFeel");
System.out.println(ex);
try
String cmd;
cmd = e.getActionCommand();
if(cmd.equals("CANCEL"))
dispose();
s.show();
s.pack();
if(cmd.equals("BROWSE"))
try {
file.setCurrentDirectory(new File(System.getProperty("user.home")));
file.addChoosableFileFilter(filter);
if(result == JFileChooser.APPROVE_OPTION){
fName1 = selectedFile.getName();
fis.read(b);
textfield1.setText(path+fName1);
JOptionPane.showMessageDialog(null, path+fName1);
String ip = JOptionPane.showInputDialog(null,
out.writeObject(Reciver);
out.writeObject(ip);
out.writeObject(fName1);
out.writeObject(b);
e1.printStackTrace();
if(cmd.equals("EXIT"))
dispose();
s.show();
s.pack();
} // end try
catch(Exception xe)
//xe.printStackTrace();
JOptionPane.showMessageDialog(this,xe,"Error",JOptionPane.ERROR_MESSAGE);
JFileChooser fc;
ServerSocket ss;
Socket s;
InputStream ins;
OutputStream out;
byte b[];
int len;
b=new byte[100];
fc=new JFileChooser();
fc.setFileSelectionMode(JFileChooser.FILES_ONLY);
ss=new ServerSocket(6000);
torun();
while(true)
s=ss.accept();
ins=s.getInputStream();
JOptionPane.showMessageDialog(this,string,"Information",JOptionPane.INFORMATIO
N_MESSAGE);
int r=fc.showSaveDialog(this);
File file=fc.getSelectedFile();
out=new FileOutputStream(file);
t.start();
try
while(true)
int n=ins.read();
if(n==-1) break;
out.write(n);
ins.close();
out.close();
s.close();
catch(Exception e)
System.out.println(e);
//e.printStackTrace();
} // end of run
} //end of class
public SendImageLayout() {
return dim;
return dim;
Component c;
c = parent.getComponent(0);
if (c.isVisible()) {c.setBounds(insets.left+70,insets.top+16,550,34);}
c = parent.getComponent(1);
if (c.isVisible()) {c.setBounds(insets.left+46,insets.top+64,96,32);}
c = parent.getComponent(2);
if (c.isVisible()) {c.setBounds(insets.left+112,insets.top+64,330,32);}
c = parent.getComponent(3);
if (c.isVisible()) {c.setBounds(insets.left+448,insets.top+62,114,35);}
c = parent.getComponent(4);
if (c.isVisible()) {c.setBounds(insets.left+152,insets.top+120,124,38);}
c = parent.getComponent(5);
if (c.isVisible()) {c.setBounds(insets.left+295,insets.top+120,124,38);}
8. TESTING
Testing is a process, which reveals errors in the program. It is the major quality
measure employed during software development. During software development, during
testing, the program is executed with a set of test cases and the output of the program for
the test cases is evaluated to determine if the program is performing as it is expected to
perform.
In order to make sure that the system does not have errors, the different levels of
testing strategies to that are applied to at differing phases of software development.
Unit Testing
Unit testing is done on individual modules as they are completed and become
executable. It is confined only to the designer's requirements.
Each module can be tested using the following two Strategies,
In this strategy some test cases are generated as input conditions that fully execute all
functional requirements for the program. This testing has been uses to find errors in the
following categories:
Incorrect or missing functions
Interface errors
Errors in data structure or external database access
Performance errors
Initialization and termination errors.
In this testing only the output is checked for correctness. The logical flow of the data
is not checked.
In this the test cases are generated on the logic of each module by drawing flow
graphs of that module and logical decisions are tested on all the cases. It has been uses to
generate the test cases in the following cases:
Guarantee that all independent paths have been executed.
Execute all logical decisions on their true and false Sides.
Execute all loops at their boundaries and within their operational bounds
Execute internal data structures to ensure their validity.
Integrating Testing
Integration testing ensures that software and subsystems work together a whole.
It tests the interface of all the modules to make sure that the modules behave properly
when integrated together.
System Testing
Here the entire software system is tested. The reference document for this process
is the requirements document, and the goal is to see if software meets its requirements.
Here entire ‘Cybernetic Protectors Application’ has been tested against requirements of
project and it is checked whether all requirements of project have been satisfied or not.
Acceptance Testing
Acceptance Test is performed with realistic data of the client to demonstrate that
the software is working satisfactorily. Testing here is focused on external behavior of the
system; the internal logic of program is not emphasized. In this project ‘Cybernetic
Protectors Application’ I have collected some data and tested whether project is working
correctly or not. Test cases should be selected so that the largest number of attributes of
an equivalence class is exercised at once. The testing phase is an important part of
software development. It is the process of finding errors and missing operations and also
a complete verification to determine whether the objectives are met and the user
requirements are satisfied.
Test Approach
Testing can be done in two ways:
Bottom up approach
Top down approach
Bottom Up Approach
Testing can be performed starting from smallest and lowest level modules and
proceeding one at a time. For each module in bottom up testing a short program executes
the module and provides the needed data so that the module is asked to perform the way
it will when embedded with in the larger system.
The system has been tested and implemented successfully and thus ensured that all
the requirements as listed in the software requirements specification are completely
fulfilled. In case of erroneous input corresponding error messages are displayed.
Test Cases
Enter
Admin Admin Main Page
1 username and pass
Login Should login displayed
password
Image Received
Browse the Image Should
by Router and
5 Send Image Encrypted be send to the pass
send to
Image Router
Receiver
Browse the
Encrypted
Message
Image and Message
6 Receiver should be Pass
Enter Decrypted
decrypt
Encryption
key
9. OUTPUT SCREENS
9.1 Login
9.10 Router
10. CONCLUSION
CONCLUSION
The EGC protocol generated high levels of data security to serve
the purpose of protecting data during transmission in the IoT. With the
novel ECC over Galois field, the proposed EGC protocol provided better
security. Due to the enhanced embedding efficiency, advanced data
hiding capacity can be achieved. With the help of the proposed
protocol and Adaptive Firefly optimization, any amount of data can be
easily transmitted over the IoT network securely hidden within the
profound layers of images. Performance is evaluated with parameters,
such as embedding efficiency, PSNR, carrier capacity, time complexity,
and MSE. Finally, the proposed work is implemented in a MATLAB
simulator, and approximately 86% steganography embedding
efficiency was achieved. Results from this proposed protocol were
compared to existing methods, such as OMME, FMO, and LSB.
It is not possible to develop a system that makes all the requirements of the user. User
requirements keep changing as the system is being used. Some of the future enhancements that
can be done to this system are
1) It is further to implement to send the encryption to key to receiver mail.
2) It is also to implement forgot secret keys to recover
12. BIBLIOGRAPHY
[1] R. H.Weber, “Internet of Things—New security and privacy challenges,” Comput.
Law Security Rev., vol. 26, no. 1, pp. 23–30, 2010.
[2] A. Ukil, J. Sen, and S. Koilakonda, “Embedded security for Internet of Things,” in
Proc. 2nd Nat. Conf. Emerg. Trends Appl. Comput. Sci. (NCETACS), Mar. 2011, pp. 1–6.
[3] W. Daniels et al., “SμV-the security microvisor: A virtualisation-based security
middleware for the Internet of Things,” in Proc. ACM 18th ACM/IFIP/USENIX
Middleware Conf. Ind. Track, Dec. 2017, pp. 36–42.
[4] U. Banerjee, C. Juvekar, S. H. Fuller, and A. P. Chandrakasan, “eeDTLS: Energy-
efficient datagram transport layer security for the Internet of Things,” in Proc.
GLOBECOM IEEE Glob. Commun. Conf., Dec. 2017, pp. 1–6.
[5] G. Manogaran, C. Thota, D. Lopez, and R. Sundarasekar, “Big data security
intelligence for healthcare industry 4.0,” in Cybersecurity for Industry 4.0. Cham,
Switzerland: Springer, 2017, pp. 103–126.
[6] H. Sun, X. Wang, R. Buyya, and J. Su, “CloudEyes: Cloud-based malware detection
with reversible sketch for resource-constrained Internet of Things (IoT) devices,” Softw.
Pract. Exp., vol. 47, no. 3, pp. 421–441, 2017.
[7] N. Chervyakov et al., “AR-RRNS: Configurable reliable distributed data storage
systems for Internet of Things to ensure security,” Future Gener.Comput. Syst., vol. 92,
pp. 1080–1092, Mar. 2019.
[8] S. Raza, H. Shafagh, K. Hewage, R. Hummen, and T. Voigt, “Lithe: Lightweight
secure CoAP for the Internet of Things,” IEEE Sensors J., vol. 1, no. 10, pp. 3711–3720,
Oct. 2013.
[9] M. Vuˇcini´c et al., “OSCAR: Object security architecture for the Internet of Things,”
Ad Hoc Netw., vol. 32, pp. 3–16, Sep. 2015.
[10] Y. Yang, X. Liu, and R. H. Deng, “Lightweight break-glass access control system
for healthcare Internet-of-Things,” IEEE Trans. Ind. Informat., vol. 14, no. 8, pp. 3610–
3617, Aug. 2017.