mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-16 05:04:22 +02:00
Add Samsung T-MST14* decryption key for msd10
This commit is contained in:
+2
-1
@@ -17,10 +17,11 @@ pub static SAMSUNG: &[(&str, &str)] = &[
|
||||
//github.com/bugficks/msddecrypt
|
||||
//fw prefix, type, key
|
||||
pub static MSD10: &[(&str, &str, &str)] = &[
|
||||
("T-ECP", "old" , "3ef6067262cf0c678598bff22169d1f1ea57c284"),
|
||||
("T-MST14", "old", "d145f1d55aee3ef520d194e1275b429c580baacb"),
|
||||
("T-NT14M", "old", "95d01e0bae861a05695bc8a6edb2ea835a09accd"),
|
||||
("T-HKM", "tizen", "1ac8989ff57db5e75ea67b033050871c"),
|
||||
("T-HKP", "tizen", "cce8a3ef92f3e94895999e928f4dd6c3"),
|
||||
("T-ECP", "old" , "3ef6067262cf0c678598bff22169d1f1ea57c284"),
|
||||
];
|
||||
|
||||
//MSD11 keys
|
||||
|
||||
Reference in New Issue
Block a user