Skip to content

vetergon4/dead-drop

 
 

Repository files navigation

travis ci status

dead-drop - now with more python

=========

Live at dead-drop.me

Secure text sender, generates a 1-time link and password. stores encrypted in mongo

The intention here is to be self contained, and operate all in browser to minimize attack vectors.

There is a sample Apache configuration, as well as a vagrant test environment.

get going

==========

DEV INSTRUCTIONS

** untested **

  1. install mongodb
  2. install python3
  3. install/activate virtualenv
  4. pip install -r requirements.txt
  5. 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, i'm using UWSGI instructions here https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04

About

secure 1 time message generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • C 1.1%
  • JavaScript 0.2%
  • HTML 0.1%
  • CSS 0.1%
  • SCSS 0.1%