To encode vb script [closed]

左心房为你撑大大i 提交于 2019-12-24 22:36:15

问题


How to encode vb script so that others cant see the code inside


回答1:


Look at

http://www.microsoft.com/technet/scriptcenter/resources/qanda/mar06/hey0309.mspx




回答2:


The other posters have (sensibly) pointed you in the direction of the Microsoft Script Encoder, but just in case you were feeling a false sense of security, you need to understand that it is fairly trivial to unencode your scipts as well:

http://www.aspheute.com/english/20011123.asp
http://www.greymagic.com/security/tools/decoder/

Clearly, encoder with scare away a casual browser. If you have something that you really need to hide, you need to take other measures, for example, wrapping your code in an ActiveX DLL (but even these can be disassembled).

Probably overkill, but worth a mention.




回答3:


Microsoft Script Encoder




回答4:


Many of the popular scripting ISE's include a way to compile scripts so that the code is encrypted, but it also helps by packing the engine with the code which helps if you run it on a system that doesn't have the same version, or possibly doesn't have the same script engine. I would recommend something like AdminScriptEditor or PrimalScript



来源:https://stackoverflow.com/questions/606227/to-encode-vb-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!