I need to find out what type of encryption is suitable for me.
For my case i usually need to pass information from my mobile webapp to a .NET webservice via ajax.
To summarize:
(Encrypt using javascript)Mobile —Encrypted Data–> WebService(decrypt in C#)
Just use SSL – than all your transmission will be secure and the changes in your code will be minimal (just putting
httpsin front of your urls should be enough).