-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for large files (ZIP64) #30
Support for large files (ZIP64) #30
Comments
Hi, |
I was able to make it working and be correctly recognizable by 7-Zip / WinZip by making the following modifications:
Hope that helps to build a fix. |
We are experiencing a similar issue when trying to extract encrypted zip file over 4GB in size. When extracting process passes ~4GB it fails.
The only one that worked on Windows for us was TugZip. Edit. |
Hi @i4rilu! Thank you for suggestions, appreciate them! I will try them out over this weekend and possibly merge them in. |
…ctory until fix is introduced to archive)
@i4rilu thanks again for your suggestions, they have been introduced into master now. Until archiverjs/node-compress-commons#90 is merged I'll keep a copy of |
@artem-karpenko your fix did the job. Thank you and @i4rilu for that. |
AES-256 password-protected zip archive with a >4GB file inside is not correctly recognized / unpacked with the latest version of 7-Zip (21.07).
Tried to force ZIP64 with
forceZip64: true
with no luck (ZIP64 headers are added but 7-Zip still can't correctly recognize it).✔️ AES-256 password-protected zip archive with a small file:
❌ AES-256 password-protected zip archive with a >4GB file:
The text was updated successfully, but these errors were encountered: