diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-11-10 23:22:26 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-14 07:07:34 +0700 |
commit | 9b35a6da207c467a1fb2bcafe7cd23ea47e0f276 (patch) | |
tree | 3a84b02b61a27fcec0220e5b7f7c620dd47f7e0e /libraries/libb64/README | |
parent | 05d4adbc63c5b8b022fef487a0d30d6ff36aaf3f (diff) | |
download | slackbuilds-9b35a6da207c467a1fb2bcafe7cd23ea47e0f276.tar.gz |
libraries/libb64: Added (C routines for base64 encoding/decoding)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libb64/README')
-rw-r--r-- | libraries/libb64/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libb64/README b/libraries/libb64/README new file mode 100644 index 0000000000..13f621dacf --- /dev/null +++ b/libraries/libb64/README @@ -0,0 +1,7 @@ +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. |