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..
