terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 |
Definition at line 8 of file ZipCrypto.cs.