README.md (597B)
1 # spm - simple password manager 2 3 spm is a single fully POSIX shell compliant script utilizing gpg2(1) in 4 combination with basic tools such as find(1). 5 6 Passwords are stored as [PGP](https://gnupg.org) encrypted files with 7 directories funtioning as (sub)groups. 8 9 spm reads/writes passwords via standard input/output allowing you to build 10 flexible and powerful management tools. 11 12 Refer to the manual page for various examples or read its source code to see 13 how it works. 14 15 ## HISTORY 16 spm started as [tpm](https://github.com/nmeum/tpm) fork. 17 18 This repo is a fork from the original since it has 404ed.