C library for fast encoding/decoding into and from base64
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.
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.
To install libb64, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libb64
To see what files were installed by libb64, run:
port contents libb64
To later upgrade libb64, run:
sudo port selfupdate && sudo port upgrade libb64
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.