コード例 #1
0
 public TcpWopProtection()
     : base()
 {
     this.wopEncryption = new WopEncryption(new ulong[] {
         861335890, 388626021, 404588533, 738562051, 143466081,
         813679996, 890571662, 823294427, 135787739, 421508041,
         841473000, 552393879, 397881016, 459668250, 512708703,
         311855623
     },
                                            new uint[] {
         921772746, 666327786, 817602825, 400586423, 376646580,
         754874742, 178650796, 973149794, 308786223, 962247449,
         927153850, 989149359, 501229639, 219045145, 331863585,
         318046295,
     });
 }
コード例 #2
0
 public UdpWopProtection()
     : base()
 {
     this.wopEncryption = new WopEncryption(new ulong[] {
         459689754, 201726257, 563084167, 941353141, 431571487,
         973176127, 670574460, 370929887, 135830051, 250211213,
         183548529, 895575941, 760765542, 466725270, 856635237,
         669549115
     },
                                            new uint[] {
         548280130, 701746305, 273984525, 514010143, 879712086,
         108832561, 861754494, 592727096, 417008568, 558481496,
         220980650, 700261857, 115685594, 842709115, 252951606,
         170641361
     }, false);
 }