command line RFC 3548-compliant base 64 encoder and decoder
Base64 is a command line tool that implements an RFC 3548-compliant base 64 encoder and decoder. When encoding it can wrap encoded lines to a specified column, and when decoding can optionally ignore non-alphabet characters.
Base64 is a command line tool that implements an RFC 3548-compliant base 64 encoder and decoder. When encoding it can wrap encoded lines to a specified column, and when decoding can optionally ignore non-alphabet characters.
To install base-64, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install base-64
To see what files were installed by base-64, run:
port contents base-64
To later upgrade base-64, run:
sudo port selfupdate && sudo port upgrade base-64
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.