1. A Secure Human Data Managing and Sharing System Using Blockchain and Smart contracts.
    • This project utilizes the key features of blockchain and Ethereum smart contracts to achieve a decentralized, trusted, and secure solution that puts the users back in Control via a distributed trust model.
    • The main features of the proposed solution include unauthorized access of personal data, upload of personal data, and requesting access for the access of data.
    • In this proposed framework, 2-Step Authentication (2SA) is provided to authenticate the user after the user is created so that he/she can log in to the application.
    • Link: Github1
  2. Student Data Management using C++
    • This project is mainly about the free will given to the user to build a database for the faculty members and students in an organization using File handling. I have mainly used the file handling functionalities and coded in C++.
    • This project also has a sense of security as no unregistered candidate can log in for data breach.
    • The code prints out the data according to the registration number specified.
    • There is a provision for a username and password from different groups of people, such as students, faculty, proctor and admin.
    • Link: Github2