b64 1.2.5 (Default branch) |
|
|
b64 is a very small, simple, and efficient C
library that provides Base64 encoding and decoding
according to RFC 1113. It has no dependencies on
any third-party libraries other than the C
standard libary or operating system services. It
also comes with a flexible C++ API.
License: BSD License (revised)
Changes:
This version is now compatible with the Safe
String library (e.g. Visual C++ 8+). Note that
this version requires STLSoft 1.9.22, which is
available from http://www.stlsoft.org.
|