Tree
- Tree:
89b285a9ca0a4aa9454d94a016d49b9be20bae6a
- Date:
- Message:
- initial transition from gpm to secstore The name 'gpm' has several problems: - There already *is* a Linux program called 'gpm' - The utility is now much more general, and no longer forces you to use gpg - Although the primary use is still passwords, it can handle multi-line and binary files, so the 'pm' part is not very correct either The utility has been renamed to 'secstore', and some transition (env variable names, invocation changes, etc.) has been made. This version is *not* compatible with any versions of gpm, and never will be.
.mailmap | commits | blame |
CHANGES | commits | blame |
Makefile | commits | blame |
README | commits | blame |
examples/ | |
secstore* | commits | blame |
secstore.1 | commits | blame |
version.mk | commits | blame |
README
gpm is a gpg-based password manager, similar to pass, but much simpler, and free of the bash dependency. gpm is developed from my other now-deprecated openssl-based password manager pm. To convert pm passwords into gpm passwords, please use the pm2gpm script. For installation run `make install'. The dependencies are: - Digest::SHA - gpg - xclip (optional)