Question
AES-128 encryption for firmware image
Hi,
I am using STM32L4 controller for my project and using KEIL IDE.
I want to do AES-128 encryption for my firmware .hex file because we are planning to keep this firmware image in the cloud server for OTA but it is not safe keeping original firmware image in the server. Can it possible to do encryption at the compilation stage in the keil IDE?
Please suggest the procedure to get the encrypted .hex file
Thanks.