1
votes

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.

1
Just an FYI if u use encryption in an app it makes submission a bit tricky but you probably know that already. Wish I could answer your question. - nickthedude
@Rupesh I wanna do same . I am receiving string of and key from server and want to decrypt it using AES !28. What should i do. I search a lot but all links that i found dont have the exact answer include the apple official one. developer.apple.com/library/ios/#samplecode/CryptoExercise/… - Hikmat Khan
@Rupesh Hey Brother did you find answer to your question.??? - Hikmat Khan

1 Answers

1
votes

I found this through a Google search on the terms aes nsstring site:stackoverflow.com:

AES Encryption for an NSString on the iPhone