https://github.com/shavit/zotp
Time-based one-time password generator
https://github.com/shavit/zotp
cli totp-generator zig
Last synced: 3 months ago
JSON representation
Time-based one-time password generator
- Host: GitHub
- URL: https://github.com/shavit/zotp
- Owner: shavit
- Created: 2023-04-25T18:07:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T12:50:12.000Z (about 1 year ago)
- Last Synced: 2025-01-23T23:43:54.359Z (4 months ago)
- Topics: cli, totp-generator, zig
- Language: Zig
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TOTP
> Generate TOTP codes RFC-6238
# CLI Quick Start
Add a provider and generate code:
```
$ zotp a$ zotp g
123456
```List all providers:
```
$ zotp l
$ zotp list
```Delete a provider:
```
$ zotp delete
$ zotp d
```Uninstall:
```
$ zotp uninstall
```
This will delete `.config/zotp`