STM32L083 AES peripheral
Hi community!
Currently, I am using a MCU STM32L083 and I am trying to implement a bootloader. The firmware to be updated is encrypted with a AES-128 algorithm.
The firmware is encrypted one time with a unique key for each divice and a second time for the model of the device.
Is it possible to use two different keys?
Basically I need to use key1 to descrypt a block of data and then use key2 on that block to get the plain text.
Thank you in advance.
Alan.
