totp-cli

Authy/Google Authenticator like TOTP CLI tool written in Go.

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
  • Mac
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Time-based One-time Password

 Tags

  • hacktoberfest
  • totp-cli
  • otp-generator

totp-cli News & Activities

Highlights All activities

Recent activities

No activities found.

totp-cli information

  • Developed by

    yitsushi
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  342 Stars
  •  31 Forks
  •  9 Open Issues
  •   Updated  
View on GitHub
totp-cli was added to AlternativeTo by Vitaly Zdanevich on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

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

Official Links