cancel
Showing results for 
Search instead for 
Did you mean: 

Firmware Encryption AES-256

K_P_D
Associate II

Hi,

I need to add the security and encryption to my firmware for the STM32L432KB MCU.

Please suggest me that how do It or develop it.

Thanks

This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3

If you want at least some security then don't do it yourself, cryptography is hard, just throwing in AES-256 (in what mode of operation? what about authentication? what about side-channel attacks? etc..) without understanding cryptography is basically useless.

So, hire a professional or use something ready, like OpenBLT, or mcuboot.

Amir NEIFAR
Associate III

Hi @K_P_D​ ,

I invite you to use the crypto library package delivered by ST.

Below the link to cryptolibrary of ST.

https://www.st.com/en/embedded-software/x-cube-cryptolib.html

Amir

Amir NEIFAR
Associate III

​Hi,

Could you please feedback if you are able to use the recommended cryptolib version or still having issue?

Regards,

Amir