archive icon indicating copy to clipboard operation
archive copied to clipboard

How to decode a password protected file

Open shawn736 opened this issue 5 years ago • 2 comments
trafficstars

Hi, I try to decode a password protected file. According to the following function, I give the right password, but it doesn't work. Archive decodeBytes(List<int> data, {bool verify = false, String password}) Could you give me a demo to show how to decode a password protected file. Thanks.

shawn736 avatar Jul 18 '20 02:07 shawn736

Here it is also not working to decode a file with a password. I create the .zip file (only store) using 7zip with password, and when I try to extract it by using this lib, the extracted files cannot be read

Gilianp avatar Jul 15 '22 22:07 Gilianp

Encrypted zip support isn't very good currently.

brendan-duncan avatar Jul 18 '22 04:07 brendan-duncan