解码:
openssl base64 -d -in <infile> -out <outfile>
编码:
openssl base64 -in <infile> -out <outfile>
网页中引用:
<image src="https://img-blog.csdnimg.cn/2022010700502863860.gif">
<image src="data:image;base64,XXXXX.....XXXXXXX">
本文介绍了如何使用openssl工具进行Base64编码和解码操作,并展示了两种应用场景:一种是在命令行环境中通过Mac shell实现;另一种是在网页中直接内嵌Base64编码的图片资源。
解码:
openssl base64 -d -in <infile> -out <outfile>
编码:
openssl base64 -in <infile> -out <outfile>
网页中引用:
<image src="https://img-blog.csdnimg.cn/2022010700502863860.gif">
<image src="data:image;base64,XXXXX.....XXXXXXX">
您可能感兴趣的与本文相关的镜像
Stable-Diffusion-3.5
Stable Diffusion 3.5 (SD 3.5) 是由 Stability AI 推出的新一代文本到图像生成模型,相比 3.0 版本,它提升了图像质量、运行速度和硬件效率
907

被折叠的 条评论
为什么被折叠?