I've submitted this search term: encrypt in .net decrypt in javascript and hope to get some guidance here as well.
I'm developing a LightSwitch Silverlight client that will be installed to the desktop. This app wants to be used to encrypt data such as passwords and credit card data. I am also developing what we are calling a "companion app" using HTML5
and JavaScript that users can use on their mobile devices to read and use their data that needs to be decrypted. Most likely I will also use LightSwitch to develop the HTML client although I can do this latter task be hand if I need to.
I have no experience with encryption-decryption in .NET or JavaScript so I need some guidance here and ask "what should I consider?"