AES Encryption for an NSString on the iPhone

前端 未结 5 1451
陌清茗
陌清茗 2020-11-22 05:56

Can anybody point me in the right direction to be able to encrypt a string, returning another string with the encrypted data? (I\'ve been trying with AES256 encryption.) I w

5条回答
  •  北海茫月
    2020-11-22 06:38

    Please use the below mentioned URL to encrypt string using AES excryption with 
    key and IV values.
    

    https://github.com/muneebahmad/AESiOSObjC

提交回复
热议问题