317fc84de5
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. WWW: http://libb64.sourceforge.net PR: ports/166670 Submitted by: Ismail Yenigul <ismail.yenigul@surgate.com>
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
include/b64/cdecode.h
|
|
include/b64/cencode.h
|
|
include/b64/decode.h
|
|
include/b64/encode.h
|
|
lib/libb64.a
|
|
@dirrm include/b64
|