Skip to content

DeyiXu/base64-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base64-tool

base64 tool

安装

go get github.com/DeyiXu/base64-tool

go install github.com/DeyiXu/base64-tool

使用

文件转Base64文字

base64-tool ./test.pdf ./test.txt 1

Base64文字转文件

base64-tool ./test.txt ./test.pdf 2