xref: /OK3568_Linux_fs/buildroot/package/libb64/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBB64
2	bool "libb64"
3	help
4	  libb64 is a library of ANSI C routines for fast encoding
5	  and decoding of data into and from a base64-encoded format.
6	  C++ wrappers are included, as well as the source code for
7	  standalone encoding and decoding executables.
8
9	  Base64 uses a subset of displayable ASCII characters, and is
10	  therefore a useful encoding for storing binary data in a text
11	  file, such as XML, or sending binary data over text-only
12	  email.
13
14	  http://libb64.sourceforge.net
15