libretro / beetle-psx-libretro

Standalone port/fork of Mednafen PSX to the Libretro API.
GNU General Public License v2.0
311 stars 131 forks source link

Private keys (libkirk) #887

Open gameblabla opened 1 year ago

gameblabla commented 1 year ago

Description

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

https://github.com/libretro/beetle-psx-libretro/blob/e49c439ef3cbadca2f113a331f822a03b581027e/deps/libkirk/key_vault.h#L41

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.

hizzlekizzle commented 1 year ago

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