Find a file
Niall Dooley b5e965a838 emacs: Clear both, kill-ring & the system clipboard
Prior to this commit, after the timeout expired, the password was
cleared from the kill-ring but remained in the system clipboard.

To ensure passwords are also cleared from the system clipboard,
`(kill-new "")` has been added inside the `password-store-clear`
function when clearing the kill-ring.

- Ensure that passwords are cleared from the system clipboard as well [1].
- Declare `password-store-timeout` obsolete since v2.0.4 [2].
- Header and docstring improvements [3].
- Rename argument in `password-store--run-init` [4].
- Bump version to 2.3.2.

Reported by Niall Dooley <dooleyn@gmail.com>:

[1] https://lists.zx2c4.com/pipermail/password-store/2023-November/004800.html
[2] https://lists.zx2c4.com/pipermail/password-store/2023-November/004798.html
[3] https://lists.zx2c4.com/pipermail/password-store/2023-November/004791.html
[4] https://lists.zx2c4.com/pipermail/password-store/2023-November/004799.html
2023-12-01 10:54:43 +01:00
contrib emacs: Clear both, kill-ring & the system clipboard 2023-12-01 10:54:43 +01:00
man clip: Add support for wl-clipboard 2019-02-27 15:15:25 +01:00
src Ensure compatibility with tree 2.0 2022-01-17 17:55:06 +01:00
tests tests: Replace short OpenPGP keyids with fingerprints 2022-09-22 12:26:16 +02:00
.gitignore Add git ignore files. 2014-04-23 04:27:13 +02:00
COPYING generate: use /dev/urandom directly 2016-12-20 19:31:05 +01:00
INSTALL Modernize makefile 2017-02-26 18:52:16 +01:00
Makefile Modernize makefile 2017-02-26 18:52:16 +01:00
README clip: Add support for wl-clipboard 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/