Question
Bootloader with decryption, but which utility can I use to encrypt my firmware
Posted on July 30, 2016 at 17:49
Hello to all, I'm realizing a bootloader with AES decryption. I'm using the ''STM32CubeExpansion_Crypto_V3.1.0'' library to decrypt the file. Which PC software can I use to encrypt the firmware?
I'm using AES128 bit, I tried to encrypt with openssl, but the generated encrypted file is not ''compatible''. #stm32l4-bootloader-decryption