Go to file
2022-12-08 21:25:03 +01:00
scripts Implemented first layer of encryption 2022-12-08 21:25:03 +01:00
.gitignore Implemented first layer of encryption 2022-12-08 21:25:03 +01:00
Readme.md Implemented first layer of encryption 2022-12-08 21:25:03 +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.

Requirements to know

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

Requirements to implement

  • Plattform independend
  • easy to use

pip install numpy

gpg -c

Further Information