Obscure/Protect Javascript Windows 8 个应用中的源代码
Obscure/Protect Javascript Source Code in Windows 8 Apps
如您所知,在 Windows 8 (Metro/RT/WinJS) 个应用中,当它们是从 windows 应用商店获取并安装到本地计算机时,所有原始源code javascript 文件在 windows 文件系统中清晰可见。
因此,有什么方法可以隐藏、隐藏或保护 javascript 代码,以避免它被盗并用于制作新应用程序的可能性?
至少,我希望它比打开文件夹并阅读原始状态下的代码要难一些......
谢谢!
研究缩小[1],比如 Closure 编译器:http://closure-compiler.appspot.com/home
我写了一些关于 Windows 8/8.1 选项的注释:http://www.kraigbrockschmidt.com/2013/04/04/protecting-your-code/. Windows 10 might offer some better options. For example, the Hosted Web App option described on http://blogs.windows.com/buildingapps/2015/07/06/project-westminster-in-a-nutshell/ 会让您在服务器上保留大量代码。但我还没有看过那里正在做的一切。
如您所知,在 Windows 8 (Metro/RT/WinJS) 个应用中,当它们是从 windows 应用商店获取并安装到本地计算机时,所有原始源code javascript 文件在 windows 文件系统中清晰可见。
因此,有什么方法可以隐藏、隐藏或保护 javascript 代码,以避免它被盗并用于制作新应用程序的可能性? 至少,我希望它比打开文件夹并阅读原始状态下的代码要难一些......
谢谢!
研究缩小[1],比如 Closure 编译器:http://closure-compiler.appspot.com/home
我写了一些关于 Windows 8/8.1 选项的注释:http://www.kraigbrockschmidt.com/2013/04/04/protecting-your-code/. Windows 10 might offer some better options. For example, the Hosted Web App option described on http://blogs.windows.com/buildingapps/2015/07/06/project-westminster-in-a-nutshell/ 会让您在服务器上保留大量代码。但我还没有看过那里正在做的一切。