Need to communicate with PHP code that decrypts in MCRYPT_RIJNDAEL_256
. Is there any way I can use something exactly like MCRYPT_RIJNDAEL_256
in Swift?
Update: It's worth adding that I have been using AES256, because I was under the impression that AES256 and MCRYPT_RIJNDAEL_256
were the same thing (I understand now that this is not the case)