Archived Forum Post

Index of archived forum posts

Question:

3des and RSA encryption that exactly matches .NET output

Oct 23 '13 at 20:37

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?


Answer

Which part is causing the trouble -- the RSA or the underlying symmetric encryption?