markdown base64编码和解码

Posted

tags:

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

* **base64 encode:**

  This example is for encoding a username and password (You would replace username and password with the actual username and password):

    `echo -n 'username:password' | base64`

* **base64 decode**

  This example is decoding the username and password example above. It can be used to decode any base64 encoded text:

    `echo 'dXNlcm5hbWU6cGFzc3dvcmQ=' | base64 -D`

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

LoadRunner中Base64编码解码

前端base64编码与解码

Vue中使用base64编码和解码

Python和Mysql:base64编码和解码字符串,短信sms解码

base 64 以角度编码和解码字符串 (2+)

base64编码解码