Added deletion of crypt_file to generate new salt every session

After successfully decrypting the project, the `crypt_file` is
deleted to generate a new salt for each session.
This commit is contained in:
Nich 2016-04-12 18:54:38 -04:00
parent 976287a67b
commit 04f3ac3199

View file

@ -111,6 +111,7 @@ class Crypto(object):
archive_file.close()
self.compressor.decompress_project()
self.delete_crypt_files()
os.chdir(self.config.crypt_dir)
return True