Skip to content

Conversation

@alexandre-garrec
Copy link
Owner

This pull request introduces the ability to handle password-protected ZIP files in the streamFileFromZip and unzipFile methods for both iOS and Android platforms.

Key Updates:

  • Password Handling in unzipFile: You can now provide a password when extracting ZIP files to a destination folder.
  • Password Handling in streamFileFromZip: Streams files from a password-protected ZIP archive by supplying a password. Supports returning file data in base64, arraybuffer, or string format.

Affected Methods:

  • unzipFile: Now supports password-protected ZIP extraction.
  • streamFileFromZip: Now supports streaming files from password-protected ZIPs.

Notes:

  • The update ensures compatibility across both iOS (Swift) and Android (Kotlin) platforms, with the use of Zip4j on Android for handling encrypted ZIP files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants