terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
ChallengeResponse () | |
ChallengeResponse (string password, byte[] challenge) | |
void | Dispose () |
Protected Member Functions | |
override void | Finalize () |
Properties | |
string | Password [set] |
byte[] | Challenge [set] |
byte[] | LM [get, set] |
byte[] | NT [get, set] |
Private Member Functions | |
void | Dispose (bool disposing) |
byte[] | GetResponse (byte[] pwd) |
byte[] | PrepareDESKey (byte[] key56bits, int position) |
byte[] | PasswordToKey (string password, int position) |
Static Private Member Functions | |
static | ChallengeResponse () |
Private Attributes | |
bool | _disposed |
byte[] | _challenge |
byte[] | _lmpwd |
byte[] | _ntpwd |
Static Private Attributes | |
static byte[] | magic |
static byte[] | nullEncMagic |
Definition at line 14 of file ChallengeResponse.cs.