1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/converters/libb64/pkg-descr
Pawel Pekala 317fc84de5 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.

WWW: http://libb64.sourceforge.net

PR:		ports/166670
Submitted by:	Ismail Yenigul <ismail.yenigul@surgate.com>
2012-04-15 21:09:31 +00:00

11 lines
443 B
Plaintext

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.
WWW: http://libb64.sourceforge.net