basher bash package manager

drduh/pwd.sh

https://github.com/drduh/pwd.sh

GitHub Repo stars GitHub top language GitHub issues GitHub tag (latest by date) GitHub last commit GitHub contributors

basher install

## To install this package with basher
$ basher install drduh/pwd.sh

Description

pwd.sh is a Bash shell script to manage passwords and other secrets.

It uses GnuPG to symmetrically (i.e., using a master password) encrypt and decrypt plain text files.

Usage

Create a 30-character password for userName:

$ ./pwd.sh w userName 30

Read password for userName:

$ ./pwd.sh r userName