Skip to content
Snippets Groups Projects
README 811 B
Newer Older
  • Learn to ignore specific revisions
  • Jason A. Donenfeld's avatar
    Jason A. Donenfeld committed
    ======================
    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.
    
    
    Jason A. Donenfeld's avatar
    Jason A. Donenfeld committed
    Visit the project page for more information: http://zx2c4.com/projects/password-store
    
    Jason A. Donenfeld's avatar
    Jason A. Donenfeld committed
    
    
    Jason A. Donenfeld's avatar
    Jason A. Donenfeld committed
    Please see the man page for documentation and examples.
    
    
    Depends on:
    
    - bash
      http://www.gnu.org/software/bash/
    - GnuPG2
      http://www.gnupg.org/
    
      http://www.git-scm.com/
    
    - xclip
    
      http://sourceforge.net/projects/xclip/
    
    - pwgen
    
      http://sourceforge.net/projects/pwgen/
    
      http://mama.indstate.edu/users/ice/tree/
    
    - GNU getopt
    
      http://www.kernel.org/pub/linux/utils/util-linux/
      http://software.frodo.looijaard.name/getopt/