Security benefits of enabling secure boot if flash encryption is already enabled
Posted: Wed Apr 28, 2021 12:02 am
After reading the Flash Encryption and Secure Boot documents here https://docs.espressif.com/projects/esp ... ption.html and https://docs.espressif.com/projects/esp ... t-v1.html , I am rather confused on the benefits of secure boot.
I understand the benefits of using flash encryption + secure boot over just secure boot as explained here:
Does it act simply as a backup incase the flash encryption key is determined?
Thank you!
I understand the benefits of using flash encryption + secure boot over just secure boot as explained here:
Which attacks are protected against by enabling flash encryption + secure boot over just flash encryption?If secure boot is used without Flash Encryption, it is possible to launch “time-of-check to time-of-use” attack, where flash contents are swapped after the image is verified and running. Therefore, it is recommended to use both the features together.
Does it act simply as a backup incase the flash encryption key is determined?
Thank you!