Skip to content

Meeps-Underflow/Secure-Drop

Repository files navigation

In order to run this program there are a few things you must do before hand.

  1. Make sure you have python3 installed on your system
  2. Create a virtual enviroment to install specific python dependancies eg cryptography & pycryptdome (python3 -m venv myenv)
  3. Activate venv (source myenv/bin/activate)
  4. Install depndancies (pip install pycryptodome cryptography)
  5. Run program (python3 secure_drop.py)
  6. Make sure to add any files that you want to send in the dir
  7. 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 ***

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages