I would like to know if there's a combo like jCryption (jCryption) - PHP but for jQuery - ASPX. I mean, I have been searching for a combo to send data both ways (Client-server, server-client) with jQuery to ASPX. The best I found was jCryption that sends data from JavaScrpit to PHP. I need a combo to send data from JavaScrpit to ASPX.
Any ideas??
PD: Please don't tell me to use HTTPS, it's not enough to ensure the data communication on a client - server application.
This might be too little, too late; however, I've ported the original author's server-side, PHP, code to C#, and so you can now use jCryption, bi-directionally, in an ASP.NET application. I've also used OpenSSL.NET, so that you don't have to run OpenSSL in a separate process, as Daniel Griesser does in his PHP sample code.
You can find more information here: http://blog.arkitekt.ca/post/64884550698/jcryptionnet And, the GitHub repo here: https://github.com/triniMahn/jCryptionNET