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...
|
| static byte[] | GenerateKeys (byte[] seed) |
| | Generates new encryption keys based on given seed.
|
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.
◆ GenerateKeys()
| byte[] ICSharpCode.SharpZipLib.Encryption.PkzipClassic.GenerateKeys |
( |
byte[] | seed | ) |
|
|
static |
Generates new encryption keys based on given seed.
- Parameters
-
| seed | The seed value to initialise keys with. |
- Returns
- A new key value.
The documentation for this class was generated from the following file: