Hi
I am curious to know if there is some way in software that we can protect the firmware from being dumped / read out by sniffing / snooping tools
Best
Ankit
Keywords:
Device:
Hi
I am curious to know if there is some way in software that we can protect the firmware from being dumped / read out by sniffing / snooping tools
Best
Ankit
If you have a secondary boot loader, you can store an encryption key on OTP and store the image encrypted on your Flash.
When the device boots, the encrypted code is loaded from Flash and is decrypted.
That way the decrypted code stays in RAM which is much harder to access than Flash.