IPhone/Objective-c RSA encryption
Posted
by Paul
on Stack Overflow
See other posts from Stack Overflow
or by Paul
Published on 2010-02-24T20:22:24Z
Indexed on
2010/03/27
6:33 UTC
Read the original article
Hit count: 888
Hello,
I have been google-ing and researching for an answer on how to do a simple RSA encryption using objective-c on an iphone. The main problem i have is that i have been supplied the Exponent and Modulus as an NSData object and i need to then convert them to a SecKeyRef object in order to perform the RSA encryption.
Does anyone have any idea how to do that or have any useful hints?
Many thanks!
© Stack Overflow or respective owner