mirror of
https://git.zx2c4.com/password-store
synced 2026-03-01 18:23:21 +01:00
master
- contrib/emacs/password-store.el (password-store-get, password-store-get-field): Prevent redundant calls to `auth-source-pass-get` by preserving the retrieved value instead of letting downstream functions repeat the decryption. Also narrow the use of `inhibit-message` to internal calls to avoid unintended side effects elsewhere. Suggested at https://lists.zx2c4.com/pipermail/password-store/2025-June/004901.html
====================== Simple Password Store by Jason Donenfeld Jason@zx2c4.com ====================== This is a very simple password store that encrypts passwords using gpg and places the encrypted password in a directory. It can generate new passwords and keep track of old ones. Visit the project page for more information: http://www.passwordstore.org/ Please see the man page for documentation and examples. Depends on: - bash http://www.gnu.org/software/bash/ - GnuPG2 http://www.gnupg.org/ - git http://www.git-scm.com/ - xclip (for X11 environments) http://sourceforge.net/projects/xclip/ - wl-clipboard (for wlroots Wayland-based environments) https://github.com/bugaevc/wl-clipboard - tree >= 1.7.0 http://mama.indstate.edu/users/ice/tree/ - GNU getopt http://www.kernel.org/pub/linux/utils/util-linux/ http://software.frodo.looijaard.name/getopt/ - qrencode https://fukuchi.org/works/qrencode/
Description
Languages
Shell
48.3%
Python
23.5%
Emacs Lisp
11.2%
Ruby
10%
Makefile
2.3%
Other
4.7%