mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2024-11-25 03:31:03 +01:00
Compare commits
No commits in common. "a88ca6904abdc80953fdc00c9d6ae082c26b608e" and "07ba9b21640d1f12b9c0796dda72da0c52252509" have entirely different histories.
a88ca6904a
...
07ba9b2164
@ -1,4 +1,4 @@
|
|||||||
# Split Secret
|
# Splitted 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.
|
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
|
## requirements
|
||||||
|
@ -137,7 +137,7 @@ try:
|
|||||||
print("An unexpected error occured: \n" + traceback.format_exc())
|
print("An unexpected error occured: \n" + traceback.format_exc())
|
||||||
print("Decrypting main data.")
|
print("Decrypting main data.")
|
||||||
decrypt.decryptMainData()
|
decrypt.decryptMainData()
|
||||||
print("The data was decrypted to: " + paths.getDecryptedMainDataStandartFolder())
|
print("All data decrypted.")
|
||||||
dirty_exit()
|
dirty_exit()
|
||||||
print("Decrypting accumulated data.")
|
print("Decrypting accumulated data.")
|
||||||
decrypt.setUserPassword(args.master_password)
|
decrypt.setUserPassword(args.master_password)
|
||||||
|
Loading…
Reference in New Issue
Block a user