Optimized cleanup for encryption

This commit is contained in:
2022-12-14 00:31:46 +01:00
parent a0c17c9fd6
commit 09bb6d1e31
3 changed files with 39 additions and 7 deletions

View File

@@ -166,6 +166,8 @@ try:
encrypt.addInformationToUser(user_id, label, str(input()))
encrypt.compileData()
if args.meta_data is True:
print('Cleaning up encrypted meta data.')
cleanup.cleanupMetaData(Paths.TYPE_ENCRYPTED)
print("Create and encrypt meta data.")
encrypt.encryptMetaData()
if args.input_directory is not None: