mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2024-11-21 17:51:05 +01:00
Optimized usability
This commit is contained in:
parent
080b8d66e4
commit
591af85d82
@ -4,7 +4,7 @@ The purpose of this software is to splitt a secret over multiple people. Just if
|
||||
## requirements
|
||||
|
||||
### system
|
||||
This software is developed for and on a [Arch Linux](https://archlinux.org/) system.
|
||||
This software is developed for and on an [Arch Linux](https://archlinux.org/) system.
|
||||
|
||||
### setup
|
||||
|
||||
@ -68,5 +68,4 @@ python scripts/main.py --amount 3 --quota 50 --mode encrypt --add-user-informati
|
||||
|
||||
## todo
|
||||
- add data-input attribut
|
||||
- add data-output attribut
|
||||
- write scenario test
|
||||
- add data-output attribut
|
@ -42,6 +42,7 @@ try:
|
||||
args = parser.parse_args()
|
||||
|
||||
print("Application started.")
|
||||
print("To leave the appplication use the key kombination: <<Ctr>> + <<Alt>> + <<C>>")
|
||||
print("Selected Mode: " + args.mode)
|
||||
|
||||
if args.mode == 'cleanup':
|
||||
|
Loading…
Reference in New Issue
Block a user