slackbuilds_ponce/libraries/libb64/README
B. Watson 5d40f91c66 libraries/libb64: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 15:34:35 -04:00

8 lines
402 B
Text

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.