Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I would like to encrypt/decrypt a string using AES256 using the Crypto library. I have no idea where to begin because I don't exactly understand how encryption works. I'll search wikipedia to get a better understand of AES encryption and the different encrypting methodologies. In the mean time, can anyone post an example on how to use AES encryption using the Crypto library? The Crypto library can be found here: http://mbed.org/users/feb11/code/Crypto/. The library looks useful, but lacks documentation.