We are creating same project in android and iPhone. Now the problem is that we need to send some information to php server using web service in aes encrypted form. We both have implemented it but results are different so is there a common AES encryption method which will produce same result and can be parsed at the php server.
Share
Are you sure that you are using the exact same AES mode?
I would suggest checking that. (For example maybe in the one you are using Padding and in the other one not, or the one is in CBC mode whereas the other is not)