password-store

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

freebsd.sh (241B)


      1 # Copyright (C) 2012 Jonathan Chu <milki@rescomp.berkeley.edu>. All Rights Reserved.
      2 # This file is licensed under the GPLv2+. Please see COPYING for more information.
      3 
      4 GETOPT="/usr/local/bin/getopt"
      5 SHRED="rm -P -f"
      6 BASE64="openssl base64"