mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2024-11-22 02:01:05 +01:00
Merge branch 'main' of github.com:kevinveenbirkenbach/splitted-secret
This commit is contained in:
commit
b3bd3a0095
@ -1,4 +1,4 @@
|
|||||||
# Splitted Secret
|
# Split 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.
|
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
|
## requirements
|
||||||
@ -79,4 +79,4 @@ To encrypt the master-password file and to create the neccessary encrypted meta
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
python scripts/main.py --secret-holders-amount "<<amount>>" --quota "<<quota>>" --mode encrypt --add-user-information --master-password "<<master_password>>" --create-meta-data
|
python scripts/main.py --secret-holders-amount "<<amount>>" --quota "<<quota>>" --mode encrypt --add-user-information --master-password "<<master_password>>" --create-meta-data
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user