Reputation: 7906
I am new to Encryption/ Decryption. I want to encrypt a NSString variable value using key. Also I want to decrypt the encrypted data . I want to apply AES -128 Algorithm.
Please suggest sample code or useful link.
Upvotes: 1
Views: 11683
Reputation: 96967
I found this through a Google search on the terms aes nsstring site:stackoverflow.com
:
Upvotes: 1