我如何保护我的文件 [英] How do i protect my files

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

问题描述

您好;我做了很多vbs和bat脚本;我从一个combobox.exe中调用它们

我可以保护我的vbs和bat脚本吗?我不想让人们看到代码?



或者我可以通过其他程序打包吗?提前告诉你,抱歉我的英语不好:(



我尝试过的事情:



我试过BoxedApp; AutoPlay MediaStudio

Hi; I made a lot of vbs and bat scripts; and I call them from a combobox.exe
Can I protect my vbs and bat scripts? I dont wanna people see the codes?

Or Can I pack them via another program? Thak you in advance and sorry for my bad English :(

What I have tried:

I tried BoxedApp; AutoPlay MediaStudio

推荐答案

根本无法保护BAT文件。它不能像普通文本那样运行文件。



VBScript可以完成,虽然不是那么安全,使用Windows脚本主机内置的脚本编码器可以帮助一点。你可以找到一个例子这里 [ ^ ]。





总的来说,如果保护代码是一个问题,你就不应该使用脚本语言来编写代码。
You cannot protect a BAT file at all. It won't run as anything other than a normal text file.

VBScript can be done, albeit not that securely, using the Script Encoder built into the Windows Script host can help a bit. You can find an example here[^].


Overall, if protecting the code was a concern, you should not have used script languages to write them.


这篇关于我如何保护我的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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