TraditionalEncryptionSettings

TraditionalEncryptionSettings class

Settings for traditional ZipCrypto algorithm.

public class TraditionalEncryptionSettings : EncryptionSettings

Constructors

NameDescription
TraditionalEncryptionSettings()Initializes a new instance of the TraditionalEncryptionSettings class without a password.
TraditionalEncryptionSettings(string)Initializes a new instance of the TraditionalEncryptionSettings class.
TraditionalEncryptionSettings(string, Encoding)Initializes a new instance of the TraditionalEncryptionSettings class with user defined encoding.

Properties

NameDescription
Method { get; }Gets the encryption algorithm.
Password { get; set; }Gets or sets password for encryption or decryption.

Remarks

See section 6.0 at ZIP format description: https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT

See Also