jQuery - ASPX Security libraries
- by Jean Paul
Hello.
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.