Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Encryption Namespace Reference

Classes

class  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. More...
class  PkzipClassicCryptoBase
 PkzipClassicCryptoBase provides the low level facilities for encryption and decryption using the PkzipClassic algorithm. More...
class  PkzipClassicDecryptCryptoTransform
 PkzipClassic CryptoTransform for decryption. More...
class  PkzipClassicEncryptCryptoTransform
 PkzipClassic CryptoTransform for encryption. More...
class  PkzipClassicManaged
 Defines a wrapper object to access the Pkzip algorithm. This class cannot be inherited. More...
class  ZipAESStream
 Encrypts and decrypts AES ZIP. More...
class  ZipAESTransform
 Transforms stream using AES in CTR mode. More...