mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-15 21:00:03 +02:00
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
This commit is contained in:
@@ -77,7 +77,7 @@ Options:
|
|||||||
|
|
||||||
## INVINCIBLE_IMAGE
|
## INVINCIBLE_IMAGE
|
||||||
**Used in:** LG Broadcom-based Blu-Ray players
|
**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.
|
Tip: if you have split ROM (.ROM-00 and .ROM-01), extract both into the same folder so they get combined.
|
||||||
|
|
||||||
## MSD 1.0
|
## MSD 1.0
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ pub static PANA_DVD_KEYONLY: &[&str] = &[
|
|||||||
//pana dvd keys (PANAEUSB pair - AES key, AES IV, cust)
|
//pana dvd keys (PANAEUSB pair - AES key, AES IV, cust)
|
||||||
pub static PANA_DVD_AESPAIR: &[(&str, &str, &str)] = &[
|
pub static PANA_DVD_AESPAIR: &[(&str, &str, &str)] = &[
|
||||||
("62A39E1C5594AE09244EB326EF7938FA", "46D03C52B1A398FA03276FDE7CC4EA26", "06C943F3B997F7E0"), // ~2018
|
("62A39E1C5594AE09244EB326EF7938FA", "46D03C52B1A398FA03276FDE7CC4EA26", "06C943F3B997F7E0"), // ~2018
|
||||||
|
("A692605194CF7F4917E50521C1DF0BBA", "F80A6BCAD57AA67C3C60E3BE755E05DF", "FDFE0BEE4C90FA2C"), // ~2016
|
||||||
];
|
];
|
||||||
|
|
||||||
//mtk pkg custom keys
|
//mtk pkg custom keys
|
||||||
|
|||||||
Reference in New Issue
Block a user