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

◆ DESTransform() [1/2]

System.Security.Cryptography.DESTransform.DESTransform ( SymmetricAlgorithm symmAlgo,
bool encryption,
byte[] key,
byte[] iv )
inlinepackage

Definition at line 10 of file DESTransform.cs.

11 {
12 int num = 1;
13 base..ctor(symmAlgo, encryption, iv);
14 byte[] strongKey;
15 if (key == null)
16 {
17 if (num == 0)
18 {
19 }
20 strongKey = DESTransform.GetStrongKey();
21 }
22 bool flag = DES.IsWeakKey(strongKey);
23 if (num == 0)
24 {
25 }
26 bool flag2 = DES.IsSemiWeakKey(strongKey);
27 object obj;
28 if (strongKey == null && obj != null && obj == null)
29 {
30 throw new InvalidCastException();
31 }
32 if (num == 0)
33 {
34 }
35 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.DESTransform.GetStrongKey(), System.Security.Cryptography.DES.IsSemiWeakKey(), System.Security.Cryptography.DES.IsWeakKey(), j__TPar, System.key, and System.obj.