#Data Encryption app
This app Encrypts and Decrypts Data on Excel format, csv format, or text format using the pandas library in python
##Objectives
Collecting Data
Encrypting and Decrypting data
Data could be Saved and ready for use
#Stages ###Date: 16 of April 2022
- The app has gone through the first stage, which is proving that encrypted values can be replaced in excel/csv sheet.
###Date: 17th of April 2022 2. The operations could be implemented in a python class
###Date: Unknown
- Using the User_input.py file to make the app interactive
###Date: Unknown
- Changing the package of encryption from onetime to the Cryptography module
(this has already been tested, but hasnt been implemented on the code yet)