How to encrypt information on iPhone using 1024-bit asymmetric public / private key scheme?

I want to encrypt some data like image, sound file or text. Is there any tutorial / example available for encryption using a 1024 bit asymmetric public / private key.

please provide any link available for encryption in iphone ..

+2


a source to share


1 answer


Greg Heigud has the only post on the internet that deals with asymmetric encryption on the iPhone. Here's a link to his post, which includes most of the code you need. http://greghaygood.com/2009/01/17/asymmetric-encryption-with-the-iphone-sdk-and-securityframework



If anyone found any other solutions or documentation please share.

+1


a source







All Articles