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
파일 보기 프로젝트 열기: icsharpcode/SharpZipLib

공개 메소드들

메소드 설명
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[]