/pw-list

Stop storing your passwords in plaintext! This is an easy to use for saving passwords (with a master password) Using OpenSSL.

Primary LanguageShell

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.