barnson / miniz

Automatically exported from code.google.com/p/miniz
1 stars 1 forks source link

Support for password #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need to open encrypted zip. Is it possible?

Original issue reported on code.google.com by mrpuzz...@gmail.com on 18 Oct 2013 at 11:33

GoogleCodeExporter commented 9 years ago
I implemented the classic (CRC-based) zip encryption stuff many years ago, so 
yes I can do it and know how to do it. But the old zip crypto is very weak from 
what I understand. The newer (strong) zip crypto seems sufficiently complex 
that it's out of the scope of miniz. Before I could add any sort of crypto I 
need to ship zip64 and then streaming zip file compression/decompression.

Original comment by richge...@gmail.com on 18 Oct 2013 at 1:57

GoogleCodeExporter commented 9 years ago
It will be great to have classic zip encryption "Traditional PKWARE Encryption"

Original comment by mrpuzz...@gmail.com on 18 Oct 2013 at 2:10

GoogleCodeExporter commented 9 years ago
What is the status of the issue? Is there a way to try zip64 encryption?

Original comment by szymon.g...@gmail.com on 6 Mar 2014 at 12:26

GoogleCodeExporter commented 9 years ago
Any progress on this feature?

Original comment by mrpuzz...@gmail.com on 11 Mar 2014 at 11:08