C# Класс 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
Наследование: System.Security.Cryptography.SymmetricAlgorithm
Показать файл Открыть проект

Открытые методы

Метод Описание
GenerateKeys ( byte seed ) : byte[]

Generates new encryption keys based on given seed

Описание методов

GenerateKeys() публичный статический Метод

Generates new encryption keys based on given seed
public static GenerateKeys ( byte seed ) : byte[]
seed byte The seed value to initialise keys with.
Результат byte[]