brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
400 stars 139 forks source link

How to extract the contents of password protected ZIP File #92

Open vinoddirishala opened 4 years ago

vinoddirishala commented 4 years ago

If i try to get contents from password protected zip file, i'm getting FormatException: Bad UTF-8 character at Offset 0xf6. So i created zip file with same file but without password, and it's giving proper content.

How Can i Check the password of zip file using this library

brendan-duncan commented 4 years ago

I have a task to improve password support, but it's taking a while to get to it. I apologize.

vinoddirishala commented 4 years ago

Any idea about the version release at least.

On Sat, 28 Dec 2019, 10:34 am Brendan Duncan, notifications@github.com wrote:

I have a task to improve password support, but it's taking a while to get to it. I apologize.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brendan-duncan/archive/issues/92?email_source=notifications&email_token=AFLTY5CGVVP7CKJFV5NGHXTQ23M57A5CNFSM4J7XKNLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHYCI3Q#issuecomment-569386094, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLTY5DSH6D7Q4A2QZKIQA3Q23M57ANCNFSM4J7XKNLA .

brendan-duncan commented 4 years ago

Sorry, I don't know. It's based on when I get time to work on it, unless someone else wants to help, and my time is based on work and family...so very little, but once in a while I can do big chunks :-/

vinoddirishala commented 4 years ago

I can contribute if you want.

On Sat, 28 Dec 2019, 11:48 pm Brendan Duncan, notifications@github.com wrote:

Sorry, I don't know. It's based on when I get time to work on it, unless someone else wants to help, and my time is based on work and family...so very little, but once in a while I can do big chunks :-/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brendan-duncan/archive/issues/92?email_source=notifications&email_token=AFLTY5GPXL3E7OI4OGATZ5TQ26KARA5CNFSM4J7XKNLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHYPONY#issuecomment-569440055, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLTY5AQM67K4DOSVUGU67TQ26KARANCNFSM4J7XKNLA .

brendan-duncan commented 4 years ago

Help is always appreciated

CalvinML commented 4 years ago

I tried to unzip the zip file with the password, but an error occurred: "Value not in range: -12"