- Description:
- secret manager
- Owner:
- Last Change:
- Clone URL:
anon@git.manpager.org:secstore
Commit Briefs
merge refs/remotes/origin/main into refs/heads/secstore (main, tags/1.0)
bump version to 0.3 (tags/0.3)
Branches
Tree
.mailmap | commits | blame |
CHANGES | commits | blame |
Makefile | commits | blame |
README | commits | blame |
TODO | commits | blame |
examples/ | |
secstore* | commits | blame |
secstore.1 | commits | blame |
version.mk | commits | blame |
README
secstore is a secret storage manager, similar to pass, but more flexible, and written in perl. In particular, you are allowed to choose which commands to use for encryption/decryption/copying, and a more arbitrary file hierarchy is permitted. secstore is a continuation of gpm. The dependencies are: - Digest::SHA - gpg (optional) - xclip (optional) gpm to secstore migration $ mv ~/.gpm ~/.secstore $ find ~/.secstore -type f -exec chmod u+w {} + Instead of ~/.{gpm,secstore} you might use $XDG_DATA_HOME/{gpm,secstore} or $GPM_DIR and $SECSTORE_DIR.