I am working on a project where I need to encrypt the data which I store in my .plist file and want to send encrypted data to my webServices too.
I am wondering that is there any framework available in iOS that will help me in implementing encryption.
I have heard that iOS automatically do some encryption at its level.
As in .net we have RSA and other encryption libraries pre written, do we have same in iOS??
iOS provide a library or you can call it a framework for encryption.
you can have have both Symmetric and Asymmetric encryption in iOS.
CommonCryptor.his the file you need to look for. you can check apple documentation also for more detail, Encryption in iOS is been explained in detail in Apple documents.i hope it helped!!