Show / Hide Table of Contents

Enum ZipEncryptionMethod

The method of encrypting entries when creating zip archives.

Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public enum ZipEncryptionMethod

Fields

Name Description
AES128

Encrypt entries with AES 128.

AES256

Encrypt entries with AES 256.

None

No encryption will be used.

ZipCrypto

Encrypt entries with ZipCrypto.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors