I have RSA Encryption implemented in Android using BouncyCastle API. I have Public Key and MOD which I want to use for iPhone app. The only thing I am concern with using RSA encryption is the encryption part.
Server is same for both Android and iPhone app and has the Private Key to decrypt the data.
Kindly, explain how can I implement the RSAEncrypter in iPhone?