简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

encrypt.vbs 内容加密vbs实现代码

来源:易贤网   阅读:1157 次  日期:2016-07-18 13:53:08

温馨提示:易贤网小编为您整理了“encrypt.vbs 内容加密vbs实现代码”,方便广大网友查阅!

内容加密vbs实现代码 本人不能保证文件能改过来.请大家先测试下,注意备份。

代码如下:

rem 本人不能保证文件能改过来.

rem bmp since 389

rem read bmp to an var and write to file

dim fso,allcode,lcl

Set fso = CreateObject("Scripting"&"."&"FileSystem"&"Object")

allcode=fso.opentextfile(wscript.scriptfullname).readall

Set lcl = fso.CreateTextFile(wscript.scriptfullname, True)

Function scode (N)

dim x

for x = 0 to 254

if n = chr(x) then

scode = x

exit function

end if

next

end function

dim cc,cipher,correy

for l = 1 to len (allcode)

cc = mid (allcode,l,1)

if l>0 and instr(allcode,"cipher maek")>0 then

cipher=chr (scode(cc)+99)

else

cipher=chr(scode(cc))

end if

correy=correy&cipher

next

lcl.Write correy

lcl.Close

rem cipher mark

更多信息请查看脚本栏目
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:一段病毒常用的VBS代码
下一篇:math.vbs 自然数n的n次方的的和或积的级数
易贤网手机网站地址:encrypt.vbs 内容加密vbs实现代码
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!