Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private keys (libkirk) #887

Open
gameblabla opened this issue May 27, 2023 · 1 comment
Open

Private keys (libkirk) #887

gameblabla opened this issue May 27, 2023 · 1 comment

Comments

@gameblabla
Copy link

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.

@hizzlekizzle
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants