Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to secure our jquery code in Asp.net MVC.

How to secure our Jquery Code in Asp.net MVC.

Secure our jquery Code in Asp.net MVC :

1. Minified code can be see in proper format in any browser, javascript is a client side script so you can't hide it from the client but you can make it hard for them to read it. you can obfuscate your script but still others might be able to decipher it.

2. You could probably opt for minification with gzipping. Bundling... minification is a kind of encryption for the query cause it cannot readable. And use encryption for your parameters and decrypt them in controller. 

Users Please post your solution too.


This post first appeared on Asp.netSourceCodes, please read the originial post: here

Share the post

How to secure our jquery code in Asp.net MVC.

×

Subscribe to Asp.netsourcecodes

Get updates delivered right to your inbox!

Thank you for your subscription

×