C# (CSharp) ICSharpCode.SharpZipLib.Encryption Namespace

Classes

Name Description
Extension
PkzipClassic PkzipClassic embodies the classic or original encryption facilities used in Pkzip archives. While it has been superceded by more recent and more powerful algorithms, its still in use and is viable for preventing casual snooping
PkzipClassicCryptoBase PkzipClassicCryptoBase provides the low level facilities for encryption and decryption using the PkzipClassic algorithm.
PkzipClassicDecryptCryptoTransform PkzipClassic CryptoTransform for decryption.
PkzipClassicEncryptCryptoTransform PkzipClassic CryptoTransform for encryption.
PkzipClassicManaged Defines a wrapper object to access the Pkzip algorithm. This class cannot be inherited.
Rijndael2
RijndaelImplementation Internal implementation of Rijndael. This class is returned from Rijndael.Create() instead of the public RijndaelManaged to be consistent with the rest of the static Create() methods which return opaque types. They both have have the same implementation.
ZipAESStream Encrypts and decrypts AES ZIP
ZipAESTransform Transforms stream using AES in CTR mode
ZipAESTransform.HashAlgorithmName
ZipAESTransform.IncrementalHash