AES encryption libraries/API
Hi,
Are there any AES encryption libraries/APIs that an Android app can call to perform on the fly encryption? Something like openssl or Brian Gladman's AES C/C++ libraries? If I were to write an app that encrypts data before storing on the sdcard/internal memory, how would I do it?
Thanks.