Purse/README.md

23 lines
655 B
Markdown
Raw Normal View History

2015-07-02 00:52:01 +00:00
# pwd.sh
2015-07-02 02:11:49 +00:00
GnuPG wrapper for password management.
This script uses GPG to manage an encrypted text file containing passwords.
# Requirements
Requires `gpg`. Install with `brew install gpg` or `apt-get install gnupg` or build and install it from [source](https://www.gnupg.org/download/index.html).
# Installation
git clone https://github.com/drduh/pwd.sh && cd pwd.sh
# Use
Run the script with `./pwd.sh`
Type `w` to create a password. Will update existing password with same Username/ID.
Type `r` to print stored passwords. Can be piped to `grep` and `pbcopy` or `xsel`, for example.
To reset/erase keys and passwords, `rm pwd.sh.*`.
2015-07-02 02:03:55 +00:00