Page 1 of 1

Esp32 firmware physical access protection.

Posted: Thu Mar 07, 2019 10:41 pm
by Larymic
I don't want an out-sider who have physical access to my esp32 able to read my uploaded firmware.
So,
I need to know, is the Flash encryption and Secure boot methods will protect my firmware from copying by an attacker who have physical access to my esp32.

Re: Esp32 firmware physical access protection.

Posted: Fri Mar 08, 2019 1:02 am
by ESP_Angus
Larymic wrote:
Thu Mar 07, 2019 10:41 pm
So,
I need to know, is the Flash encryption and Secure boot methods will protect my firmware from copying by an attacker who have physical access to my esp32.
Yes. That is one of the purposes of these methods (the other purpose is to prevent unauthorized firmware being loaded onto the device). For more details, see https://docs.espressif.com/projects/esp ... ption.html and https://docs.espressif.com/projects/esp ... -boot.html