Go to file
Andrew Dinh 08bd2d6810
Fix f(x1) name
2022-01-21 20:32:21 -08:00
templates Fix f(x1) name 2022-01-21 20:32:21 -08:00
.env.example Add .env.example 2021-02-23 13:29:42 -08:00
Dockerfile Initial commit 2021-02-23 13:14:29 -08:00
LICENSE Initial commit 2021-02-23 13:14:29 -08:00
README.md Fix spelling 2021-05-17 23:50:27 -07:00
docker-compose.yml Change wording 2021-05-16 23:37:38 -07:00
main.py Add license to webpage 2021-02-23 17:00:47 -08:00
requirements.txt Initial commit 2021-02-23 13:14:29 -08:00

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

  1. Install git, docker, and docker-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
  1. Visit http://localhost:33284

Credits

  • Built with Python Flask and Docker

Mirrors: GitHub (main), Gitea

Licensed under AGPL | Copyright (c) 2021 Andrew Dinh