@mh-valimbavaka/keyper
v1.0.5
Published
Secure CLI password manager
Downloads
546
Maintainers
Readme
How it works ?
Basically, the queried password is directly copied to the clipboard instead of being shown in plaintext on the terminal. check the usage section for more information about queries.
Features
- Add, list, get, and delete password entries
- Organize entries by group (e.g. GitHub, Gmail)
- Generate secure random passwords
- Copy passwords directly to clipboard
- Filter entries by group or username
Installation
Via npm (recommended):
npm install -g @mh-valimbavaka/keyperVia source:
git clone https://github.com/Vali127/keyper-cli-tool.git
cd keyper-cli-tool
npm install
npm linkUsage
keyper # opens interactive menu
keyper add # add a new entry
keyper list # list entries with optional filters
keyper get # retrieve and copy a password
keyper delete # delete an entry
keyper generate # generate a random passwordSecurity
- 100% local
- working with master password
- AES-256-GCM encryption (for stored data).
- using SHA-256 hash algorithm (For master password).
Tech Stack
Node.js, Commander, Inquirer, Lowdb, Clipboardy, Picocolors, crypto (native)
