Page 1 of 1

Using Flash Encryption

Posted: Tue Feb 13, 2018 10:57 pm
by Widgetman
All,
Is there a good example on how to use the flash encryption scheme for applications. I would like to develop an app using this part and maintain encrypting the image outside of the part so that it is only decrypted inside and run. I would need to update it OTA if possible using wifi. Any thoughts or suggestions would be appreciated.

Re: Using Flash Encryption

Posted: Wed Feb 14, 2018 9:13 am
by rudi ;-)
Widgetman wrote: All,
..
.or suggestions would be appreciated.
post this not in the NEWS
post this example in Discussion Forum
thanks

Re: Using Flash Encryption

Posted: Wed Feb 14, 2018 10:29 am
by ESP_Sprite
Moved News -> General Chat

Re: Using Flash Encryption

Posted: Thu Feb 15, 2018 12:08 am
by ESP_Angus
Widgetman wrote:All,
Is there a good example on how to use the flash encryption scheme for applications. I would like to develop an app using this part and maintain encrypting the image outside of the part so that it is only decrypted inside and run. I would need to update it OTA if possible using wifi. Any thoughts or suggestions would be appreciated.
Hi Widgetman,

Did you see the section on flash encryption in the documentation?
http://esp-idf.readthedocs.io/en/latest ... ption.html

This explains how to have your application encrypted in the ESP32 flash. OTA updating is supported when flash encryption is in use.

Angus