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

◆ CreateDecryptor() [2/2]

override ICryptoTransform System.Security.Cryptography.DESCryptoServiceProvider.CreateDecryptor ( byte[] rgbKey,
byte[] rgbIV )
inline

Definition at line 40 of file DESCryptoServiceProvider.cs.

41 {
42 if (!true)
43 {
44 }
45 bool flag = DES.IsWeakKey(rgbKey);
46 if (!true)
47 {
48 }
49 bool flag2 = DES.IsSemiWeakKey(rgbKey);
50 return "Specified key is a known weak key for '{0}' and cannot be used.";
51 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.DES.IsSemiWeakKey(), System.Security.Cryptography.DES.IsWeakKey(), and j__TPar.