Go to file
2022-12-09 13:08:07 +01:00
scripts Refactored to use AbstractSplittedSecret 2022-12-09 13:08:07 +01:00
.gitignore Refactored code 2022-12-09 11:19:21 +01:00
Readme.md Refactored code 2022-12-09 11:19:21 +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

setup

    pip install numpy

Further Information