mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2024-11-01 09:03:11 +01:00
23 lines
847 B
Markdown
23 lines
847 B
Markdown
# 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
|
|
- https://www.tutorialspoint.com/python/python_command_line_arguments.htm
|
|
- https://docs.python.org/3/library/argparse.html#module-argparse
|
|
- https://wiki.ubuntuusers.de/GoCryptFS/
|
|
- https://pynative.com/python-generate-random-string/
|
|
- https://www.studimup.de/abitur/stochastik/anzahl-der-m%C3%B6glichketen-berechnen-kombinatorik/
|
|
- https://numpy.org/doc/stable/reference/generated/numpy.base_repr.html?highlight=base_repr#numpy.base_repr |