编码VB脚本 [英] To encode vb script

查看:45
本文介绍了编码VB脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何对vb脚本进行编码,以使其他人看不到其中的代码

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

推荐答案

其他张贴者(明智地)向您指出了Microsoft脚本编码器的方向,但是以防万一您感到错误的安全感,您需要要了解对您的密码也进行取消编码是很简单的:

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/

很明显,编码器吓跑了休闲浏览器.如果您确实需要隐藏某些内容,则需要采取其他措施,例如,将代码包装在ActiveX DLL中(但甚至可以将其反汇编).

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.

这篇关于编码VB脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆