Tino Calancha 3ca13cd888 emacs: Avoid double decryption in field and secret access
- 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
2025-06-18 11:51:54 +02:00
2019-02-27 15:15:25 +01:00
2022-01-17 17:55:06 +01:00
2014-04-23 04:27:13 +02:00
2016-12-20 19:31:05 +01:00
2017-02-26 18:52:16 +01:00
2017-02-26 18:52:16 +01:00
2019-02-27 15:15:25 +01:00

======================
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
No description provided
Readme 602 KiB
Languages
Shell 48.3%
Python 23.5%
Emacs Lisp 11.2%
Ruby 10%
Makefile 2.3%
Other 4.7%