death-code/README.md

27 lines
944 B
Markdown
Raw Permalink Normal View History

2021-02-23 13:14:29 -08:00
# Death Code
2021-05-17 23:50:27 -07:00
Death Code is an entirely self-hosted web application that utilizes [Shamir's Secret Sharing](https://en.wikipedia.org/wiki/Shamir%27s_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.
2021-02-23 13:14:29 -08:00
## Building
1. Install `git`, `docker`, and `docker-compose`
2.
```bash
git clone https://github.com/andrewkdinh/death-code.git
2021-05-16 22:04:34 -07:00
git clone https://github.com/daniel-e/rust-captcha.git
2021-02-23 13:14:29 -08:00
cd death-code
cp .env.example .env
# Edit .env
docker-compose up -d
```
2021-02-23 13:32:51 -08:00
3. Visit `http://localhost:33284`
2021-02-23 13:14:29 -08:00
## Credits
- Built with Python Flask and Docker
Mirrors: [GitHub](https://github.com/andrewkdinh/death-code) (main), [Gitea](https://gitea.andrewkdinh.com/andrewkdinh/death-code)
Licensed under [AGPL](./LICENSE) | Copyright (c) 2021 Andrew Dinh