aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-02-23 10:31:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-02-23 10:31:58 -0300
commitd5176d3a5c71454453671512642ce1950d6a01ef (patch)
tree1cbe93f6383821c1099666c42632d6405c72a353
parentfcd4bc2af5ccbffe13b248450f746100dcd826fb (diff)
downloadkeyringer-d5176d3a5c71454453671512642ce1950d6a01ef.tar.gz
keyringer-d5176d3a5c71454453671512642ce1950d6a01ef.tar.bz2
Feat: docs: alternatives
-rw-r--r--index.md32
1 files changed, 22 insertions, 10 deletions
diff --git a/index.md b/index.md
index 8984ac1..5013966 100644
--- a/index.md
+++ b/index.md
@@ -224,8 +224,8 @@ Keyringer's basic concepts are as follows:
one encrypted file that contains one line for each secret, e.g. a single file called
secrets with lines such as:
- emma : root : secret1
- emma - /dev/hda : : secret2
+ emma : root : secret1
+ emma - /dev/hda : : secret2
Or you may also have a different encrypted file for each secret, e.g. a file called
`emma.root` that contains the root passphrase for the server named `emma` and
@@ -257,24 +257,36 @@ and its the only VCS known to make easier repository history manipulation.
Limitations
-----------
- - See the [manpage](share/man/keyringer.1) for details.
+See the [manpage](share/man/keyringer.1) for details.
- - Check [this page](https://wiki.koumbit.net/PasswordManagementService/SoftwareComparison)
- a comparison on different password management tools.
+Alternatives
+------------
+
+There are many alternatives do collaborative secret management. Here are some:
+
+* [Pass: The Standard Unix Password Manager](https://www.passwordstore.org/)
+* [SOPS: Secret OPerationS: Simple and flexible tool for managing secrets](https://github.com/mozilla/sops)
+
+Also check
+
+* [This page](https://wiki.koumbit.net/PasswordManagementService/SoftwareComparison)
+ a comparison on different password management tools.
+* [This issue](https://gitlab.torproject.org/tpo/tpa/team/-/issues/29677) for an
+ additional discussion.
Requirements
------------
Keyringer needs:
- - [Bash](http://tiswww.case.edu/php/chet/bash/bashtop.html)
- - [Git](http://git-scm.com)
- - [GNU Privacy Guard](http://gnupg.org)
- - Grep, awk, tail, cut, sed and other GNU tools
+* [Bash](http://tiswww.case.edu/php/chet/bash/bashtop.html)
+* [Git](http://git-scm.com)
+* [GNU Privacy Guard](http://gnupg.org)
+* Grep, awk, tail, cut, sed and other GNU tools
Optional dependencies if you want to manage ssl keys:
- - [OpenSSL](http://www.openssl.org)
+* [OpenSSL](http://www.openssl.org)
Development guidelines
----------------------