From: rhatto@riseup.net Date: Mon, 7 Apr 2014 01:29:56 +0000 (-0300) Subject: Concepts: phrasing change X-Git-Tag: 0.3.4~8 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7d678dbcd5e8c532e2604581678c1cd583b0544c;p=keyringer.git Concepts: phrasing change --- diff --git a/index.mdwn b/index.mdwn index c25b02f..dda3e04 100644 --- a/index.mdwn +++ b/index.mdwn @@ -172,7 +172,8 @@ Concepts Basic idea is: - - Encrypt screts using multiple users's OpenPGP public keys and commit the output in a git repository. + - Encrypt screts using multiple users's OpenPGP public keys and commit the + output in a git repository. - Let users keep it in sync with the repository and the secrets are shared :) @@ -181,7 +182,7 @@ files, so it can be passphrases, private keys or other kind of information. With theses scripts, the workflow is more or less like this: - - You have a git repo for secret keys. + - You have a git repo used to store secrets encrypted with GnuPG. - You run the "encrypt" command and paste your private key to this command (so no plaintext is written to disk).