You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading files from an encrypted zip archive is currently undefined behaviour.
Some report that it downloads a useless encrypted byte stream, in other tests you get a compression error. It seems to depend on what software was used to build the encrypted archive.
The zip explorer API should detect encryption and give proper errors when a file can't be decompressed due to encryption. Maybe we can even decrypt the files server-side.
The text was updated successfully, but these errors were encountered:
Downloading files from an encrypted zip archive is currently undefined behaviour.
Some report that it downloads a useless encrypted byte stream, in other tests you get a compression error. It seems to depend on what software was used to build the encrypted archive.
The zip explorer API should detect encryption and give proper errors when a file can't be decompressed due to encryption. Maybe we can even decrypt the files server-side.
The text was updated successfully, but these errors were encountered: