C# Class SaltTPF.ZipCrypto

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
tpfkey byte[]

Private Properties

Свойство Type Description
DecryptBlock void
EncryptBlock void
InitCipher void
UpdateKeys void

Méthodes publiques

Méthode Description
DecryptData ( ZipReader entry, byte block, int start, int count ) : void
EncryptData ( Stream fs, byte comprBlock ) : void

Private Methods

Méthode Description
DecryptBlock ( byte block, int offset, int count ) : void
EncryptBlock ( byte block, int offset, int count ) : void
InitCipher ( byte password ) : void
UpdateKeys ( byte byteval ) : void

Method Details

DecryptData() public static méthode

public static DecryptData ( ZipReader entry, byte block, int start, int count ) : void
entry ZipReader
block byte
start int
count int
Résultat void

EncryptData() public static méthode

public static EncryptData ( Stream fs, byte comprBlock ) : void
fs Stream
comprBlock byte
Résultat void

Property Details

tpfkey public_oe static_oe property

public static byte[] tpfkey
Résultat byte[]