https://github.com/plus3it/password-store
Mirror of https://git.zx2c4.com/password-store
https://github.com/plus3it/password-store
Last synced: 9 months ago
JSON representation
Mirror of https://git.zx2c4.com/password-store
- Host: GitHub
- URL: https://github.com/plus3it/password-store
- Owner: plus3it
- License: other
- Created: 2020-01-13T21:38:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T21:39:00.000Z (over 6 years ago)
- Last Synced: 2025-06-26T01:02:06.527Z (11 months ago)
- Language: Shell
- Size: 379 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
======================
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/