Go to file
2022-12-09 17:32:02 +01:00
scripts Implemented encryption on user level 2022-12-09 17:32:02 +01:00
.gitignore Implemented encryption on user level 2022-12-09 17:32:02 +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