https://github.com/aaabhilash97/totp-cli
Simple TOTP authenticator for macOS
https://github.com/aaabhilash97/totp-cli
2fa authenticator cli command-line-tool go golang macos mfa multifactor-authentication otp totp totp-generator
Last synced: 5 months ago
JSON representation
Simple TOTP authenticator for macOS
- Host: GitHub
- URL: https://github.com/aaabhilash97/totp-cli
- Owner: aaabhilash97
- Created: 2023-06-17T08:10:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T13:01:22.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T06:33:03.525Z (about 2 years ago)
- Topics: 2fa, authenticator, cli, command-line-tool, go, golang, macos, mfa, multifactor-authentication, otp, totp, totp-generator
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Simple TOTP CLI
## Add new TOTP
```sh
totp -add -account "zero-gcloud-otp" -url "otpauth://totp/?algorithm=SHA1&digits=6&issuer=&period=30&secret="
```
## Copy new TOTP PassCode to clipboard
```sh
totp -account "zero-gcloud-otp"
```
## Delete TOTP
```sh
totp -delete -account "zero-gcloud-otp"
```