how aes128 encryption can be done using stmcube ide for stm32l476 discovery board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-19 10:53 PM
please share with example​
Solved! Go to Solution.
- Labels:
-
Cryptography
-
STM32CubeIDE
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-20 6:26 AM
Hi @SJosh.9​ ,
the L476 doesn't have AES HW accelerator. You need to use Sw implementation. I recommend trying the mbed crypto library. (SSL Library mbed TLS / PolarSSL)
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-20 6:26 AM
Hi @SJosh.9​ ,
the L476 doesn't have AES HW accelerator. You need to use Sw implementation. I recommend trying the mbed crypto library. (SSL Library mbed TLS / PolarSSL)
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-20 6:47 AM
AES128 implemented in C should work on all platforms with a C compiler.
Find an implementation online you are comfortable with integrating yourself.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-20 4:47 PM
