Go to file
2022-12-10 17:30:27 +01:00
scripts Added decryption for master password 2022-12-10 17:30:27 +01:00
.gitignore Optimized file structur 2022-12-09 17:48:37 +01:00
Readme.md Implemented further decription steps 2022-12-10 14:42:11 +01:00

Splitted Secret

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.

testing

python scripts/main.py --mode cleanup && 
python scripts/main.py --amount 3 --quota 50 --mode encrypt --add-user-information --master-password "ewrwerwerew"  << END_OF_INPUTS
alpha bravo
123123812908
asfdasd@asdskjd.de
street in straat
charlie delta
1888888
sadasfdasd@asdskjd.de
street in strutt
echo2 foxtrott
99999999
asfdasd@sdskjd.de
street in strasdlasöd
END_OF_INPUTS
python scripts/main.py --mode decrypt --master-password "ewrwerwerew"  &&
python scripts/main.py --mode decrypt --user "1" 


python scripts/main.py --mode cleanup --user "1"  && python scripts/main.py --mode decrypt --user "1" --user-password "O3ITMWXZED9FKYQ0PB2WNVRWSCSCYVXCD00PJ6GQ4MFPIUWBVDCYSSSX9ZDBW5QU" << END_OF_INPUTS
2
END_OF_INPUTS

Requirements to know

  • Amount of People
  • How much people need to reunite for decrypting

Requirements to implement

  • Plattform independend
  • easy to use

required software

    pip install numpy
    gpg
    python
    pip

todo

  • implement tails setup script
  • implement relativ call
  • implement tmp mount for decrypted files

Further Information