Question:
I'm trying to encrypt a string on iOS using 3des and then encrypt the key & iv from that using RSA (with a provided public key) which will then get decrypted in .NET. It doesn't seem to be working, is there a guide somewhere for what kind of configurations/settings I have to pay attention to so the result works in .NET?
Which part is causing the trouble -- the RSA or the underlying symmetric encryption?