Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelq/password-store
Simple password manager using gpg and ordinary unix directories.
https://github.com/adelq/password-store
Last synced: about 6 hours ago
JSON representation
Simple password manager using gpg and ordinary unix directories.
- Host: GitHub
- URL: https://github.com/adelq/password-store
- Owner: adelq
- License: other
- Created: 2015-10-25T19:07:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T19:29:00.000Z (about 9 years ago)
- Last Synced: 2023-03-12T05:18:21.877Z (over 1 year ago)
- Language: Shell
- Size: 492 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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
http://sourceforge.net/projects/xclip/
- pwgen
http://sourceforge.net/projects/pwgen/
- 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/