From 9c42fb23c25b6cdb66652a563bd658cc5851b7c5 Mon Sep 17 00:00:00 2001 From: theubusu <80545678+theubusu@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:28:21 +0200 Subject: [PATCH] pana_dvd: add 2016 aes key Thanks to: https://www.avforums.com/threads/lets-try-again-to-put-the-free-in-regionfreedom.2441584/post-33433413 --- README.md | 2 +- src/keys.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbec2fa..d2abb37 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Options: ## INVINCIBLE_IMAGE **Used in:** LG Broadcom-based Blu-Ray players -**Notes:** Key ID 1 (>2010) is not supported. +**Notes:** Key ID 1 (<2010) is not supported. Tip: if you have split ROM (.ROM-00 and .ROM-01), extract both into the same folder so they get combined. ## MSD 1.0 diff --git a/src/keys.rs b/src/keys.rs index c24b922..8f6929e 100644 --- a/src/keys.rs +++ b/src/keys.rs @@ -78,6 +78,7 @@ pub static PANA_DVD_KEYONLY: &[&str] = &[ //pana dvd keys (PANAEUSB pair - AES key, AES IV, cust) pub static PANA_DVD_AESPAIR: &[(&str, &str, &str)] = &[ ("62A39E1C5594AE09244EB326EF7938FA", "46D03C52B1A398FA03276FDE7CC4EA26", "06C943F3B997F7E0"), // ~2018 + ("A692605194CF7F4917E50521C1DF0BBA", "F80A6BCAD57AA67C3C60E3BE755E05DF", "FDFE0BEE4C90FA2C"), // ~2016 ]; //mtk pkg custom keys