Question: Can i password-protect the zip-file but not the entries in it? #797
Unanswered
HansKindberg
asked this question in
Q&A
Replies: 1 comment
-
I believe that you cannot per the ZIP file format specification (wikipedia). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use ZipOutputStream.Password each entry in the created zip-file is password-protected. I expected the zip-file itself to be password-protected. Is it possible to password-protect the zip-file I want to create and not the entries in it?
Beta Was this translation helpful? Give feedback.
All reactions