From a88ca6904abdc80953fdc00c9d6ae082c26b608e Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 12 Dec 2022 13:12:44 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index be29c90..1150b31 100644 --- a/Readme.md +++ b/Readme.md @@ -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 "<>" --quota "<>" --mode encrypt --add-user-information --master-password "<>" --create-meta-data -``` \ No newline at end of file +```