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
In my project I create a big zip file with password and entries have AESKeySize 256.
After it is collected, I want to allow adding single small files.
From Wiki - updating a zip:
" Please note for AES: this will not work in the 0.86.0 release, if the existing zip has entries encrypted with AES. In that case you will need to repack into a new zip - see the Unpack and Repack sample at Zip Code Samples - creating and extracting"
Although, I was able to add a new file with the Wiki example and password, just that entry is added with AESKeySize 0.
Is there a way to add with a file with AESkeySize 256 without unpacking and repacking?
If I do with the workaround of later added files with AESKeySize 0, what's the meaning of it? some files in the zip are less protected?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
In my project I create a big zip file with password and entries have AESKeySize 256.
After it is collected, I want to allow adding single small files.
From Wiki - updating a zip:
" Please note for AES: this will not work in the 0.86.0 release, if the existing zip has entries encrypted with AES. In that case you will need to repack into a new zip - see the Unpack and Repack sample at Zip Code Samples - creating and extracting"
Although, I was able to add a new file with the Wiki example and password, just that entry is added with AESKeySize 0.
My thanks and appreciation
Beta Was this translation helpful? Give feedback.
All reactions