Skip to content

andrewkdinh/death-code

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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