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

◆ TripleDESTransform()

System.Security.Cryptography.TripleDESTransform.TripleDESTransform ( TripleDES algo,
bool encryption,
byte[] key,
byte[] iv )
inline

Definition at line 10 of file TripleDESTransform.cs.

11 {
12 int num = 1;
13 base..ctor(algo, encryption, iv);
14 byte[] strongKey;
15 if (key == null)
16 {
17 strongKey = TripleDESTransform.GetStrongKey();
18 }
19 if (num == 0)
20 {
21 }
22 bool flag = TripleDES.IsWeakKey(strongKey);
23 DES des = DES.Create();
24 }
class f__AnonymousType0<< Count > j__TPar
TripleDESTransform(TripleDES algo, bool encryption, byte[] key, byte[] iv)

References Mono.Security.Cryptography.SymmetricTransform.algo, System.Security.Cryptography.DES.Create(), System.Security.Cryptography.TripleDESTransform.GetStrongKey(), System.Security.Cryptography.TripleDES.IsWeakKey(), j__TPar, and System.key.