Skip to content

base64

标签
计算机/操作系统/Linux
计算机/操作系统/Linux/命令行
操作系统/Linux
命令行
命令行/base64
编码/base64
字数
30 字
阅读时间
1 分钟

编码

shell
echo "<内容>" | base64

解码

shell
echo "<base64 编码内容>" | base64 -d

贡献者

页面历史

撰写