https://github.com/deyoungtech/totpg
A simple Cli tool for generating a one time Password using the secret key
https://github.com/deyoungtech/totpg
Last synced: 10 months ago
JSON representation
A simple Cli tool for generating a one time Password using the secret key
- Host: GitHub
- URL: https://github.com/deyoungtech/totpg
- Owner: DeYoungTech
- License: apache-2.0
- Created: 2022-05-18T12:10:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T20:01:31.000Z (about 4 years ago)
- Last Synced: 2025-03-14T12:45:08.635Z (over 1 year ago)
- Language: Go
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# totpg
A simple and small cli tool for generating a one time Password using the Base32 encoded secret key associated with the Time-based One Time Password. This tool was written using the [One Time Password utilities Go](https://github.com/pquerna/otp).
# Why
This utility was written to provide a simple way to generate One Time Passwords. The intent is to use these inside of continuous integration environments where 2 factor authentication is required.
# Example
```shell
totpg -secret MYSECRETVALUE
111111
```