嵌入式是本职,AI 是兴趣,其它是无奈。

libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables.

Base64 uses a subset of displayable ASCII characters, and is therefore a useful encoding for storing binary data in a text file, such as XML, or sending binary data over text-only email.

C 语言实现:
https://sourceforge.net/projects/libb64/

C++语言实现:
https://sourceforge.net/projects/base64encdec/
https://sourceforge.net/projects/libbase64cpp/

0已收藏
0已赞

评论 ( 0 )

微信扫码关注

qrcode

QQ号:123081755

回顶部