byte[] Decrypt5(byte[] encrypted)
 {
     return(CryptDecrypter.Decrypt(mcKey.ReadBytes(0x0032, 15), encrypted));
 }
Beispiel #2
0
 byte[] Decrypt5(byte[] encrypted)
 {
     Logger.vv("Decrypt5() called.");
     return(CryptDecrypter.Decrypt(mcKey.ReadBytes(0x0032, 15), encrypted));
 }
 byte[] Decrypt5(byte[] encrypted) => CryptDecrypter.Decrypt(mcKey.ReadBytes(0x0032, 15), encrypted);