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:
parent
976287a67b
commit
04f3ac3199
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue