diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-05-15 11:21:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-05-15 11:21:16 -0300 |
commit | 56cc3ab078158f596d0cd4fc5152e113e58fc6f7 (patch) | |
tree | 9b1724657c3d31908da13b16196ed2eb0ae087ef | |
parent | 5e0c763915d359c7292e5751a46554656a0cb164 (diff) | |
download | keyringer-56cc3ab078158f596d0cd4fc5152e113e58fc6f7.tar.gz keyringer-56cc3ab078158f596d0cd4fc5152e113e58fc6f7.tar.bz2 |
README update
-rw-r--r-- | README | 31 |
1 files changed, 2 insertions, 29 deletions
@@ -5,6 +5,8 @@ Keyringer lets you manage and share secrets using GPG and git in a distributed fashion. It has custom commands to encrypt, decrypt, recrypt, create key pairs, etc. +Homepage: https://git.codecoop.org/projects/keyringer + Requirements ------------ @@ -205,32 +207,3 @@ Exporting private keys (take care): gpg --armor --export-secret-keys -TODO ----- - -There are lots of things that can be enhanced, like: - - - Enhanced documentation. - - - Interface with ssss where the scripts automatically splits passphrases - into ssss tokens and encrypt those to different groups of users. - - - Hidden recipient support (including recipients file). - - - Rewrite using an object-oriented programming language? - - - Tab completion subcommand support for popular shells like bash. - - - Recipient check support, handling non-existing or revoked keys. - - - Encrypted and signed configuration files such as "recipients" and "options". - - - Leave key labels out of recipients file. - - - List available subommands. - -Development ------------ - -Developers needed! :) - |