Page 1 of 1

Sample code for ESP 32 s3's Typical AES working mode.

Posted: Wed Oct 25, 2023 10:07 am
by RiverS_16
Hello,

I am working on Typical AES working mode for ESP 32 s3,where i need to accept encrypted string do some processing on the received string, and send back a decrypted string. I wanted to know if there is any documentation that exists or sample code that would guide me for the same.


Thanks.

Re: Sample code for ESP 32 s3's Typical AES working mode.

Posted: Fri Oct 27, 2023 10:36 pm
by MicroController
Check mbedtls and its documentation. It should have you covered for all or most of your crypto needs.