Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 749 Bytes

#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

  1. 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

  1. Using the User_input.py file to make the app interactive

###Date: Unknown

  1. Changing the package of encryption from onetime to the Cryptography module
    (this has already been tested, but hasnt been implemented on the code yet)