piranna / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

zipfs should support password protected zip files #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Either support the password as an optional argument to the constructor 
(preferred) or as a setter.  Looks like zipfile only supports reading encrypted 
files, not writing them, so you will probably inherit that constraint.  Still, 
reading encrypted zip files is useful.

Original issue reported on code.google.com by gary.mar...@gmail.com on 13 Sep 2013 at 2:00

GoogleCodeExporter commented 9 years ago
I meant for this to be an enhancement request.  It is not a defect.  Sorry.

Original comment by gary.mar...@gmail.com on 13 Sep 2013 at 2:01