the acclaimed password-store but with sequoia-sq replacing gnupg
  • Shell 47.8%
  • Python 23.2%
  • Emacs Lisp 11%
  • Ruby 9.8%
  • Makefile 2.3%
  • Other 5.9%
Find a file
2026-03-10 10:53:17 -05:00
contrib emacs: Avoid double decryption in field and secret access 2025-06-18 11:51:54 +02:00
man clip: Add support for wl-clipboard 2019-02-27 15:15:25 +01:00
src replace references to gpg with pgp 2026-03-10 10:53:17 -05:00
tests begin reworking tests 2026-03-10 10:53:14 -05:00
.gitignore Add git ignore files. 2014-04-23 04:27:13 +02:00
Containerfile add Containerfile for testing 2026-03-10 10:53:15 -05: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 update README to reference sq 2026-03-10 10:53:16 -05:00

======================
Simple Password Store
by Jason Donenfeld
   Jason@zx2c4.com
======================

This is a very simple password store that encrypts passwords using sq 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/
- Sequoia-PGP sq
  https://gitlab.com/sequoia-pgp/sequoia-sq
- 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/