Skip to content

Instantly share code, notes, and snippets.

View albert1205's full-sized avatar

Albert Liu albert1205

View GitHub Profile
@albert1205
albert1205 / EncryptAndDecrypt.vbs
Last active February 6, 2022 22:39
Encrypt And Decrypt String by VBScript
Call EncryptTool
Call DecryptTool
'------------------------
'【 加密字符串 】
'------------------------
Private Function Encrypt(Plaintext)
Const offset = 10
Const minAsc = 33