Page 1 of 1

Any Example code for aes encryption in esp-idf..??

Posted: Sat Jun 03, 2017 10:10 am
by Reeshma
HI all , is there any example code for aes encryption in esp-idf , can anyone please say..

Re: Any Example code for aes encryption in esp-idf..??

Posted: Sat Jun 03, 2017 10:45 am
by BuddyCasino
I believe a complete example is in

Code: Select all

int mbedtls_aes_self_test( int verbose )
in /esp-idf/components/mbedtls/library/aes.c
It should even use hardware acceleration, see /esp-idf/components/mbedtls/port/include/aes_alt.h.

Re: Any Example code for aes encryption in esp-idf..??

Posted: Mon Mar 28, 2022 4:47 am
by markevens
Hi @Reeshma for example, you can check out this link.
https://github.com/MarkEvens/AES-Encryption-ESP-IDF