In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces encrypt.vbs how to achieve content encryption, the article introduces in great detail, has a certain reference value, interested friends must read it!
The code is as follows:
Rem himself cannot guarantee that the documents will be changed.
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
The above is all the content of the article "how to encrypt the content of encrypt.vbs". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 229
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.