iPhone: Encrypt Nsstring using AES 128 and Decrypt

浪子不回头ぞ 提交于 2020-01-14 03:10:13

问题


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:


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

AES Encryption for an NSString on the iPhone



来源:https://stackoverflow.com/questions/2808568/iphone-encrypt-nsstring-using-aes-128-and-decrypt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!