Online Authentication System C++ Project

Aim

The main aim of this online authentication System C++ Project is to improve the Privacy of the accounts on Open Source Platforms. In this project, we will be designing a C++ code for checking the authenticity of users access to online documents. This application was developed with Object-Oriented concepts.

objective

To design a C++ code that allows only authenticated users to access an online document sent to him/her.

Process Involved

The program includes functions for accepting the required details of users as follows.

1)GetName()
2)GetId()
3)GetDob()
4)GetOccupation()
5)GetFatherCount()
6)GetFirstSalary()
7)GetGradCGPA()
8)GetHouseNo()

Explanation of the functions used

The functions which were highlighted earlier are used to get the required details of the user before his/her access to the documents. In this program, the details will be obtained during the execution of the program. However, we would be storing the details of the individuals in files. The user will be asked to answer a few random questions based on the above-mentioned details already available in the database.

Authentication

If the details entered by the user match with the previously saved details he/she shall be allowed access rights otherwise not.

Download the online authentication project code, PPT

Leave a Reply

Your email address will not be published. Required fields are marked *