All Projects → BillKeenan → Dead Drop Python

BillKeenan / Dead Drop Python

secure 1 time message generator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dead Drop Python

Featherpasswordmanager
Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.
Stars: ✭ 39 (-36.07%)
Mutual labels:  encryption
Gpg Encrypt
Use GPG to encrypt a file using our best settings
Stars: ✭ 53 (-13.11%)
Mutual labels:  encryption
Cape
String encryption for Arduino, limited microcontrollers and other embedded systems.
Stars: ✭ 58 (-4.92%)
Mutual labels:  encryption
Silence
PROJECT MOVED: https://git.silence.dev/Silence/Silence-Android/ (GitHub is just a mirror.)
Stars: ✭ 1,019 (+1570.49%)
Mutual labels:  encryption
Passage
A password manager using https://age-encryption.org/
Stars: ✭ 48 (-21.31%)
Mutual labels:  encryption
Libtomcrypt
LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
Stars: ✭ 1,080 (+1670.49%)
Mutual labels:  encryption
Vaulty
Tokenize, encrypt/decrypt, mask your data on the fly with Vaulty proxy
Stars: ✭ 38 (-37.7%)
Mutual labels:  encryption
Simple Polymorphic Engine Spe32
Simple Polymorphic Engine (SPE32) is a simple polymorphic engine for encrypting code and data. It is an amateur project that can be used to demonstrate what polymorphic engines are.
Stars: ✭ 59 (-3.28%)
Mutual labels:  encryption
0bin
Client side encrypted pastebin
Stars: ✭ 1,051 (+1622.95%)
Mutual labels:  encryption
Drops
opmsg p2p transport network
Stars: ✭ 58 (-4.92%)
Mutual labels:  encryption
Enigma
Gradle Plugin - Obfuscator String Encryption (Android/Java)
Stars: ✭ 43 (-29.51%)
Mutual labels:  encryption
Korra
A quick and simple encrypted file store for easy sharing within your organisation
Stars: ✭ 46 (-24.59%)
Mutual labels:  encryption
Reed Solomon
Reed Solomon BCH encoder and decoder
Stars: ✭ 57 (-6.56%)
Mutual labels:  encryption
Node Argon2
Node.js bindings for Argon2 hashing algorithm
Stars: ✭ 1,008 (+1552.46%)
Mutual labels:  encryption
Rnl
RNL - Realtime Network Library - The opensource reliable UDP network library
Stars: ✭ 59 (-3.28%)
Mutual labels:  encryption
Transcrypt
transparently encrypt files within a git repository
Stars: ✭ 993 (+1527.87%)
Mutual labels:  encryption
Cppdes
C++ implementation of Data Encryption Standard (DES, 3DES) (ECB, CBC)
Stars: ✭ 53 (-13.11%)
Mutual labels:  encryption
Hermitdb
A private decentralized database replicated over Git (or any other distributed log)
Stars: ✭ 61 (+0%)
Mutual labels:  encryption
Easytcp
Simple framework for TCP clients and servers. Focused on performance and usability.
Stars: ✭ 60 (-1.64%)
Mutual labels:  encryption
Wolfssl
wolfSSL (formerly CyaSSL) is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!
Stars: ✭ 1,098 (+1700%)
Mutual labels:  encryption

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].