docs: update

This commit is contained in:
Dylan Araps 2019-11-30 21:47:53 +00:00
parent bb4f115259
commit 79b5513440
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ A simple password manager using GPG written in POSIX `sh`.
- Compatible with `pass`'s password store. - Compatible with `pass`'s password store.
- Clears the clipboard after a timeout. - Clears the clipboard after a timeout.
- Configurable password generation using `/dev/urandom`. - Configurable password generation using `/dev/urandom`.
- Guards against `set -x` and `/proc` leakage. - Guards against `set -x`, `ps` and `/proc` leakage.
- Easily extendible through the shell. - Easily extendible through the shell.
## Table of Contents ## Table of Contents