Compare commits

...

3 Commits

Author SHA1 Message Date
a88ca6904a Update Readme.md 2022-12-12 13:12:44 +01:00
5ad38ab566 Solved variable naming bug 2022-12-12 13:09:03 +01:00
565c5d0961 Optimized decryption message 2022-12-12 11:45:29 +01:00
2 changed files with 3 additions and 3 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

View File

@@ -137,7 +137,7 @@ try:
print("An unexpected error occured: \n" + traceback.format_exc())
print("Decrypting main data.")
decrypt.decryptMainData()
print("All data decrypted.")
print("The data was decrypted to: " + paths.getDecryptedMainDataStandartFolder())
dirty_exit()
print("Decrypting accumulated data.")
decrypt.setUserPassword(args.master_password)