I'm trying to find an AES encryption method that will allow me to encrypt a string in PHP and use the encrypted string to be decrypted in C#
Can anyone help me out here. I've looked at nearly all the examples on the net and can't find a matching one that will let me do what I want.
Thanks