Possible Duplicate:
AES Encryption for an NSString on the iPhone
What is the best way to encrypt or decrypt NSString
using a custom key?
Is there any good library for that ?
Possible Duplicate:
AES Encryption for an NSString on the iPhone
What is the best way to encrypt or decrypt NSString
using a custom key?
Is there any good library for that ?
Take a look at this question:
AES Encryption for an NSString on the iPhone
And take a look at this library:
https://github.com/dev5tec/FBEncryptor
However, one note on this library: It uses some bad practices. So, if security is important for you I would recommend read up a little bit more regarding that and choose another code which does encryption (or write it on your own).