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

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

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"
```