allanlei / python-zipstream

Like Python's ZipFile module, except it works as a generator that provides the file in many small chunks.
GNU General Public License v3.0
128 stars 34 forks source link

Add weak-algorithm password support #32

Closed ch0k0bn closed 5 years ago

ch0k0bn commented 5 years ago

Closes #31

ch0k0bn commented 5 years ago

tested with python2.7 will check python3 versions

ch0k0bn commented 5 years ago

as expected work on 2.7 and 3.4+. I will wait for @allanlei feedback.

ch0k0bn commented 5 years ago