Go to file
2022-12-09 21:49:06 +01:00
scripts Refactored Encryption class 2022-12-09 21:49:06 +01:00
.gitignore Optimized file structur 2022-12-09 17:48:37 +01:00
Readme.md Refactored Encryption class 2022-12-09 21:49:06 +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 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" 

Requirements to know

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

Requirements to implement

  • Plattform independend
  • easy to use

setup

    pip install numpy

Further Information