mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Support for Setting Password on ZIP Files #678
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vip32 on GitHub (Mar 24, 2025).
Originally assigned to: @Copilot on GitHub.
Hello,
I am currently using the
SharpCompresslibrary for compressing files into ZIP archives. However, I need to set a password on the ZIP files and it appears that there is no support for this feature directly.Is there any way to set a password for ZIP files using
SharpCompress? If not, are there any plans to add this feature in the future?@MLyons10 commented on GitHub (Dec 2, 2025):
Password support is definitely needed. This gets my vote for all zip formats. I love seeing that it's under active development and hope we'll see password protection implemented.