mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2024-11-22 02:01:05 +01:00
Compare commits
2 Commits
62f51b449d
...
44b2db0cbc
Author | SHA1 | Date | |
---|---|---|---|
44b2db0cbc | |||
960e14d59e |
30
README.md
30
README.md
@ -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-data
|
python scripts/main.py --mode decrypt
|
||||||
```
|
```
|
||||||
|
|
||||||
### 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
|
||||||
Nutzer 1
|
Alan Turing
|
||||||
+123456-1
|
+ 12358
|
||||||
test@test1.de
|
turing@turing-bomb.world
|
||||||
Addresse Nutzer 1
|
Bletchley Park
|
||||||
Zusätzliche Notizen Nutzer 1
|
¯\_(ツ)_/¯
|
||||||
Nutzer 2
|
Ada Lovelace
|
||||||
+123456-2
|
+ 132134
|
||||||
test@test2.de
|
best@algorythm.ai
|
||||||
Addresse Nutzer 2
|
Somewhere in London
|
||||||
Zusätzliche Notizen Nutzer 2
|
:)
|
||||||
Nutzer 3
|
John von Neumann
|
||||||
+123456-3
|
+ 5488142
|
||||||
test@test3.de
|
test@test3.de
|
||||||
Addresse Nutzer 3
|
Washington D.C.
|
||||||
Zusätzliche Notizen Nutzer 3
|
<3 <3 <3
|
||||||
EOL
|
EOL
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user