C# 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
Inheritance: System.Security.Cryptography.SymmetricAlgorithm
Mostrar archivo Open project: icsharpcode/SharpZipLib

Public Methods

Method Description
GenerateKeys ( byte seed ) : byte[]

Generates new encryption keys based on given seed

Method Details

GenerateKeys() public static method

Generates new encryption keys based on given seed
public static GenerateKeys ( byte seed ) : byte[]
seed byte The seed value to initialise keys with.
return byte[]