Update Readme.md

This commit is contained in:
Kevin Veen-Birkenbach 2022-12-12 13:12:44 +01:00 committed by GitHub
parent 5ad38ab566
commit a88ca6904a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
## requirements
@ -70,4 +70,4 @@ To encrypt the master-password file and to create the neccessary encrypted meta
```bash
python scripts/main.py --secret-holders-amount "<<amount>>" --quota "<<quota>>" --mode encrypt --add-user-information --master-password "<<master_password>>" --create-meta-data
```
```