mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2026-07-22 18:04:15 +00:00
Implemented loading of json file
This commit is contained in:
@@ -39,11 +39,13 @@ if __name__ == '__main__':
|
||||
decrypt.setUserPassword(getpass())
|
||||
print("Decrypting User File...")
|
||||
try:
|
||||
decrypt.decryptUserFile();
|
||||
decrypt.setUserData();
|
||||
break;
|
||||
except:
|
||||
print("Wrong password :(")
|
||||
print("File encrypted :) ")
|
||||
print("File decrypted :) ")
|
||||
print("Please contact ")
|
||||
print(decrypt.user_data)
|
||||
exit()
|
||||
print("Decrypting accumulated file...")
|
||||
decrypt.setUserPassword(args.master_password)
|
||||
|
||||
Reference in New Issue
Block a user