Показать сообщение отдельно

  #7380  
Старый 17.10.2021, 12:02
claudiose
New Member
Регистрация: 16.10.2021
Сообщений: 1
С нами: 2410166

Репутация: 0
По умолчанию

Цитата:
Сообщение от Felis-Sapiens  

Seem to be that 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);
-good Evening .... Everyone.. how i can decrypt this type of config.bin i am attaching a firmware below. Take a look with config file
 
Ответить с цитированием