Skip to content

Commit

Permalink
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@ object CryptUtils {
/**
* Decryption keys for the firmware and other data.
*/
const val KEY_1 = "hqzdurufm2c8mf6bsjezu1qgveouv7c7"
const val KEY_2 = "w13r4cvf4hctaujv"
const val KEY_1 = "vicopx7dqu06emacgpnpy8j8zwhduwlh"
const val KEY_2 = "9u7qab84rpc16gvk"

/**
* Samsung uses its own padding for its AES
Original file line number Diff line number Diff line change
@@ -79,7 +79,12 @@ object Request {
}
node("CLIENT_VERSION") {
node("Data") {
text("4.1.16014_12")
text("4.3.23123_1")
}
}
node("DEVICE_IMEI_PUSH") {
node("Data") {
text("12345678901234")
}
}
node("CLIENT_LANGUAGE") {

0 comments on commit e0766d7

Please sign in to comment.