Authy/Google Authenticator like TOTP CLI tool written in Go.
A simple TOTP (Time-based One-time Password) CLI tool. TOTP is the most common mechanism for 2FA (Two-Factor-Authentication). You can manage and organize your accounts with namespaces and protect your data with a password.
A simple TOTP (Time-based One-time Password) CLI tool. TOTP is the most common mechanism for 2FA (Two-Factor-Authentication). You can manage and organize your accounts with namespaces and protect your data with a password.
To install totp-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install totp-cli
To see what files were installed by totp-cli, run:
port contents totp-cli
To later upgrade totp-cli, run:
sudo port selfupdate && sudo port upgrade totp-cli
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.