Compare commits

..

No commits in common. "44b2db0cbc03101ef43aff73eef1ab6ed011b9f5" and "62f51b449db81bd80ec15db7af0650edea123707" have entirely different histories.

View File

@ -54,7 +54,7 @@ python scripts/main.py --mode cleanup --file-types encrypted
To decrypt the data execute: To decrypt the data execute:
```bash ```bash
python scripts/main.py --mode decrypt python scripts/main.py --mode decrypt-data
``` ```
### decrypt accumulated file ### decrypt accumulated file
@ -94,20 +94,20 @@ To encrypt the master-password file and to create the neccessary encrypted meta
```bash ```bash
python scripts/main.py --secret-holders-amount "3" --quota "50" --mode encrypt --add-user-information --master-password "<<master_password>>" --meta --add-user-information << EOL python scripts/main.py --secret-holders-amount "3" --quota "50" --mode encrypt --add-user-information --master-password "<<master_password>>" --meta --add-user-information << EOL
Alan Turing Nutzer 1
+ 12358 +123456-1
turing@turing-bomb.world test@test1.de
Bletchley Park Addresse Nutzer 1
¯\_(ツ)_/¯ Zusätzliche Notizen Nutzer 1
Ada Lovelace Nutzer 2
+ 132134 +123456-2
best@algorythm.ai test@test2.de
Somewhere in London Addresse Nutzer 2
:) Zusätzliche Notizen Nutzer 2
John von Neumann Nutzer 3
+ 5488142 +123456-3
test@test3.de test@test3.de
Washington D.C. Addresse Nutzer 3
<3 <3 <3 Zusätzliche Notizen Nutzer 3
EOL EOL
``` ```