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
Please use the below mentioned URL to encrypt string using AES excryption with key and IV values.
https://github.com/muneebahmad/AESiOSObjC