An open API service indexing awesome lists of open source software.

https://github.com/deyixu/base64-tool

file to base64 string or base64 string to file.
https://github.com/deyixu/base64-tool

base64 base64-tool

Last synced: about 1 year ago
JSON representation

file to base64 string or base64 string to file.

Awesome Lists containing this project

README

          

# base64-tool
base64 tool

# 安装

```bash
go get github.com/DeyiXu/base64-tool

go install github.com/DeyiXu/base64-tool
```

# 使用

### 文件转Base64文字

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

### Base64文字转文件

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