kineapps / flutter_archive

Flutter plugin for creating and extracting ZIP files.
https://pub.dev/packages/flutter_archive
BSD 3-Clause "New" or "Revised" License
57 stars 43 forks source link

Unzip password protected files #41

Closed Zambiorix closed 2 years ago

Zambiorix commented 2 years ago

Is this implemented? Any plans, if not?

Cheers, Gerd

csacchetti commented 2 years ago

Also I am interested in putting a password in the zip file that I created and I export so nobody can open it apart from me who know the password and then when I import the file I unzip it using the password. Is this possible? Thanks

kinex commented 2 years ago

Password protected zip files are not supported. I have no plans implementing this, sounds like a too big task.