Go to the source code of this file.
Namespaces | |
namespace | ICSharpCode::SharpZipLib::Encryption |
namespace | System::Security::Cryptography |
Classes | |
class | ICSharpCode::SharpZipLib::Encryption::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 | ICSharpCode::SharpZipLib::Encryption::PkzipClassicCryptoBase |
PkzipClassicCryptoBase provides the low level facilities for encryption and decryption using the PkzipClassic algorithm. More... | |
class | ICSharpCode::SharpZipLib::Encryption::PkzipClassicEncryptCryptoTransform |
PkzipClassic CryptoTransform for encryption. More... | |
class | ICSharpCode::SharpZipLib::Encryption::PkzipClassicDecryptCryptoTransform |
PkzipClassic CryptoTransform for decryption. More... | |
class | ICSharpCode::SharpZipLib::Encryption::PkzipClassicManaged |
Defines a wrapper object to access the Pkzip algorithm. This class cannot be inherited. More... |