Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brooswit/otpvault-cli


https://github.com/brooswit/otpvault-cli

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# otpvault-cli

A secure command-line based one-time password tool. To install:

```
npm install -g https://github.com/brooswit/otpvault-cli
```

OTPV keeps your OTP codes encrypted at rest. Every time you run OTPV it asks you for a password. The first time you run OTPV it accepts any password. This will be your password moving forward.

If you forget your password, you can restart by using the rest command:

```
otpv reset
```

To add a new secret:

```
otpv add SECRET_NAME SECRET
```

to remove a secret:

```
otpv remove SECRET_NAME
```

to list your OTP codes:

```
otpv
```