pw-list
v1.2.2
Published
Simple command line utility to save passwords to a file, encrypted with OpenSSL DES3.
Downloads
4
Maintainers
Readme
How to Use Password Storage
Setup
Simply install via npm
.
npm install -g pw-list
Display passwords
Go to a directory where you want to save the encrypted password file.
Then do:
pw-list [filename] [backup_dir]
... and enter the password.
Add passwords
pw-add [filename] [backup_dir]
Follow the prompts on the screen.
Remove a password
pw-remove [filename] [backup_dir]
Follow the prompts on the screen.