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