String encryption in C# and Objective c

Posted by nbojja on Stack Overflow See other posts from Stack Overflow or by nbojja
Published on 2009-05-14T17:54:29Z Indexed on 2010/04/02 16:33 UTC
Read the original article Hit count: 508

Filed under:
|
|
|

Hi All,

I am 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 user details(username and password are 10chars each) in objective c and decrypt in C#.

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

© Stack Overflow or respective owner

Related posts about cryptography

Related posts about objective-c