haf / DotNetZip.Semverd

Please use System.IO.Compression! A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Other
546 stars 218 forks source link

Are there plans to add support for password protecting the zip file itself? #227

Open MLyons10 opened 3 years ago

MLyons10 commented 3 years ago

I know that you can password protect individual files, but I was wondering if there were any plans to add support for password protecting the zip file itself.

Also, are there any concerns or issues surrounding password protecting a database backup file? I assume the password is stripped when it's exported from the zip file?

Thank you very much for an incredible resource and for everything that's gone into it...