I am a PHP developer(not an android developer). I outsourced the development of an Android app, and for communication between the app and my PHP server, I intend to have asymmetrical encryption(public-private key encryption).
At PHP level, I know openssl_public_encrypt
and openssl_private_decrypt
. I told the android developer to use OpenSSL public encryption and RSA encryption to use in-app, but it is not working.
I tried searching, but couldn't find any fruitful results.
Can anyone help me with this, so that I can tell my developer to use a particular method or something?