https://github.com/sunng87/athtool
Command line TOTP generator
https://github.com/sunng87/athtool
Last synced: 6 months ago
JSON representation
Command line TOTP generator
- Host: GitHub
- URL: https://github.com/sunng87/athtool
- Owner: sunng87
- License: apache-2.0
- Created: 2016-04-20T14:26:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T14:39:45.000Z (over 9 years ago)
- Last Synced: 2024-10-06T04:42:17.741Z (over 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# athtool
Generate TOTP from command-line.
[](https://crates.io/crates/athtool)
## Installation
`cargo install athtool`
## Usage
Create toml file contains your secrets at `$HOME/.athtool.toml`
```toml
[secrets]
gmail = "BASE32_SECRET"
```
Run athtool:
`athtool gmail`
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the
Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.