mockingbot / react-native-zip-archive

Zip archive utility for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What encryptionType used on iOS?

olosegres opened this issue · comments

Hi, encryptionType for iOS marked as not supported, but what type actually used? (If used default, so what does it mean STANDARD?)

On iOS, the package is using SSZipArchive https://github.com/ZipArchive/ZipArchive under the hood, so I think we're using the zlib algorithm.

Thanks!