Skip to main content
K_P_D
Associate III
August 31, 2018
Question

Firmware Encryption AES-256

  • August 31, 2018
  • 3 replies
  • 1328 views

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 topic has been closed for replies.

3 replies

After Forever
Senior III
August 31, 2018

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
Visitor II
September 27, 2018

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
Visitor II
January 2, 2019

​Hi,

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

Regards,

Amir