slackbuilds/libraries/libb64
Larry Hajali 9b35a6da20 libraries/libb64: Added (C routines for base64 encoding/decoding)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2015-11-14 07:07:34 +07:00
..
README libraries/libb64: Added (C routines for base64 encoding/decoding) 2015-11-14 07:07:34 +07:00
libb64.SlackBuild libraries/libb64: Added (C routines for base64 encoding/decoding) 2015-11-14 07:07:34 +07:00
libb64.info libraries/libb64: Added (C routines for base64 encoding/decoding) 2015-11-14 07:07:34 +07:00
shared-library.patch libraries/libb64: Added (C routines for base64 encoding/decoding) 2015-11-14 07:07:34 +07:00
slack-desc libraries/libb64: Added (C routines for base64 encoding/decoding) 2015-11-14 07:07:34 +07:00

README

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.