markdown Base46编码CLI

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Base46编码CLI相关的知识,希望对你有一定的参考价值。

By Shell:
```bash
echo "username:password" | base64
```

By Node:
```bash
node
console.log(Buffer.from('username:password').toString('base64'))
```

以上是关于markdown Base46编码CLI的主要内容,如果未能解决你的问题,请参考以下文章

markdown base64编码和解码

Mime / Base 64 编码

base64编码的两个问题

用base64编码图像有啥效果?

上传 uiimage base64 编码

使用 Alamofire 上传具有 base64String 编码的多个图像的数组