Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.17 KB

Data Shield Final Project

Purpose

This project is designed to help people keep their personal data secure on their personal computers. If a user has a social security number, picture of driver's license, or client's data stored on their computer(s) then the user's computer become a liability! To protect this data a user must use a strong encryption algorithm along with a strong password to keep this data safe. Data Shield is a user friendly approach to encrypting and decrypting sensitive data on a person's Linux or Windows computer. Please read How to Use.

How to Use

  1. On Windows open the terminal and type: py [file location]/DataShield.py
  2. On Linux open the terminal and type: python3 [file location]/DataShield.py
  3. The user is asked if they want to encrypt or decrypt data
  4. User enters either file, or data to be encrypted, or decrypted
  5. The program will either encrypt, or decrypt the requested data

Purpose