Hi,
I have made a C# application that talks to my website via PHP(mcrypt) and visa versa.
I was wondering which is the best cipher to use and if there are any ciphers that are tempermental when encrypt/decrypting over different lanuages.
I also wondered if I need to convert the data to a different format before encrypting.
E.g. Say I am encrypting with PHP do I need to convert the data to ASCII before I encrypt it. Just to make sure I dont get stuck for ages over format ;)
Thanks