简体   繁体   中英

Obfuscator for dynamically generated JavaScript in ASP.NET MVC

as per title I'm looking at a library that allows an ASP.NET MVC application to obfuscate dynamically generated JavaScript. Please mind that I'm talking about actual obfuscation, rather than minification, as I'm trying to protect my content from scrapers.

Thanks in advance!

Try one of the online obfuscators: http://www.javascriptobfuscator.com/default.aspx

If you´re using .NET Framework 4.0+ you should consider use ASP.NET Bundle / Minification

Also you can try YUICompressor it will compress all the javaScripts but will not obfuscate that for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM