Page 1 of 1

RSA on ES series ES7500

Posted: Thu Feb 21, 2013 8:39 am
by user644
I have ES7500 smart-TV. Firmware names: T-ECPDEUC ****.**. Unpacking exe file.
Each file in firmvare has RSA(?) signature in small files *.cs(256 bytes), *.vs(256 bytes), *.cmac(132 bytes).
I can unpack and decrypt them with samygo perl script, i can encrypt back them, but tv is not updating with repacked firmware. Repacked firmware is newer, than existing, CRC count is right.

What are the small files? Is this RSA sigs? If it is true, where is public key? And how to repack T-ECPDEUC firmware and install it on ES7500-series smartTV


ES7500=ES8000

Re: RSA on ES series ES7500

Posted: Thu Feb 21, 2013 5:01 pm
by arris69
user644 wrote:...where is public key?
in exeDSP, just for completition: the private key is in korea...
And how to repack T-ECPDEUC firmware and install it on ES7500-series smartTV
you have to encrypt and sign it with the private key...

Re: RSA on ES series ES7500

Posted: Mon Mar 04, 2013 11:41 am
by user644
ok, i got 188 bytes public key in PEM format. Which of .vs, .cs, .cmac files are signatures? Or signature is in the end of .sec file? From which data? All .img.sec file, or file without salt?

Re: RSA on ES series ES7500

Posted: Mon Mar 04, 2013 3:15 pm
by arris69
user644 wrote:ok, i got 188 bytes public key in PEM format. Which of .vs, .cs, .cmac files are signatures?
i guess neither...
Or signature is in the end of .sec file?
yes
From which data? All .img.sec file, or file without salt?
from the decrypted *.img file

Re: RSA on ES series ES7500

Posted: Mon Mar 04, 2013 4:19 pm
by user644
Thanks. Testing this.
And what are .vs, cs, cmac files for each sec.img?