The purpose of this software is to splitt a secret over multiple people. Just if a defined amount of this people meet together they can encrypt the secret and have access to it.
python scripts/main.py --mode cleanup && python scripts/main.py --amount 6 --quota 50 --mode encrypt --master-password "ewrwerwerew" && python scripts/main.py --mode decrypt --master-password "ewrwerwerew" && python scripts/main.py --mode decrypt --user "1"
pip install numpy