password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

README (930B)


      1 ======================
      2 Simple Password Store
      3 by Jason Donenfeld
      4    Jason@zx2c4.com
      5 ======================
      6 
      7 This is a very simple password store that encrypts passwords using gpg and
      8 places the encrypted password in a directory. It can generate new passwords
      9 and keep track of old ones.
     10 
     11 Visit the project page for more information: http://www.passwordstore.org/
     12 
     13 Please see the man page for documentation and examples.
     14 
     15 Depends on:
     16 - bash
     17   http://www.gnu.org/software/bash/
     18 - GnuPG2
     19   http://www.gnupg.org/
     20 - git
     21   http://www.git-scm.com/
     22 - xclip (for X11 environments)
     23   http://sourceforge.net/projects/xclip/
     24 - wl-clipboard (for wlroots Wayland-based environments)
     25   https://github.com/bugaevc/wl-clipboard
     26 - tree >= 1.7.0
     27   http://mama.indstate.edu/users/ice/tree/
     28 - GNU getopt
     29   http://www.kernel.org/pub/linux/utils/util-linux/
     30   http://software.frodo.looijaard.name/getopt/
     31 - qrencode
     32   https://fukuchi.org/works/qrencode/