pwds
v1.2.1
Published
Simple command line utility to save passwords to a file, encrypted with OpenSSL DES3.
Downloads
5
Readme
How to Use Password Storage
Setup
Simply install via npm
.
npm install -g pwds
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
Follow the prompts on the screen.
Remove a password
./pw-remove
Follow the prompts on the screen.