/base64.vbs

convert a binary file to txt using base64

Primary LanguageVisual BasicGNU General Public License v2.0GPL-2.0

base64.vbs

convert a binary file to txt using base64

采用vbs语言实现,主要用来对文件进行base64编码和解码。

用法: 1.编码 base64.vbs src dest

2.解码 debase64.vbs src dest

test.rar 用来对编码和解码过程进行测试,如果解码后能够打开,则说明程序运行正常。