spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

README.md (663B)


      1 spm - simple password manager
      2 =============================
      3 
      4 spm is a single fully POSIX shell compliant script utilizing gpg2(1) in
      5 combination with basic tools such as find(1) and tree(1).
      6 
      7 Passwords are stored as [PGP](https://gnupg.org) encrypted files with
      8 directories funtioning as (sub)groups.
      9 
     10 spm reads/writes passwords via standard input/output allowing you to build
     11 flexible and powerful management tools.
     12 
     13 Refer to the manual page for various examples or read its source code to see
     14 how it works.
     15 
     16 This Fork aims to make it more POSIX compliant, without any major changes to the script.
     17 
     18 ----
     19 
     20 spm started as [tpm](https://github.com/nmeum/tpm) fork.