Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brooswit/otpvault-cli
https://github.com/brooswit/otpvault-cli
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brooswit/otpvault-cli
- Owner: brooswit
- Created: 2019-05-31T14:29:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T23:35:41.000Z (about 4 years ago)
- Last Synced: 2024-11-29T14:38:39.154Z (about 1 month ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```