mirror of
https://github.com/andrewkdinh/death-code.git
synced 2024-11-14 18:34:32 -08:00
924 B
924 B
Death Code
Death Code is an entirely self-hosted web application that utilizes Sharmir'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
cd death-code
cp .env.example .env
# Edit .env
git clone https://github.com/daniel-e/rust-captcha.git rust-captcha
docker-compose up -d
Credits
- Built with Python Flask and Docker
Licensed under AGPL | Copyright (c) 2021 Andrew Dinh