cryptographic algorithms and formats library in C++
Botan is a C++ library implementing a variety of cryptographic algorithms and formats. At this time, it is quite stable, and is suitable for use in a wide variety of programs.
Botan is a C++ library implementing a variety of cryptographic algorithms and formats. At this time, it is quite stable, and is suitable for use in a wide variety of programs.
To install botan, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install botan
To see what files were installed by botan, run:
port contents botan
To later upgrade botan, run:
sudo port selfupdate && sudo port upgrade botan
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.