IRONSOFTWAREHOME
密码保护 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
密码保护 ZIP

密码保护 ZIP

密码保护 ZIP 文件涉及向归档文件中添加密码以保护其内容。 这样可以确保只有拥有正确密码的用户才能提取或访问 ZIP 压缩包中的文件。该密码起到加密作用,防止未经授权的用户访问压缩包中存储的文件。要从受密码保护的 ZIP 压缩包中提取文件,用户必须输入正确的密码。

了解如何创建、读取和提取 ZIP 文件
在 GitHub 上查看

准备开始了吗?

Nuget Downloads 23,187版本:2026.9刚刚发布

Key in blue circle

立即获取免费的 30 天试用版密钥

Your trial license will be sent to your email address

无任何限制。100% 解锁。无需信用卡。

bullet_checked无需信用卡或创建账户无任何限制。100% 解锁。无需信用卡。
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
预约您的免费现场演示
Booking Badge

深受全球数百万工程师信赖

Iron Software 的客户徽标
获取您的无义务咨询
填写下面的表格或通过sales@ironsoftware.com
您的资料将始终保密。
深受全球数百万工程师信赖
Iron Software 的客户徽标
立即获取您的免费30 天试用密钥
无需信用卡或创建账户