archive
archive copied to clipboard
How to decode a password protected file
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.
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
Encrypted zip support isn't very good currently.