示例#1
0
 public cPK2Reader(byte[] BlowfishKey)
 {
     m_blowfish = new Blowfish(BlowfishKey, 0, BlowfishKey.Length);
     m_content  = new Dictionary <string, sFile>();
 }
示例#2
0
 public cPK2Reader()
 {
     m_blowfish = new Blowfish(new byte[] { 0x32, 0xCE, 0xDD, 0x7C, 0xBC, 0xA8 }, 0, 6);
     m_content  = new Dictionary <string, sFile>();
 }