question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@mkst hi mate, how you doing.

any idea how can i decrypt the ZXHN H168N V3.5 config image

also using router pass view tool(a closed source one) is able to decrypt the older version of it V3.1. tested on two routers of it and it gave me this output

Encrypted Data Start Position: 227
Encryption Algorithm: AES-128
Encryption Key: 34303263333864653339626564363635
Compression: zlib / deflate

and

Encrypted Data Start Position: 227
Encryption Algorithm: AES-128
Encryption Key: 4772574D33487A264C54767A26665E39
Compression: zlib / deflate

also someone told me

the encryption algorithm was changed to AES-256-CBC and key and iv are derived from MAC, SerialNumber and EncryKey.

snprintf(&g_keySeed, 65, “%s%sMcd5c46e”, EncryKey, SN); snprintf(&g_ivSeed, 65, “G21b667b%s%s”, MAC, EncryKey);

sha256(key_seed, key_seed_len, &aes_key); sha256(iv_seed, iv_seed_len, &aes_iv);

with out telling me what’s that encrykey and didn’t reply again.

ZXHN H168N V3.5.zip

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
minanagehsalalmacommented, Oct 6, 2021

@kies83 i have already replied to you in email…

1reaction
snowsquizycommented, Jan 16, 2021

With the testing I did with the H268A, the CRC as 0 means you are using the wrong type to encode the xml back to bin. Not sure about the key required or how to get it

Read more comments on GitHub >

github_iconTop Results From Across the Web

ZXHN H168N V3.5
Welcome to ZXHN H168N V3.5. Please login. Username. Password.
Read more >
ZTE ZXHN H168N Default Router Login
The default username for your ZTE ZXHN H168N is user. The default password is (blank). Enter the username & password, hit "Enter" and...
Read more >
ZTE ZXHN H168N Router Login and Password - Modemly
ZTE ZXHN H168N Login Steps: launch your browser and goto IP Address 192.168.1.1, type in the default username and the default password as...
Read more >
ZTE ZXHN H168N Router Login Information - 192.168.0.1
Login Guide for ZTE ZXHN H168N · Open your preferred browser and enter 192.168. · Then you will see 2 fields where you...
Read more >
How install OpenWrt on ZXHN H168N V3.5
hello I hope install OpenWrt on ZXHN H168N V3.5.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found