main: Add auto folder creation, mtk_pkg: add custom key support + some fixes., general: message costistency

This commit is contained in:
theubusu
2025-12-10 20:27:32 +01:00
parent a8ddeeabed
commit f993a3df70
8 changed files with 78 additions and 30 deletions
+10
View File
@@ -87,4 +87,14 @@ pub static PANA_DVD_KEYONLY: &[&str] = &[
//pana dvd keys (PANAEUSB pair (AES + cust))
pub static PANA_DVD_AESPAIR: &[(&str, &str)] = &[
("62A39E1C5594AE09244EB326EF7938FA", "06C943F3B997F7E0"), //# 9 firmwares, ~2018
];
//mtk pkg custom keys
//github.com/openlgtv/epk2extract
//key, iv, desc
pub static MTK_PKG_CUST: &[(&str, &str, &str)] = &[
("D378EAF81D378A801B556985789A7C31", "73079FD19183715E130858588479C652", "Philips 2012"),
("47FBF8CAD62BB95AF3AD9509E5C2175D", "63120FB321B0410F216D6DC2D8641A11", "Philips 2013"),
("1B569AA7D2E4CCE66584A7A3D8A45679", "A0E88D5D52A813260D3A34A14AA89416", "TPV_MTK2K17PLF_EU0"),
("135AFB6DE91CD56496244BC7C0E08D63", "C6A38C89F0AF5637EB6E19D35E12E257", "TPV_MTK2K14PLF_EU1"),
];