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 | |
PrivateKey (byte[] data, string password) | |
Static Public Member Functions | |
static PrivateKey | CreateFromFile (string filename) |
static PrivateKey | CreateFromFile (string filename, string password) |
Properties | |
RSA | RSA [get, set] |
Private Member Functions | |
byte[] | DeriveKey (byte[] salt, string password) |
bool | Decode (byte[] pvk, string password) |
Private Attributes | |
bool | encrypted |
RSA | rsa |
bool | weak |
int | keyType |
Definition at line 14 of file PrivateKey.cs.