Esempio n. 1
0
 byte[] decrypt5(byte[] encrypted)
 {
     return(CryptDecrypter.decrypt(mcKey.readBytes(0x0032, 15), encrypted));
 }