I’m trying to know if I can generate RSA keypair from CommonCrypto on iphone. Is there any good guide or doc on commonCrypto somewhere?
Does anybody can tell me what is possible to do with CommonCrypto?
Does anybody can tell what else I am suppose to use to create RSA keypair and encrypt something on iphone?
I’m trying to know if I can generate RSA keypair from CommonCrypto on iphone.
Share
The official Security Overview documentation is a good starting point to get a picture what’s possible with iOS SDK.
Have a look at CryptoExercise, an Apple iOS example app: