libretro/beetle-psx-libretro

Private keys (libkirk)

gameblabla opened this issue · 1 comments

Description

Private keys are being used here (used for PBP decryption) as seen here :

static u8 kirk7_key10[0x10] = {0x32, 0x29, 0x5B, 0xD5, 0xEA, 0xF7, 0xA3, 0x42, 0x16, 0xC8, 0x8E, 0x48, 0xFF, 0x50, 0xD3, 0x71};

Given that Dolphin got a DMCA claim over it (or so it is claimed), it's probably desirable to disable/remove this ?

Expected behavior

It shouldn't support encrypted PBPs.

Actual behavior

Well it does support encrypted but due to liability issues, it's probably not desirable.

It's probably best to see how that stuff shakes out before making any rash decisions.