terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Ionic.Zip.ZipCrypto Class Reference

Public Member Functions

byte[] DecryptMessage (byte[] cipherText, int length)
 
byte[] EncryptMessage (byte[] plainText, int length)
 
void InitCipher (string passphrase)
 

Static Public Member Functions

static ZipCrypto ForWrite (string password)
 
static ZipCrypto ForRead (string password, ZipEntry e)
 

Properties

byte MagicByte [get]
 

Private Member Functions

 ZipCrypto ()
 
void UpdateKeys (byte byteValue)
 

Private Attributes

uint[] _Keys
 
CRC32 crc32
 

Detailed Description

Definition at line 8 of file ZipCrypto.cs.


The documentation for this class was generated from the following file: