In order to run this program there are a few things you must do before hand.
- Make sure you have python3 installed on your system
- Create a virtual enviroment to install specific python dependancies eg cryptography & pycryptdome (python3 -m venv myenv)
- Activate venv (source myenv/bin/activate)
- Install depndancies (pip install pycryptodome cryptography)
- Run program (python3 secure_drop.py)
- Make sure to add any files that you want to send in the dir
- Must create a filesRecieved directory to store the files that you get sent!
*** Important to note that this program only runs on local host server 127.0.0.1 ***