You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
templates | 1 year ago | |
.env.example | 2 years ago | |
Dockerfile | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago | |
main.py | 2 years ago | |
requirements.txt | 2 years ago |
README.md
Death Code
Death Code is an entirely self-hosted web application that utilizes Shamir's Secret Sharing to share secrets after you die. After splitting a secret among a group of people, the secret can only be reconstructed when a sufficient number of people combine their parts together, presumably only after you are gone from this earth.
Building
- Install
git
,docker
, anddocker-compose
git clone https://github.com/andrewkdinh/death-code.git
git clone https://github.com/daniel-e/rust-captcha.git
cd death-code
cp .env.example .env
# Edit .env
docker-compose up -d
- Visit
http://localhost:33284
Credits
- Built with Python Flask and Docker
Licensed under AGPL | Copyright (c) 2021 Andrew Dinh