Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Encryption.PkzipClassic Class Referenceabstract

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...

Inheritance diagram for ICSharpCode.SharpZipLib.Encryption.PkzipClassic:
Collaboration diagram for ICSharpCode.SharpZipLib.Encryption.PkzipClassic:

Static Public Member Functions

static byte[] GenerateKeys (byte[] seed)
 Generates new encryption keys based on given seed.

Detailed Description

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.

Member Function Documentation

◆ GenerateKeys()

byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassic.GenerateKeys ( byte[] seed)
static

Generates new encryption keys based on given seed.

Parameters
seedThe seed value to initialise keys with.
Returns
A new key value.
Here is the call graph for this function:

The documentation for this class was generated from the following file: