From 9b35a6da207c467a1fb2bcafe7cd23ea47e0f276 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Tue, 10 Nov 2015 23:22:26 -0600 Subject: libraries/libb64: Added (C routines for base64 encoding/decoding) Signed-off-by: Robby Workman --- libraries/libb64/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libraries/libb64/README (limited to 'libraries/libb64/README') diff --git a/libraries/libb64/README b/libraries/libb64/README new file mode 100644 index 0000000000000..13f621dacf80f --- /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. -- cgit v1.2.3