Encryption in sending data from one app to another in android
问题 I want to send sensitive data from one app to another. I use Intent and send data via Bundle. Now, I am supposed to use an encryption algorithm to encrypt the data to send and parallelly the receiver app will decrypt the data. Which algorithm is best suited for the mobile platform? I have gone through RSA documents suggests that it is not suggested for long text encryption. I have seen the algorithm uses a random key generation method which will cause an issue in my case as both the app need