'Encryption NSString AES256EncryptWithKey and AES256DecryptWithKey for ios

Any framework or third party support AES256EncryptWithKey and AES256DecryptWithKey for NSString.

How to do AES256EncryptWithKey and AES256DecryptWithKey of NSString in ios 4.2 and 4.3

@ALL help me out

Thanks in advance.



Solution 1:[1]

You can use SSCrypto for this purpose. Its a wrapper around OpenSSL framework. Its pretty straight forward. Hope it helps.

Solution 2:[2]

As of now, in 2021, I used this: https://github.com/RNCryptor/RNCryptor

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kiran Balegar
Solution 2 Cynichniy Bandera