0

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?

4

1 回答 1

0

试试这个代码可能会有所帮助或给你一些想法..: https ://discussions.apple.com/thread/1795474?start=0&tstart=0

于 2013-04-12T06:38:38.053 回答