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

◆ GetStrongKey()

static byte[] System.Security.Cryptography.DESTransform.GetStrongKey ( )
inlinestaticpackage

Definition at line 134 of file DESTransform.cs.

135 {
136 if ("AnyAtomicType" == null)
137 {
138 }
139 byte[] array = KeyBuilder.Key(41730048);
140 bool flag = DES.IsWeakKey(array);
141 bool flag2 = DES.IsSemiWeakKey(array);
142 return 41730048;
143 }
class f__AnonymousType0<< Count > j__TPar
static byte[] Key(int size)
Definition KeyBuilder.cs:38

References System.array, System.Security.Cryptography.DES.IsSemiWeakKey(), System.Security.Cryptography.DES.IsWeakKey(), j__TPar, and Mono.Security.Cryptography.KeyBuilder.Key().

Referenced by System.Security.Cryptography.DESTransform.DESTransform().