How to decrypt encrypted data using RSA algorithm in iOS. I am referring RSA Encryption in iOS this but it's only for encryption I need way to implement decryption process of this. Thank you
Asked
Active
Viewed 140 times
0
-
1Review http://stackoverflow.com/questions/10222524/rsa-implementations-in-objective-c – βhargavḯ May 23 '13 at 10:50
-
@NiteshMeshram I wrote a blog about decryption, http://jslim.net/blog/2013/06/24/rsa-decryption-on-ios/ – Js Lim Jun 25 '13 at 02:24