简体   繁体   中英

DotNetZip: Deny removing and updating list of files in protected zip

I have zip, protected with password. How to deny removal of entries from my zip file and updating of entries in it?

If it`s possible to deny even opening protected zip without password, this would be the best solution.

How to do this using DotNetZip library?

ZIP standard allows it by adding signature to central directory structure. But this is supported only by commercial implementations - SecureZip by PKWare, and some libraries (like SecureBlackbox).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM