IRONSOFTWAREHOME
Password Protect ZIP
using IronZip;
using IronZip.Enum;

// Create empty ZIP with highest compression
using (var archive = new IronZipArchive(9))
{
    // Password protect the ZIP (Support AES128 & AES256)
    archive.Encrypt("P@ssw0rd", EncryptionMethods.Traditional);

    archive.Add("./assets/image1.jpg");
    archive.Add("./assets/image2.jpg");

    // Export the ZIP
    archive.SaveAs("output.zip");
}
Imports IronZip
Imports IronZip.Enum

' Create empty ZIP with highest compression
Using archive = New IronZipArchive(9)
    ' Password protect the ZIP (Support AES128 & AES256)
    archive.Encrypt("P@ssw0rd", EncryptionMethods.Traditional)

    archive.Add("./assets/image1.jpg")
    archive.Add("./assets/image2.jpg")

    ' Export the ZIP
    archive.SaveAs("output.zip")
End Using
NuGet Download
PM > Install-Package IronZip
Password Protect ZIP

Password Protect ZIP

Password-protecting a ZIP archive involves adding a password to the archive to secure its contents. This ensures that only individuals with the correct password can extract or access the files within the ZIP archive. This password acts as a form of encryption, preventing unauthorized access to the files stored in the archive. To extract files from a password-protected ZIP archive, users must enter the correct password.

Explore How to Create, Read, and Extract ZIP Files
View on GitHub

Ready to Get Started?

Nuget Downloads 23,187Version:2026.9just released

Key in blue circle

Get your free 30-day Trial Key instantly.

Your trial license will be sent to your email address

No limitations. 100% unlocked. No credit card.

bullet_checkedNo credit card or account creation requiredNo limitations. 100% unlocked. No credit card.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
Book your free Live Demo
Booking Badge

Trusted by Millions of Engineers Worldwide

Iron Software's customer logos
Get Your No-Obligation Consult
Complete the form below or email sales@ironsoftware.com
Your details will always be kept confidential.
Trusted by Millions of Engineers Worldwide
Iron Software's customer logos
Get your free 30-day Trial Key instantly.
No credit card or account creation required