Live at dead-drop.me
Secure text sender, generates a one-time link and password. stores encrypted in MongoDB.
The intention here is to be self contained, and operate all in browser to minimize attack vectors.
- install mongodb
- install python3
- install/activate virtualenv
- pip install -r requirements/dev.txt
- python wsgi.py
This code is free to use as per the license, it would be polite to put a link to dead-drop.me in the footer however.
For prod (dead-drop.me), I'm using UWSGI instructions from here: https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04