Programming Pic's

mfp

Member
Joined
Jan 1, 2000
Messages
6
Reaction score
0
Points
0
Website
www.mfp1.pwp.blueyonder.co.uk
My Location
Birmingham
When the codes for seca change do I need to program both a new pic and Eeprom or can I just do the Eeprom using the old pic?

Thanks Inadvance.
 

2old4this

Honorary Admin
Joined
Jan 1, 1999
Messages
1,658
Reaction score
0
Points
0
My Location
Cloud Cuckoo Land
All of the current working Seca/Mediaguard hacks are designed such that the keys are in the EEPROMs, with the program (decryption algorithms, any remote-update functionality, etc.) in the PICs. This means that if you only want to update the keys (as opposed to enabling new functionality such as greater resilience against ECMs) then yes, you only need to update the EEPROM file.

Be aware though that you can't in general mix-and-match the EEPROM & PIC files. Any given hack assumes a particular template for its associated key-file. So if you only update the key file, make sure you are replacing it by one from the same "type" (Secanix, Satturk, etc.)
What's more, the only way to access the embedded EEPROM of a plastic wafer-card is using the "through-PIC" method - which requires the PIC first to be reprogrammed with a loader. In that case you can't escape having to reprogram the PIC anyway.

PS: there is no fundamental reason why keys MUST be in the EEPROM. It is just a neater design. Some of the early Viaccess hacks had keys in the PIC.

2old
 
Top