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

◆ GenerateKey()

override void System.Security.Cryptography.DESCryptoServiceProvider.GenerateKey ( )
inline

Definition at line 54 of file DESCryptoServiceProvider.cs.

55 {
56 if (!true)
57 {
58 }
59 RNGCryptoServiceProvider staticRandomNumberGenerator = Utils.StaticRandomNumberGenerator;
60 byte[] keyValue = this.KeyValue;
61 bool flag = DES.IsWeakKey(this.KeyValue);
62 bool flag2 = DES.IsSemiWeakKey(this.KeyValue);
63 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.DES.IsSemiWeakKey(), System.Security.Cryptography.DES.IsWeakKey(), j__TPar, System.Security.Cryptography.SymmetricAlgorithm.KeyValue, and System.Security.Cryptography.Utils.StaticRandomNumberGenerator.