show/hide this revision's text 3 added 160 characters in body

Hi All,

I am trying building a iPhone app which uses c# web services. My c# web services takes user details and validates against my DB and returns xml files.

So Now the issue is how to encrypt my user details string details(username and password are 10chars each) in Objective C objective c and again i need to decrypt in C# web servicesC#.

I am very new to cryptography, which method is the best. will it be possible to encrypt in Objective c and Decrypt in C#.

thanks..

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

String encryption in C# and Objective c

Hi All,

I am trying to encrypt my user details string in Objective C and again i need to decrypt in C# web services.

I am very new to cryptography, which method is the best. will it be possible to encrypt in Objective c and Decrypt in C#.

thanks..