Skip to content

Fix encryption/decryption safety for threading multiple processing

Pre-release
Pre-release

Choose a tag to compare

@miurahr miurahr released this 23 Jun 20:43
· 1134 commits to master since this release

Fixed

  • Fix password leak/overwrite among SevenZipFile objects in a process.(#159)
    This can cause decryption error or encryption with unintended password.
  • Release password on close()

Changed

  • Refactoring SevenZipFile class internals. (#160)
  • Refactoring classes in compressor module. (#161)