some fixes in pana_dvd and AES preparations

This commit is contained in:
theubusu
2025-11-20 22:00:03 +01:00
parent 3cb473d4b3
commit 929e2527af
2 changed files with 40 additions and 1 deletions
+5
View File
@@ -79,4 +79,9 @@ pub static EPK3: &[(&str, &str)] = &[
//pana dvd keys (no AES)
pub static PANA_DVD_KEYONLY: &[&str] = &[
("08E03D859AF9F3EE"), //B3A25A0B9D864F08 # 87 devices, ..-~2011
];
//pana dvd keys (PANAEUSB pair (AES + cust))
pub static PANA_DVD_AESPAIR: &[(&str, &str)] = &[
("62A39E1C5594AE09244EB326EF7938FA", "06C943F3B997F7E0"), //# 8 devices, ~2018
];