Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tulir/pass
A fork of https://www.passwordstore.org/, the standard unix password manager
https://github.com/tulir/pass
bash gnupg password-manager password-store
Last synced: 22 days ago
JSON representation
A fork of https://www.passwordstore.org/, the standard unix password manager
- Host: GitHub
- URL: https://github.com/tulir/pass
- Owner: tulir
- License: other
- Created: 2016-10-02T12:16:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T18:59:15.000Z (about 7 years ago)
- Last Synced: 2024-10-11T23:45:34.164Z (about 1 month ago)
- Topics: bash, gnupg, password-manager, password-store
- Language: Shell
- Homepage:
- Size: 342 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
======================
Simple Password Store
by Jason Donenfeld
[email protected]
======================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/
- oathtool
http://www.nongnu.org/oath-toolkit/
- xdotool
http://www.semicomplete.com/projects/xdotool/
- qrencode
https://fukuchi.org/works/qrencode/