The OATH Toolkit contains a shared library, command line tool, and PAM module for one-time password authentication.
The OATH Toolkit contains a shared library, command line tool, and PAM module that makes it possible to build one-time password authentication systems. Supported technologies include the event-based HOTP algorithm and the time-based TOTP algorithm. OATH is the Open AuTHentication organization which specify the algorithms.
The OATH Toolkit contains a shared library, command line tool, and PAM module that makes it possible to build one-time password authentication systems. Supported technologies include the event-based HOTP algorithm and the time-based TOTP algorithm. OATH is the Open AuTHentication organization which specify the algorithms.
To install oath-toolkit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install oath-toolkit
To see what files were installed by oath-toolkit, run:
port contents oath-toolkit
To later upgrade oath-toolkit, run:
sudo port selfupdate && sudo port upgrade oath-toolkit
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.