totp-cli
Authy/Google Authenticator like TOTP CLI tool written in Go.
Cost / License
- Free
- Open Source
Platforms
- Linux
- Mac
Features
- Time-based One-time Password
Tags
- hacktoberfest
- totp-cli
- otp-generator
totp-cli News & Activities
Recent activities
totp-cli information
What is totp-cli?
Simple CLI for TOTP (generates second factor one time fix digits).
Official description: "Authy/Google Authenticator like TOTP CLI tool written in Go".
NAME: totp-cli - Authy/Google Authenticator like TOTP CLI tool written in Go.
USAGE: totp-cli [global options] command [command options] [arguments...]
VERSION: v1.8.0
AUTHOR: Efertone efertone@pm.me
COMMANDS: add-token, add Add new token. change-password Change password. delete Delete an account or a whole namespace. dump Dump all available accounts under all namespaces. generate, g Generate a specific OTP import Import tokens from a yaml file. instant Generate an OTP from TOTP_TOKEN or stdin without the Storage backend. list List all available namespaces or accounts under a namespace. set-prefix Set prefix for a token. set-length Set length for a token. rename Rename an account or namespace help, h Shows a list of commands or help for one command
GLOBAL OPTIONS: --help, -h show help --version, -v print the version
$ totp-cli add-token Namespace: personal Account: digitalocean Token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Password: ***
$ totp-cli generate namespace account Password: *** 889840


