diff --git a/README.md b/README.md index 4ffbadd..4100ff4 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Clipboard tool: export PASH_CLIP='xclip -selection clipboard' I was looking for a CLI password manager (*written in shell*) and wasn't happy with the options I had found. They either had multiple instances of `eval` (*on user inputted data*), lots of unsafe shell (*nowhere near being `shellcheck` compliant.*) or they were overly complex. The opposites for what I'd want in a password manager. -I decided to write my own. `pash` is written in POSIX `sh` and the codebase is minimal (*100~ lines*). `gpg` is used to generate passwords and store them in encrypted files. +I decided to write my own. `pash` is written in POSIX `sh` and the codebase is minimal (*100~ lines*). ### Where are passwords stored?