i'm reading pages and pages since weeks but i can not find a solution... please tell me where i have to read and i'll read. i want "only" to: 1. make my own public and private keys to encrypt and decrypt strings between my PHP website and android application (like on http://www.example-code.com/android/rsa_generateKey.asp but how can i store and use the generated keys?) 2. encrypt a string on my application 3. decrypt the string from my website 4. encrypt a string on my website 5. decrypt the string from my application
i've just found a class that does simply this job ( http://www.example-code.com/android/rsa_encryptStrings.asp ) but it is not free, and to make it work on PHP i should install a php extension but i can't on my web hosting. Is there something similar? Please help me... i'm studing really a lot but i don't know why i don't understand how to do it in different ways :(
Probably something similar to RSA Android Encrypt / RSA PHP Decrypt could help but it is not the complete source code... please give me some link with real working examples, Thanks.