An open API service indexing awesome lists of open source software.

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

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`