Ejemplo n.º 1
0
 byte[] Decrypt5(byte[] encrypted)
 {
     return(CryptDecrypter.Decrypt(mcKey.ReadBytes(0x0032, 15), encrypted));
 }
Ejemplo n.º 2
0
 byte[] Decrypt5(byte[] encrypted)
 {
     Logger.vv("Decrypt5() called.");
     return(CryptDecrypter.Decrypt(mcKey.ReadBytes(0x0032, 15), encrypted));
 }
Ejemplo n.º 3
0
 byte[] Decrypt5(byte[] encrypted) => CryptDecrypter.Decrypt(mcKey.ReadBytes(0x0032, 15), encrypted);