Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
Purse is a based on [drduh/pwd.sh](https://github.com/drduh/pwd.sh).
Purse is a Bash shell script based on [drduh/pwd.sh](https://github.com/drduh/pwd.sh).

Both programs are Bash shell scripts which use [GnuPG](https://www.gnupg.org/) to manage secrets in encrypted text files. Purse is based on asymmetric (public-key) authentication, while [pwd.sh](https://github.com/drduh/pwd.sh) is based on symmetric (passphrase-based) authentication.
Both programs use [GnuPG](https://www.gnupg.org/) to manage secrets in encrypted text files. Purse is based on asymmetric (public-key) authentication, while [pwd.sh](https://github.com/drduh/pwd.sh) is based on symmetric (passphrase-based) authentication.

Purse eliminates the need to remember a passphrase: plug in the YubiKey, enter PIN and touch it to access secrets.
Purse eliminates the need for a passphrase: plug in the YubiKey, enter PIN and touch it to access secrets.

# Install
> [!IMPORTANT]
> A GnuPG identity is required to use Purse - see [drduh/YubiKey-Guide](https://github.com/drduh/YubiKey-Guide) to set one up.

Purse requires a GnuPG identity - see [drduh/YubiKey-Guide](https://github.com/drduh/YubiKey-Guide) to set one up.
# Install

For the latest version, clone the repository or download the script directly:
Purse is available for download from [Releases](https://github.com/drduh/Purse/releases), or directly from GitHub:

```console
git clone https://github.com/drduh/Purse

wget https://github.com/drduh/Purse/blob/master/purse.sh
```

Versioned [Releases](https://github.com/drduh/Purse/releases) are also available.

# Use

Run the script interactively using `./purse.sh` or symlink to a directory in `PATH`:
Expand Down