Firmware Encryption AES-256
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-30 11:53 PM
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
- Labels:
-
Cryptography
-
STM32L4 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-31 1:11 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-09-27 6:24 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-02 6:15 AM
​Hi,
Could you please feedback if you are able to use the recommended cryptolib version or still having issue?
Regards,
Amir
