Mini Project: Encryption, Decryption, and Database

Mini Project: Encryption, Decryption, and Database

The goal of this project is to encrypt a CSV file for the protection of the data and then decrypt it to add more data to it. More data will be added to it by connecting the database using MySQL, and then we can narrow down the data using different functions using the database.

The CSV file consists of the names of five students along their the resources they are using to learn online. It has three columns, id, name, and resource.

The project is divided into multiple tasks. Each task is explained to make the implementation easier.