I have a project to use OpenSSL in Android application. I am just a bit confused about this lib. I read that OpenSSL already exists on Android... Is this true ? If so, how do I use it...
If it does not, does this mean that I have to build or get the lib from somewhere... If I need to do that, does anyone know where I can find it, and how I would go about building for use with Android?
Can someone help me to understand what I need to get started... Please don't be afraid to give lot of details. :)
Thanks in advance !
UPDATE: What I want to do is:
- Create the keypair
- Get private key
- Get public key
- Encrypt a text
- Decrypt the text (from another location)
I am using Mac OSX with Eclipse.