pa
pa copied to clipboard
a simple password manager. encryption via age, written in portable posix shell
I want to have an option to re-encrypt my password-store with a new recipient.
Is there any command to add multiline passwords? "cat > tmp | pa add test" throws the error "stty: stdin isn't a terminal".
Thanks for this wonderful utility. Are there plans to implement automatic git commit when a password is added/updated/removed? The [blogpost](https://j3s.sh/thought/storing-passwords-with-age.html) mentioned: > - `pa add ` shall make a new...
used for https://passwordass.org
mostly relevant for `pa list`, which without the pipefail returns 0 if any command before `sort` has failed for some reason. pipefail is now part of POSIX 2024, but dash's...
These test basic cases for the add, del, list, and edit commands. They are in no way comprehensive, but this could be a good start.
QOL update for multiple computers using the same password store. recipients are additionally tracked in the password store and can be indexed in a git repository (resolves #50) rekey is...
Hi, What's the rationale for storing the recipients file in the base directory (\$PA_DIR) `~/.local/share/pa/` rather than alongside the passwords in `~/.local/share/pa/passwords/`, like pass/passage/gopass? It would make it easier to...
see https://github.com/biox/pa/pull/52#issuecomment-2676757239
closes #59