Hashing in IoT

by Jun 21, 2020IoT Security

Hashing is transforming a string of characters into a usually shorter value of a fixed length representing the original string.

Besides faster data recovery, Hashing is also used to encrypt and decrypt digital signature.

Introduction

The number of interconnected everyday devices continues to grow and constitutes the Internet of Things (IoT).

Most of these devices do collect data. The data collected is stored in online using web services that sometimes run without any specific security and privacy concerns.

1. OAuth

OAuth (Open Standard Authentication). It is a common protocol which allows social services to communicate with each other and providing a safe way to share personal data.

It offers a Web application framework which gives third parties access to their resources without sharing credentials with their clients.

On its next version after the initial authorisation, a token based approach was implemented. It was to organize and authorize the interaction between the Assets proprietor and HTTP (Hyper Text Transfer Protocol) service

2. Form Based Authentication

Form based authentication is a online networked computer systems based on the Web and the Internet.

In general, it refers to the idea that a user has an editable “file” to fill in and send for logging into some program or service.

In fact, the notion of using certain kinds of information that you enter is a technique that is not specific to the Internet is vague.

3. REST (Representational state transfer)

Representative State Transfer (REST) is an architectural style of software which defines a set of constraints to be used to build Web services.

Web services that conform to the architectural style of REST, called RESTful Web services. It provides interoperability over the Internet between computer systems.

RESTful Web services allow the requesting systems to access and manage. Web resource textual representations using a uniform and predefined collection of stateless operations. Other types of Web services, such as SOAP (Simple Object Access Protocol)  Web services, are publishing their own temporary operating sets.

Conclusion

The IoT is about to become the next major technical hype. Every day new services appear which make use of IoT devices. These new services are using web based storage, and the IoT devices are beginning to interact with such web storage.

From such a scenario, two problems arise:

  1. Privacy and control of the data collected
  2. Low bit authentication for end to end devices.

Creating a multiplication Skill in Alexa using python

Written By Monisha Macharla

Hi, I'm Monisha. I am a tech blogger and a hobbyist. I am eager to learn and explore tech related stuff! also, I wanted to deliver you the same as much as the simpler way with more informative content. I generally appreciate learning by doing, rather than only learning. Thank you for reading my blog! Happy learning!

RELATED POSTS

Logic Locking: Advancement to IoT Security

Logic Locking: Advancement to IoT Security

Logic locking technology is one of the latest advancement in the improvement of IoT security to protect your devices from cyber attacks. Before knowing that lets talk about Internet of Things (IoT). What is IoT ? The Internet of Things (IoT) is a new, but at the same...

Security Tools For IoT

Security Tools For IoT

Security is required for the connecting things on internet and some of the tools and solutions used are: 1.M2MLabs Mainspring: M2MLabs is a set of M2MLabs. Mainspring is an open-source technology platform for developing M2M (machine-to-machine) applications. Including...

Cryptography and Security in the Internet of Things

Cryptography and Security in the Internet of Things

Cryptography is the process of securing information by transforming the information into a secure format and vice versa. In other words, encrypting and decrypting the formation to secure it. Firstly, let's understand the security issues in IoT to understand the...

Advanced Encryption Standard – AES Algorithm

Advanced Encryption Standard – AES Algorithm

Encryption is a key feature for securing information. Encryption is basically converting any normal yet confidential message to an encoded and unreadable format for high-security purposes. This unreadable text is known as ciphertext. There are many Encryption...

Cloud Security

Cloud Security

Cloud security consists of several protocols and policies. There are several procedures and technologies which are required to maintain cloud-based systems. Also, it helps in protecting cloud data and giving protection to the privacy of users. Set of protocols are...

Secure Shell Protocol (SSH Protocol)

Secure Shell Protocol (SSH Protocol)

What is SSH Protocol? Secure Shell Protocol or SSH Protocol is a protocol for secure remote login over an insecure network. SSH achieves to provide a secure channel over the insecure channel by using client-server architecture, connecting an SSH client to the SSH...

Blockless DAG IoT network

Blockless DAG IoT network

Technology is constantly evolving and improving. Phones were once connected via a wire, then became wireless, and we now have smart mobile devices. The history of technology goes a long way to prove that it is indeed true that all technology constantly upgrades. True...

VIDEOS – FOLLOW US ON YOUTUBE

EXPLORE OUR IOT PROJECTS

IoT Smart Gardening System – ESP8266, MQTT, Adafruit IO

Gardening is always a very calming pastime. However, our gardens' plants may not always receive the care they require due to our active lifestyles. What if we could remotely keep an eye on their health and provide them with the attention they require? In this article,...

How to Simulate IoT projects using Cisco Packet Tracer

In this tutorial, let's learn how to simulate the IoT project using the Cisco packet tracer. As an example, we shall build a simple Home Automation project to control and monitor devices. Introduction Firstly, let's quickly look at the overview of the software. Packet...

All you need to know about integrating NodeMCU with Ubidots over MQTT

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

All you need to know about integrating NodeMCU with Ubidots over Https

In this tutorial, let's discuss Integrating NodeMCU and Ubidots IoT platform. As an illustration, we shall interface the DHT11 sensor to monitor temperature and Humidity. Additionally, an led bulb is controlled using the dashboard. Besides, the implementation will be...

How to design a Wireless Blind Stick using nRF24L01 Module?

Introduction Let's learn to design a low-cost wireless blind stick using the nRF24L01 transceiver module. So the complete project is divided into the transmitter part and receiver part. Thus, the Transmitter part consists of an Arduino Nano microcontroller, ultrasonic...

Sending Temperature data to ThingSpeak Cloud and Visualize

In this article, we are going to learn “How to send temperature data to ThingSpeak Cloud?”. We can then visualize the temperature data uploaded to ThingSpeak Cloud anywhere in the world. But "What is ThingSpeak?” ThingSpeak is an open-source IoT platform that allows...

Amaze your friend with latest tricks of Raspberry Pi and Firebase

Introduction to our Raspberry Pi and Firebase trick Let me introduce you to the latest trick of Raspberry Pi and Firebase we'll be using to fool them. It begins with a small circuit to connect a temperature sensor and an Infrared sensor with Raspberry Pi. The circuit...

How to implement Machine Learning on IoT based Data?

Introduction The industrial scope for the convergence of the Internet of Things(IoT) and Machine learning(ML) is wide and informative. IoT renders an enormous amount of data from various sensors. On the other hand, ML opens up insight hidden in the acquired data....

Smart Display Board based on IoT and Google Firebase

Introduction In this tutorial, we are going to build a Smart Display Board based on IoT and Google Firebase by using NodeMCU8266 (or you can even use NodeMCU32) and LCD. Generally, in shops, hotels, offices, railway stations, notice/ display boards are used. They are...

Smart Gardening System – GO GREEN Project

Automation of farm activities can transform agricultural domain from being manual into a dynamic field to yield higher production with less human intervention. The project Green is developed to manage farms using modern information and communication technologies....