You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created an entire Fog-enabled cyber Physical system, based on many theoretical research papers. Utilizing the Pairing Based Cryptography(PBC) library created an entire system of machines that could communicate and interact via encrypted messages, shared via UDP connection, which were encrypted using ECC encryption and tag generation methodology.
Created a system to check the Effective Data Integrity in Edge Computing using the Botan library in C++. Created a simple UDP connection that allowed checking the integrity of any shared file by generating unique tags based on the theoretical research paper.
Terminal Based Multi-threaded Chat Application in Linux using Socket Programming with client to client encryption using RC4 and Diffie Hellman key Exchange Algorithm.
This is the project I made as a solution for one of the biggest problems in IOT devices. This project encrypts data and packets transferred by Esp 32 with three layers of encryption.